branch develop-2.x updated (11d547bd -> 4f24605b)
This is an automated email from the git hooks/post-receive script. New change to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 11d547bd fixes #1907: Add check to only generate code on Java 9+ jvm new 4f24605b Update libs The 1 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 4f24605bc17c17846082614f2b9708d9bed24534 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Jun 24 11:31:44 2020 +0200 Update libs Summary of changes: pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 4f24605bc17c17846082614f2b9708d9bed24534 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Jun 24 11:31:44 2020 +0200 Update libs --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 03bd22c1..5374e615 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>11.8-SNAPSHOT</version> + <version>11.8</version> </parent> <artifactId>jaxx</artifactId> @@ -204,7 +204,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.7</version> </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