branch develop updated (ce9de88 -> b5a4b7e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See http://git.nuiton.org/eugene.git from ce9de88 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new b5a4b7e fix module order + tidy poms + update eugene plugin version 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 b5a4b7e1fbd0a72a693289591451c41af8d08615 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 18:18:47 2015 +0200 fix module order + tidy poms + update eugene plugin version Summary of changes: eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 8 ++++++++ eugene-yaml-templates/pom.xml | 6 ------ eugene/pom.xml | 5 ++++- pom.xml | 6 ++---- 5 files changed, 15 insertions(+), 12 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 in repository eugene. See http://git.nuiton.org/eugene.git commit b5a4b7e1fbd0a72a693289591451c41af8d08615 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 18:18:47 2015 +0200 fix module order + tidy poms + update eugene plugin version --- eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 8 ++++++++ eugene-yaml-templates/pom.xml | 6 ------ eugene/pom.xml | 5 ++++- pom.xml | 6 ++---- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 258c577..4770a30 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -163,7 +163,7 @@ <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> - <version>2.13</version> + <version>3.0-alpha-1</version> <dependencies> <dependency> <groupId>${project.groupId}</groupId> diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index b2e453f..7e34b68 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -35,10 +35,18 @@ <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> <packaging>maven-plugin</packaging> + <name>EUGene :: Maven plugin</name> <description>Maven plugin to use the eugene library</description> <inceptionYear>2006</inceptionYear> + <properties> + + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + + </properties> + <dependencies> <dependency> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index 972d714..aec2638 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -37,12 +37,6 @@ <name>EUGene :: YAML templates</name> <inceptionYear>2013</inceptionYear> - <properties> - - <!-- Post Release configuration --> - <skipPostRelease>false</skipPostRelease> - </properties> - <dependencies> <dependency> diff --git a/eugene/pom.xml b/eugene/pom.xml index 1bee9d5..5e0498f 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -24,6 +24,7 @@ --> <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> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> @@ -32,8 +33,10 @@ <groupId>org.nuiton.eugene</groupId> <artifactId>eugene</artifactId> + <name>EUGene :: EUGene</name> <description>Efficient Universal Generator.</description> + <properties> <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> @@ -258,7 +261,7 @@ <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> - <version>2.13</version> + <version>3.0-alpha-1</version> <dependencies> <dependency> <groupId>${project.groupId}</groupId> diff --git a/pom.xml b/pom.xml index 4f61314..e46d42b 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,8 @@ <artifactId>eugene</artifactId> <version>3.0-SNAPSHOT</version> - <packaging>pom</packaging> + <name>EUGene</name> <description>Efficient Universal Generator</description> <url>https://eugene.nuiton.org</url> @@ -102,7 +102,6 @@ </developer> </developers> - <contributors> <contributor> <name>Stéphane Chorlet</name> @@ -123,8 +122,8 @@ <module>eugene</module> <module>eugene-java-templates</module> <module>eugene-plantuml-templates</module> - <module>eugene-maven-plugin</module> <module>eugene-yaml-templates</module> + <module>eugene-maven-plugin</module> </modules> <scm> @@ -132,7 +131,6 @@ <developerConnection>scm:git:https://git.nuiton.org/eugene.git</developerConnection> <url>https://gitweb.nuiton.org/eugene.git</url> </scm> - <distributionManagement> <site> <id>${site.server}</id> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm