annotated tag v2.5.4 created (now f977291)
This is an automated email from the git hooks/post-receive script. New change to annotated tag v2.5.4 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git at f977291 (tag) tagging 1760f005fe9b3e4a302988dcf7985bba5161fbbb (commit) replaces jaxx-1.6.0-alpha-1@1425 tagged by Maven Release Manager on Wed Aug 8 16:24:45 2012 +0000 - Log ----------------------------------------------------------------- optimize dependencies ----------------------------------------------------------------------- This annotated tag includes the following new commits: new 2225549 [maven-release-plugin] copy for tag jaxx-2.5.4 new abc9dee optimize dependencies new 78ac329 optimize dependencies new 86eb158 optimize dependencies new 1760f00 optimize dependencies The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 1760f005fe9b3e4a302988dcf7985bba5161fbbb Author: Maven Release Manager <???> Date: Wed Aug 8 16:24:45 2012 +0000 optimize dependencies commit 86eb15809740802d05615a7311fef78a4dc0acfa Author: Maven Release Manager <???> Date: Wed Aug 8 16:24:17 2012 +0000 optimize dependencies commit 78ac329c40087445241951ab6bbfd9a7aec05d69 Author: Maven Release Manager <???> Date: Wed Aug 8 16:20:05 2012 +0000 optimize dependencies commit abc9deed61631e30dbf3664e4109055d1cdc4315 Author: Maven Release Manager <???> Date: Wed Aug 8 16:19:16 2012 +0000 optimize dependencies commit 2225549355f4cb550c2523672c57cbb5c72c068a Author: Maven Release Manager <???> Date: Wed Aug 8 15:01:41 2012 +0000 [maven-release-plugin] copy for tag jaxx-2.5.4 -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.5.4 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 2225549355f4cb550c2523672c57cbb5c72c068a Author: Maven Release Manager <???> Date: Wed Aug 8 15:01:41 2012 +0000 [maven-release-plugin] copy for tag jaxx-2.5.4 -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.5.4 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit abc9deed61631e30dbf3664e4109055d1cdc4315 Author: Maven Release Manager <???> Date: Wed Aug 8 16:19:16 2012 +0000 optimize dependencies --- jaxx-widgets/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 0406686..43bb6cf 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -55,7 +55,12 @@ <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> </dependency> - + + <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-common</artifactId> + </dependency> + <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-autocomplete</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.5.4 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 78ac329c40087445241951ab6bbfd9a7aec05d69 Author: Maven Release Manager <???> Date: Wed Aug 8 16:20:05 2012 +0000 optimize dependencies --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index aa6f8f7..e30f3e1 100644 --- a/pom.xml +++ b/pom.xml @@ -377,6 +377,13 @@ <version>${swingXVersion}</version> <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-common</artifactId> + <version>${swingXVersion}</version> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.5.4 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 86eb15809740802d05615a7311fef78a4dc0acfa Author: Maven Release Manager <???> Date: Wed Aug 8 16:24:17 2012 +0000 optimize dependencies --- jaxx-demo/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 3a43ec2..c02e923 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -95,6 +95,11 @@ <dependency> <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-comoon</artifactId> + </dependency> + + <dependency> + <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.5.4 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 1760f005fe9b3e4a302988dcf7985bba5161fbbb Author: Maven Release Manager <???> Date: Wed Aug 8 16:24:45 2012 +0000 optimize dependencies --- jaxx-demo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index c02e923..f1e2cb5 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -95,7 +95,7 @@ <dependency> <groupId>org.swinglabs.swingx</groupId> - <artifactId>swingx-comoon</artifactId> + <artifactId>swingx-common</artifactId> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm