branch develop updated (44cd2dc -> b04657a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git from 44cd2dc Update README.md new b04657a refs #115: 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 b04657a9ac6665b2cbd8d3b480b9b0c50b4a14cc Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Apr 13 12:09:10 2018 +0200 refs #115: Update libs Summary of changes: .gitlab-ci.yml | 19 +++++++++++++++++++ pom.xml | 36 ++++++++++++++++++------------------ 2 files changed, 37 insertions(+), 18 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 develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit b04657a9ac6665b2cbd8d3b480b9b0c50b4a14cc Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Apr 13 12:09:10 2018 +0200 refs #115: Update libs --- .gitlab-ci.yml | 19 +++++++++++++++++++ pom.xml | 36 ++++++++++++++++++------------------ 2 files changed, 37 insertions(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c452ac9 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,19 @@ +image: registry.nuiton.org/codelutin/dockerfiles:maven-release + +stages: +- build +- deploy +- reporting + +build: + stage: build + script: + - mvn install + +snapshot: + stage: deploy + only: + - develop + script: + - mvn deploy -Prelease-profile + diff --git a/pom.xml b/pom.xml index 10130c3..3884136 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ #%L JRst %% - Copyright (C) 2004 - 2017 CodeLutin + Copyright (C) 2004 - 2018 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -25,8 +25,8 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>nuitonpom</artifactId> - <version>10.5</version> + <artifactId>mop</artifactId> + <version>1-SNAPSHOT</version> </parent> <artifactId>jrst</artifactId> @@ -104,8 +104,9 @@ <properties> - <projectId>jrst</projectId> - <ciViewId>JRst</ciViewId> + <projectName>jrst</projectName> + <projectGroup>nuiton</projectGroup> + <javaVersion>1.7</javaVersion> <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> @@ -120,7 +121,6 @@ <locales>fr,en</locales> <siteSourcesType>apt</siteSourcesType> - </properties> <dependencyManagement> @@ -129,14 +129,14 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-18</version> + <version>3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> - <version>3.2</version> + <version>3.4</version> <scope>compile</scope> </dependency> @@ -327,35 +327,35 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-xdoc</artifactId> - <version>1.7</version> + <version>1.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-core</artifactId> - <version>1.7</version> + <version>1.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sink-api</artifactId> - <version>1.7</version> + <version>1.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-logging-api</artifactId> - <version>1.7</version> + <version>1.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-decoration-model</artifactId> - <version>1.7.4</version> + <version>1.8</version> </dependency> <dependency> @@ -403,14 +403,14 @@ <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-core</artifactId> <type>test-jar</type> - <version>1.7</version> + <version>1.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-site-renderer</artifactId> - <version>1.7.4</version> + <version>1.8</version> </dependency> <dependency> @@ -429,7 +429,7 @@ <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> - <version>2.7.0</version> + <version>2.7.1</version> </dependency> <!-- itext --> @@ -493,7 +493,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> </dependency> <dependency> @@ -511,7 +511,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.5</version> + <version>3.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