This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.0.0-beta-1 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 380205f49e1b0c295975480f75502c354d78212c Author: Tony Chemit <chemit@codelutin.com> Date: Fri Oct 16 12:47:28 2009 +0000 use nuiton thirdparty rsyntaxtextarea... It seems somebody does not listen what I said :) --- jaxx-demo/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 636143e..dd77116 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -47,7 +47,7 @@ </dependency> <dependency> - <groupId>org.fife</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>rsyntaxtextarea</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index 8f76da8..e7794b8 100644 --- a/pom.xml +++ b/pom.xml @@ -232,9 +232,9 @@ <!-- rsyntaxtextarea dependency --> <dependency> - <groupId>org.fife</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>rsyntaxtextarea</artifactId> - <version>1.3.4</version> + <version>1.3.3</version> </dependency> <!-- swinglabs dependencies --> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.