branch develop updated (255fbbf -> 50358b8)
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 255fbbf [jgitflow-maven-plugin]updating poms for 2.34-SNAPSHOT development new b605152 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 26fc044 [jgitflow-maven-plugin]updating poms for branch'release/2.33' with non-snapshot versions new 8fc33af [jgitflow-maven-plugin]merging 'release/2.33' into 'master' new e3f3d0d [jgitflow-maven-plugin]merging 'master' into 'develop' new 50358b8 [jgitflow-maven-plugin]Updating develop poms back to pre merge state 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 50358b88a93c7860d374111340e5742e89e0327e Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:07:24 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit e3f3d0d284b8a3880a019a7f2e5ca0d2ad2c52e2 Merge: b605152 8fc33af Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:07:23 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit b605152d9693d23df228ababafd90125cc0f97b8 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:07:22 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 8fc33afbf4e65d4c4d59a6a0d74f5c1e9fe202b6 Merge: 4090724 26fc044 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:07:17 2016 +0200 [jgitflow-maven-plugin]merging 'release/2.33' into 'master' commit 26fc04486dea925702225afb323e0a3105b2342b Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:00:35 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.33' with non-snapshot versions Summary of changes: -- 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 26fc04486dea925702225afb323e0a3105b2342b Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:00:35 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.33' 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-about/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 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index ddf37a5..a6d4e0a 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index deb4d99..0a24fa9 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 16e5703..e933a7c 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index 86b42e1..af16490 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 690ae84..25a7fda 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 4f01a23..7384dad 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index cf0914c..9cc92d8 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 52d6e70..75aa5d6 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-about/pom.xml b/jaxx-widgets-about/pom.xml index 2b0032d..e8b1a13 100644 --- a/jaxx-widgets-about/pom.xml +++ b/jaxx-widgets-about/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index daba980..263eada 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 3fb6884..84627aa 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index 5bcbe14..0c23bc1 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index 652b4f1..e9e9ca4 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index 7b25c6e..7027e24 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index 0b05b10..c93b988 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 3914573..9379f28 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.33-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index be951ff..7a952b0 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.33-SNAPSHOT</version> + <version>2.33</version> <modules> <module>jaxx-runtime</module> -- 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 8fc33afbf4e65d4c4d59a6a0d74f5c1e9fe202b6 Merge: 4090724 26fc044 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:07:17 2016 +0200 [jgitflow-maven-plugin]merging 'release/2.33' into 'master' jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 3 +- ...cationActionUI.css => ApplicationActionUI.jcss} | 0 jaxx-compiler/pom.xml | 2 +- .../compiler/tags/DefaultComponentHandler.java | 1 + jaxx-config/pom.xml | 3 +- ...{ConfigCategoryUI.css => ConfigCategoryUI.jcss} | 0 .../swing/config/{ConfigUI.css => ConfigUI.jcss} | 0 .../jaxx/runtime/swing/config/ConfigUIHelper.java | 25 ++++-- .../runtime/swing/config/model/ConfigUIModel.java | 35 ++++---- .../swing/config/model/ConfigUIModelBuilder.java | 96 +++++++++++++--------- jaxx-demo/pom.xml | 2 +- .../demo/{DemoSources.css => DemoSources.jcss} | 0 .../java/jaxx/demo/{DemoUI.css => DemoUI.jcss} | 0 ...edDecoratorDemo.css => BoxedDecoratorDemo.jcss} | 0 ...{BeanComboBoxDemo.css => BeanComboBoxDemo.jcss} | 0 ...nDoubleListDemo.css => BeanDoubleListDemo.jcss} | 0 ...BoxDemo.css => BeanFilterableComboBoxDemo.jcss} | 0 ...imeEditorDemo.css => SimpleTimeEditorDemo.jcss} | 0 .../{TimeEditorDemo.css => TimeEditorDemo.jcss} | 0 .../{CoordinateDemo.css => CoordinateDemo.jcss} | 0 ...eTimeEditorDemo.css => DateTimeEditorDemo.jcss} | 0 .../{TimeEditorDemo.css => TimeEditorDemo.jcss} | 0 ...esEditorDemo.css => CoordinatesEditorDemo.jcss} | 0 ...{NumberEditorDemo.css => NumberEditorDemo.jcss} | 0 ...eListDemo.css => FilterableDoubleListDemo.jcss} | 0 .../swing/{JButtonDemo.css => JButtonDemo.jcss} | 0 .../ListBeanValidationDemo.jcss} | 0 .../simple/SimpleBeanValidationByListDemo.jaxx | 2 +- .../simple/SimpleBeanValidationByTableDemo.jaxx | 2 +- .../Validation.jcss} | 0 .../main/java/jaxx/demo/fun/CalculatorDemo.jaxx | 2 +- .../{CalculatorDemo.css => CalculatorDemo.jcss} | 0 .../{LabelStyleDemo.css => LabelStyleDemo.jcss} | 0 jaxx-maven-plugin/pom.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/Errors.xml | 1 + .../plugin/compilerTest/errors/InvalidRootTag.jaxx | 2 +- .../plugin/compilerTest/errors/StyleNotFound.jaxx | 2 +- .../compilerTest/errors/StyleSourceAndInline.jaxx | 2 +- .../errors/dependencies/{test.css => test.jcss} | 0 jaxx-runtime/pom.xml | 2 +- .../src/main/java/jaxx/runtime/SwingUtil.java | 38 +++++---- jaxx-validator/pom.xml | 2 +- jaxx-widgets-about/pom.xml | 2 +- jaxx-widgets-common/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 3 +- .../{DateTimeEditor.css => DateTimeEditor.jcss} | 0 .../datetime/{TimeEditor.css => TimeEditor.jcss} | 0 jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 3 +- .../gis/absolute/AbsoluteDdCoordinateEditor.jaxx | 2 +- .../gis/absolute/AbsoluteDmdCoordinateEditor.jaxx | 2 +- .../gis/absolute/AbsoluteDmsCoordinateEditor.jaxx | 2 +- ...{CoordinateEditor.css => CoordinateEditor.jcss} | 0 .../widgets/gis/absolute/CoordinatesEditor.jaxx | 1 + ...oordinatesEditor.css => CoordinatesEditor.jcss} | 0 .../gis/absolute/CoordinatesEditorHandler.java | 28 +++++++ ...{CoordinateEditor.css => CoordinateEditor.jcss} | 0 .../gis/signed/SignedDdCoordinateEditor.jaxx | 2 +- .../gis/signed/SignedDmdCoordinateEditor.jaxx | 2 +- .../gis/signed/SignedDmsCoordinateEditor.jaxx | 2 +- jaxx-widgets-number/pom.xml | 3 +- .../number/{NumberEditor.css => NumberEditor.jcss} | 0 jaxx-widgets-select/pom.xml | 3 +- ...bleDoubleList.css => FilterableDoubleList.jcss} | 0 jaxx-widgets/pom.xml | 3 +- .../jaxx/runtime/swing/editor/NumberEditor.jaxx | 2 +- ...umberEditorPopup.css => NumberEditorPopup.jcss} | 0 ...{SimpleTimeEditor.css => SimpleTimeEditor.jcss} | 0 .../editor/{TimeEditor.css => TimeEditor.jcss} | 0 .../bean/{BeanComboBox.css => BeanComboBox.jcss} | 0 .../{BeanDoubleList.css => BeanDoubleList.jcss} | 0 ...bleComboBox.css => BeanFilterableComboBox.jcss} | 0 .../{BeanListHeader.css => BeanListHeader.jcss} | 0 ...ordinateEditor.css => DmdCoordinateEditor.jcss} | 0 ...ordinateEditor.css => DmsCoordinateEditor.jcss} | 0 pom.xml | 2 +- 77 files changed, 185 insertions(+), 107 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 b605152d9693d23df228ababafd90125cc0f97b8 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:07:22 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- 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-about/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 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index b39d268..a6d4e0a 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index ba7201b..0a24fa9 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 55877a3..e933a7c 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index 5fa3846..af16490 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 23a7053..25a7fda 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 39e96c3..7384dad 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index c3cb4ba..9cc92d8 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 2105d62..75aa5d6 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-about/pom.xml b/jaxx-widgets-about/pom.xml index 8495c12..e8b1a13 100644 --- a/jaxx-widgets-about/pom.xml +++ b/jaxx-widgets-about/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index 73315cd..263eada 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 49ae544..84627aa 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index cb94710..0c23bc1 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index bd1834b..e9e9ca4 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index 1d6c955..7027e24 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index 62bf240..c93b988 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index aebbbee..9379f28 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.34-SNAPSHOT</version> + <version>2.33</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index b7ef0e6..7a952b0 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.34-SNAPSHOT</version> + <version>2.33</version> <modules> <module>jaxx-runtime</module> -- 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 e3f3d0d284b8a3880a019a7f2e5ca0d2ad2c52e2 Merge: b605152 8fc33af Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:07:23 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' -- 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 50358b88a93c7860d374111340e5742e89e0327e Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 19 20:07:24 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-about/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 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index a6d4e0a..b39d268 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index 0a24fa9..ba7201b 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index e933a7c..55877a3 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index af16490..5fa3846 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 25a7fda..23a7053 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 7384dad..39e96c3 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 9cc92d8..c3cb4ba 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 75aa5d6..2105d62 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-about/pom.xml b/jaxx-widgets-about/pom.xml index e8b1a13..8495c12 100644 --- a/jaxx-widgets-about/pom.xml +++ b/jaxx-widgets-about/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index 263eada..73315cd 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 84627aa..49ae544 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index 0c23bc1..cb94710 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index e9e9ca4..bd1834b 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index 7027e24..1d6c955 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index c93b988..62bf240 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 9379f28..aebbbee 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.33</version> + <version>2.34-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index 7a952b0..b7ef0e6 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.33</version> + <version>2.34-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