branch release/2.29 updated (c40f4ab -> 613540e)
This is an automated email from the git hooks/post-receive script. New change to branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from c40f4ab Can't add selected by double-click if not possible from model (See #3931) new 0f6dfb1 Up to nuiton-utils 3.0-rc-12 (downgrade to jdk 1.6 please) new a5bd80f Fixes #3946: Update nuiton-version to 1.0-rc-2 Fixes #3947: Update nuiton-config to 3.0-rc-5 Fixes #3948: Update nuiton-utils to 3.0-rc-12 new 8228758 the plugin must stay in java 8 since we are building it with java 8... new 0c66a10 update third parties new be42fd5 Adding missing license header new 613540e [jgitflow-maven-plugin]updating poms for branch'release/2.29' with non-snapshot versions The 6 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 613540e198b186fde80f7fa01fcd01456f68fdc4 Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:52:29 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.29' with non-snapshot versions commit be42fd5e777405b402bac493662c2d144b2da44c Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:52:21 2016 +0200 Adding missing license header commit 0c66a10020dc7c995d9e000a8b1c439c4e8764a4 Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:51:58 2016 +0200 update third parties commit 82287589bb0b447d85017f4db099191d48b8b0c6 Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:51:14 2016 +0200 the plugin must stay in java 8 since we are building it with java 8... commit a5bd80fa79b230295bd6338baab425c8285ac1da Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:50:08 2016 +0200 Fixes #3946: Update nuiton-version to 1.0-rc-2 Fixes #3947: Update nuiton-config to 3.0-rc-5 Fixes #3948: Update nuiton-utils to 3.0-rc-12 commit 0f6dfb19830c3f65cf73303eb1de09cf77ddf97e Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:00:59 2016 +0200 Up to nuiton-utils 3.0-rc-12 (downgrade to jdk 1.6 please) Summary of changes: jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 8 +++++++- .../src/license/THIRD-PARTY.properties | 12 +++--------- jaxx-runtime/pom.xml | 2 +- .../runtime/swing/renderer/EnumEditorRenderer.java | 22 ++++++++++++++++++++++ jaxx-validator/pom.xml | 2 +- jaxx-widgets-common/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets-number/pom.xml | 2 +- jaxx-widgets-select/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 8 ++++---- 18 files changed, 50 insertions(+), 28 deletions(-) -- 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 branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 0f6dfb19830c3f65cf73303eb1de09cf77ddf97e Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:00:59 2016 +0200 Up to nuiton-utils 3.0-rc-12 (downgrade to jdk 1.6 please) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 61026c8..bf2266c 100644 --- a/pom.xml +++ b/pom.xml @@ -245,7 +245,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-10</version> + <version>3.0-rc-12</version> </dependency> <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 branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit a5bd80fa79b230295bd6338baab425c8285ac1da Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:50:08 2016 +0200 Fixes #3946: Update nuiton-version to 1.0-rc-2 Fixes #3947: Update nuiton-config to 3.0-rc-5 Fixes #3948: Update nuiton-utils to 3.0-rc-12 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bf2266c..cbf26e5 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-version</artifactId> - <version>1.0-rc-1</version> + <version>1.0-rc-2</version> </dependency> <dependency> <groupId>org.nuiton</groupId> @@ -251,7 +251,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> - <version>3.0-rc-3</version> + <version>3.0-rc-4</version> </dependency> <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 branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 82287589bb0b447d85017f4db099191d48b8b0c6 Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:51:14 2016 +0200 the plugin must stay in java 8 since we are building it with java 8... --- jaxx-maven-plugin/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 23edfa1..da7a4b9 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -44,6 +44,12 @@ <packaging>maven-plugin</packaging> + <properties> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> + </properties> + <dependencies> <!-- sibling dependencies --> -- 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 branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 0c66a10020dc7c995d9e000a8b1c439c4e8764a4 Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:51:58 2016 +0200 update third parties --- jaxx-maven-plugin/src/license/THIRD-PARTY.properties | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/jaxx-maven-plugin/src/license/THIRD-PARTY.properties b/jaxx-maven-plugin/src/license/THIRD-PARTY.properties index f76abf0..16909fb 100644 --- a/jaxx-maven-plugin/src/license/THIRD-PARTY.properties +++ b/jaxx-maven-plugin/src/license/THIRD-PARTY.properties @@ -5,7 +5,8 @@ # - Apache License Version 2.0 # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Common Public License Version 1.0 +# - Eclipse Public License 1.0 +# - Eclipse Public License, Version 1.0 # - GNU GENERAL PUBLIC LICENSE version 2 or higher # - GNU General Public License - Version 2 with the class path exception # - Indiana University Extreme! Lab Software License, vesion 1.1.1 @@ -19,17 +20,10 @@ # - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 -# - http://classworlds.codehaus.org/license.html #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Sun Aug 03 12:11:51 CEST 2014 -classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/license.html +#Wed Apr 27 19:06:03 CEST 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-interactivity-api--1.0-alpha-4=The Apache Software License, Version 2.0 org.nuiton.thirdparty--sdoc--0.5.0-beta-patchcl=Lesser General Public License (LGPL) v 3.0 -org.slf4j--jcl-over-slf4j--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-api--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-jdk14--1.5.6=The Apache Software License, Version 2.0 -- 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 branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit be42fd5e777405b402bac493662c2d144b2da44c Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:52:21 2016 +0200 Adding missing license header --- .../runtime/swing/renderer/EnumEditorRenderer.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/EnumEditorRenderer.java b/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/EnumEditorRenderer.java index c781a12..656447b 100644 --- a/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/EnumEditorRenderer.java +++ b/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/EnumEditorRenderer.java @@ -1,5 +1,27 @@ package jaxx.runtime.swing.renderer; +/* + * #%L + * JAXX :: Runtime + * %% + * Copyright (C) 2008 - 2016 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import javax.swing.DefaultListCellRenderer; -- 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 branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 613540e198b186fde80f7fa01fcd01456f68fdc4 Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:52:29 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.29' with non-snapshot versions --- jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-common/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets-number/pom.xml | 2 +- jaxx-widgets-select/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index 784a0a4..e332296 100644 --- a/jaxx-application-api/pom.xml +++ b/jaxx-application-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index e1e6d10..e0eefd6 100644 --- a/jaxx-application-swing/pom.xml +++ b/jaxx-application-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 339d043..80080f9 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index 31117ec..9cef6eb 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 790d985..bbf23c0 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index da7a4b9..fcdab23 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 1f49793..4b97e83 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 5994344..a113a4a 100644 --- a/jaxx-validator/pom.xml +++ b/jaxx-validator/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index e197643..507cc9f 100644 --- a/jaxx-widgets-common/pom.xml +++ b/jaxx-widgets-common/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 3896e88..14cc85d 100644 --- a/jaxx-widgets-datetime/pom.xml +++ b/jaxx-widgets-datetime/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index 71d73f3..a5c5e46 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index bfb9bad..9deab30 100644 --- a/jaxx-widgets-gis/pom.xml +++ b/jaxx-widgets-gis/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index 4c37f77..23f837a 100644 --- a/jaxx-widgets-number/pom.xml +++ b/jaxx-widgets-number/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index 801c310..fb9871d 100644 --- a/jaxx-widgets-select/pom.xml +++ b/jaxx-widgets-select/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 57b5278..03aebdc 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index cbf26e5..524f597 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.29-SNAPSHOT</version> + <version>2.29</version> <modules> <module>jaxx-runtime</module> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm