branch feature/3704 created (now dfb19b9)
This is an automated email from the git hooks/post-receive script. New change to branch feature/3704 in repository eugene. See http://git.nuiton.org/eugene.git at dfb19b9 requires jdk 7 This branch includes the following new commits: new 133aab9 use helper-maven-plugin 2.2-SNAPSHOT new dfb19b9 requires jdk 7 The 2 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 dfb19b9f3f1f21545133663f5ac401ea72db62e4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon May 25 15:52:29 2015 +0200 requires jdk 7 commit 133aab9ca9163ff832bad8dccd5e8eb1a52a2c87 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon May 25 15:52:03 2015 +0200 use helper-maven-plugin 2.2-SNAPSHOT -- 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 feature/3704 in repository eugene. See http://git.nuiton.org/eugene.git commit 133aab9ca9163ff832bad8dccd5e8eb1a52a2c87 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon May 25 15:52:03 2015 +0200 use helper-maven-plugin 2.2-SNAPSHOT --- eugene-maven-plugin/pom.xml | 7 +------ pom.xml | 20 +++++++------------- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index 7e34b68..e615679 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -104,13 +104,8 @@ <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </dependency> - - <!--dependency> - <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - </dependency--> + </dependency> <dependency> <groupId>org.apache.maven</groupId> diff --git a/pom.xml b/pom.xml index faf53d6..2ce8125 100644 --- a/pom.xml +++ b/pom.xml @@ -157,7 +157,8 @@ <plexusPluginVersion>1.3.8</plexusPluginVersion> <doxiaVersion>1.6</doxiaVersion> - <mavenVersion>2.2.1</mavenVersion> + <mavenVersion>3.3.3</mavenVersion> + <helperPluginVersion>2.2-SNAPSHOT</helperPluginVersion> </properties> @@ -313,22 +314,15 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>${mavenVersion}</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>${mavenVersion}</version> - <scope>provided</scope> - </dependency> - - <!--dependency> - <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> - </dependency--> + </dependency> <dependency> <groupId>org.apache.maven</groupId> @@ -354,19 +348,19 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>3.4</version> + <version>${pluginPluginVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>2.2.1</version> + <version>3.0</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.2</version> + <version>2.3</version> </dependency> <dependency> -- 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 feature/3704 in repository eugene. See http://git.nuiton.org/eugene.git commit dfb19b9f3f1f21545133663f5ac401ea72db62e4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon May 25 15:52:29 2015 +0200 requires jdk 7 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 2ce8125..a9b3749 100644 --- a/pom.xml +++ b/pom.xml @@ -160,6 +160,14 @@ <mavenVersion>3.3.3</mavenVersion> <helperPluginVersion>2.2-SNAPSHOT</helperPluginVersion> + <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>.
participants (1)
-
nuiton.org scm