branch master-2.x updated (442ea32d -> 7089233a)
This is an automated email from the git hooks/post-receive script. New change to branch master-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 442ea32d Merge branch 'release/2.45' into master-2.x adds 312f832f Merge branch 'release/2.45' into develop-2.x adds 3e35304e [gitflow-maven-plugin]Update for next development version adds 7561acbf Add gitlab-ci adds 9d76bbe1 Fix site adds 837c09be Update ci adds 03dfa5b0 Update ci adds 8af36e68 Remove use of SwingUtil#setText because of forbidden introspection in java 11 adds 7c6a068c Remove use of SwingUtil#setText because of forbidden introspection in java 11 adds a1d8eb9e Update libs adds 666b2709 Remove invalid delete method new 718ee9f2 [gitflow-maven-plugin]Update versions for release new 7089233a Merge branch 'release/2.46' into master-2.x The 2 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 7089233a2b16e0f79b7730e9b7cebdbd8baefc8c Merge: 442ea32d 718ee9f2 Author: Éric <chatellier@codelutin.com> Date: Tue Apr 27 15:59:26 2021 +0200 Merge branch 'release/2.46' into master-2.x commit 718ee9f2f1460dffc66af2ffa2201dd9656f332d Author: Éric <chatellier@codelutin.com> Date: Tue Apr 27 15:47:36 2021 +0200 [gitflow-maven-plugin]Update versions for release Summary of changes: .gitlab-ci.yml | 21 +++++++++ jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- .../compiler/tags/swing/JTextComponentHandler.java | 14 ------ jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- .../demo/feature/nav/content/ActorContentUI.jaxx | 1 + .../demo/feature/nav/content/MovieContentUI.jaxx | 1 + jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- .../main/java/jaxx/runtime/FileChooserUtil.java | 34 --------------- .../src/main/java/jaxx/runtime/SwingUtil.java | 50 ---------------------- 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 | 20 ++++----- 23 files changed, 49 insertions(+), 124 deletions(-) create mode 100644 .gitlab-ci.yml -- 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 master-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 718ee9f2f1460dffc66af2ffa2201dd9656f332d Author: Éric <chatellier@codelutin.com> Date: Tue Apr 27 15:47:36 2021 +0200 [gitflow-maven-plugin]Update versions for release --- 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 e0eabc82..7f09189d 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index 251c66dc..f34bde2d 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 69e770b6..b753a3c9 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index daa14749..d153a80a 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 4a790dad..edbf7610 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index c6b71273..ab39b71f 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 1f743ac0..0a7a7245 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 143c473d..73d828d5 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-about/pom.xml b/jaxx-widgets-about/pom.xml index bc094f55..c1ca8d18 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index cbf8ed23..ee041946 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 603855d7..a63b1dc2 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index a239c260..6c51dd5a 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index ec4703e7..7da4244a 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index dffa526f..906de5c9 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index 5ff05fb6..ad2e20d3 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 9fb073c7..7b2ec53f 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.46-SNAPSHOT</version> + <version>2.46</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index 72ee3087..a68a791f 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.46-SNAPSHOT</version> + <version>2.46</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 master-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 7089233a2b16e0f79b7730e9b7cebdbd8baefc8c Merge: 442ea32d 718ee9f2 Author: Éric <chatellier@codelutin.com> Date: Tue Apr 27 15:59:26 2021 +0200 Merge branch 'release/2.46' into master-2.x .gitlab-ci.yml | 21 +++++++++ jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- .../compiler/tags/swing/JTextComponentHandler.java | 14 ------ jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- .../demo/feature/nav/content/ActorContentUI.jaxx | 1 + .../demo/feature/nav/content/MovieContentUI.jaxx | 1 + jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- .../main/java/jaxx/runtime/FileChooserUtil.java | 34 --------------- .../src/main/java/jaxx/runtime/SwingUtil.java | 50 ---------------------- 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 | 20 ++++----- 23 files changed, 49 insertions(+), 124 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm