branch develop updated (26ff2ed -> 7953302)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 26ff2ed [jgitflow-maven-plugin]updating poms for 2.31-SNAPSHOT development new 7b504f3 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 23cbdb2 [jgitflow-maven-plugin]updating poms for branch'release/2.30' with non-snapshot versions new abb3121 optimize dependencies new 787337a Add missing license headers new d187ab5 Fix jaxx demo build new 4507294 [jgitflow-maven-plugin]merging 'release/2.30' into 'master' new 3d8c460 [jgitflow-maven-plugin]merging 'master' into 'develop' new 7953302 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 8 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 795330282a86d44fb4fcf4fe989ac38e8ab004dd Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:43:57 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 3d8c4609cb210b181486ba64bb741ff2cf14960c Merge: 7b504f3 4507294 Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:43:57 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 7b504f34b2341d27a1b91c04ce5a7518a928842d Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:43:56 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 45072947982665f38788dd68a865850fcb280eae Merge: f48dd0a d187ab5 Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:43:53 2016 +0200 [jgitflow-maven-plugin]merging 'release/2.30' into 'master' commit d187ab589a4644065756697d36890ded852fb538 Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:40:26 2016 +0200 Fix jaxx demo build commit 787337abde145a57f982f55c166f9370d0af1eae Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:35:24 2016 +0200 Add missing license headers commit abb3121bff2c46876ccfe5de021b134486e5137e Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:28:58 2016 +0200 optimize dependencies commit 23cbdb2e1e48d401526aa49cde5dc5ed2c985403 Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:18:23 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.30' with non-snapshot versions Summary of changes: jaxx-compiler/pom.xml | 5 +++++ jaxx-demo/pom.xml | 7 ------- .../java/org/nuiton/jaxx/plugin/LambdaTest.java | 22 ++++++++++++++++++++++ .../jaxx/plugin/lambdaTest/LambdaHandler.java | 22 ++++++++++++++++++++++ 4 files changed, 49 insertions(+), 7 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 develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 795330282a86d44fb4fcf4fe989ac38e8ab004dd Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:43:57 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- 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 64b817a..b1bd610 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index 11b368e..10362be 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 95c0b83..3c22ae8 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index c882926..d1b2fdb 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 7bdfee9..6b3fdb6 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 18d4980..b7d6e61 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 9ff8fd2..437132e 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index a9ed597..c98973c 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index c891433..9cbab46 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 9f25262..e2891b5 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index 676e1cb..45bcf43 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index 351a4ed..359828b 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index 87e60e5..ebbd9c6 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index b18d411..9900a18 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index c66e19f..d2c0525 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.30</version> + <version>2.31-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index d6ae195..615f22e 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.30</version> + <version>2.31-SNAPSHOT</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