This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git commit ab36618f12bb71d58486d238fcf070c7e340679a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 27 10:59:19 2016 +0100 Update nuitonpom to 7 (See #3895) --- README.txt => README.md | 0 .../README.txt => helper-maven-plugin-api/README.md | 0 helper-maven-plugin-test-api/{README.txt => README.md} | 0 .../README.txt => helper-maven-plugin/README.md | 0 pom.xml | 17 +++++------------ 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/helper-maven-plugin/README.txt b/helper-maven-plugin-api/README.md similarity index 100% rename from helper-maven-plugin/README.txt rename to helper-maven-plugin-api/README.md diff --git a/helper-maven-plugin-test-api/README.txt b/helper-maven-plugin-test-api/README.md similarity index 100% rename from helper-maven-plugin-test-api/README.txt rename to helper-maven-plugin-test-api/README.md diff --git a/helper-maven-plugin-api/README.txt b/helper-maven-plugin/README.md similarity index 100% rename from helper-maven-plugin-api/README.txt rename to helper-maven-plugin/README.md diff --git a/pom.xml b/pom.xml index da69234..30767b4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>7</version> </parent> <artifactId>helper-maven-plugin-parent</artifactId> @@ -71,9 +71,9 @@ </modules> <scm> - <connection>scm:git:git@gitlab.nuiton.org:nuiton/maven-helper-plugin.git</connection> - <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/maven-helper-plugin.git</developerConnection> - <url>https://gitlab.nuiton.org/nuiton/maven-helper-plugin</url> + <url>https://gitlab.nuiton.org/codelutin/maven-helper-plugin</url> + <connection>scm:git:git@gitlab.nuiton.org:codelutin/maven-helper-plugin.git</connection> + <developerConnection>scm:git:git@gitlab.nuiton.org:codelutin/maven-helper-plugin.git</developerConnection> </scm> <distributionManagement> <site> @@ -86,6 +86,7 @@ <!-- redmine project Id --> <projectId>maven-helper-plugin</projectId> + <ciViewId>maven-helper-plugin</ciViewId> <plexusMailSenderVersion>1.0-alpha-2</plexusMailSenderVersion> @@ -97,14 +98,6 @@ <mavenVersion>3.3.3</mavenVersion> - <javaVersion>1.7</javaVersion> - <!--TODO remove this when idea won't ask to change jdk level at each pom modification--> - <maven.compiler.source>${javaVersion}</maven.compiler.source> - <!--TODO remove this when idea won't ask to change jdk level at each pom modification--> - <maven.compiler.target>${javaVersion}</maven.compiler.target> - <signatureArtifactId>java17</signatureArtifactId> - <signatureVersion>1.0</signatureVersion> - </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.