This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit 71510f2a479aeafd13410c47176b965235ee3e1c Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jul 30 14:58:03 2020 +0200 Fix release --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f997e54..472f22e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>11.8-SNAPSHOT</version> + <version>11.8</version> </parent> <artifactId>jrst</artifactId> @@ -112,7 +112,7 @@ <nuitonI18nVersion>4.0-SNAPSHOT</nuitonI18nVersion> <xalanVersion>2.7.1</xalanVersion> - <jaxxVersion>2.45-SNAPSHOT</jaxxVersion> + <jaxxVersion>2.45</jaxxVersion> <!-- tests fail with 3.3.x --> <mavenVersion>3.2.5</mavenVersion> @@ -492,7 +492,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>.