branch release/2.14 created (now c38692d)
This is an automated email from the git hooks/post-receive script. New change to branch release/2.14 in repository eugene. See http://git.nuiton.org/eugene.git at c38692d [jgitflow-maven-plugin]updating poms for branch '2.14' with snapshot versions This branch includes the following new commits: new c38692d [jgitflow-maven-plugin]updating poms for branch '2.14' with snapshot versions 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 c38692dc1ede7769ce0f943b9e5a76ae5e0d959a Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 27 23:27:07 2015 +0000 [jgitflow-maven-plugin]updating poms for branch '2.14' with snapshot versions -- 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 release/2.14 in repository eugene. See http://git.nuiton.org/eugene.git commit c38692dc1ede7769ce0f943b9e5a76ae5e0d959a Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 27 23:27:07 2015 +0000 [jgitflow-maven-plugin]updating poms for branch '2.14' with snapshot versions --- eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 2 +- eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 9 ++++----- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 4b7dced..9a36821 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.14-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index d600ab5..561c7ee 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.14-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-plantuml-templates/pom.xml b/eugene-plantuml-templates/pom.xml index 8dfbcd3..1aef0ee 100644 --- a/eugene-plantuml-templates/pom.xml +++ b/eugene-plantuml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.14-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index 972d714..c2a57b8 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.14-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene/pom.xml b/eugene/pom.xml index ab0ec94..fb8158a 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.14-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/pom.xml b/pom.xml index c195ec3..3c5d8aa 100644 --- a/pom.xml +++ b/pom.xml @@ -22,8 +22,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -33,7 +32,7 @@ </parent> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.14-SNAPSHOT</version> <packaging>pom</packaging> <name>EUGene</name> @@ -528,12 +527,12 @@ <tasks> <copy todir="target/site/xsd/v1" verbose="${maven.verbose}" failonerror="false" overwrite="true"> <fileset dir="${basedir}/eugene/src/main/resources/xsd"> - <include name="**/*.xsd"/> + <include name="**/*.xsd" /> </fileset> </copy> <copy todir="target/site/dtd/v1" verbose="${maven.verbose}" failonerror="false" overwrite="true"> <fileset dir="${basedir}/eugene/src/main/resources/dtd"> - <include name="**/*.dtd"/> + <include name="**/*.dtd" /> </fileset> </copy> </tasks> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm