Author: tchemit Date: 2012-02-16 13:23:45 +0100 (Thu, 16 Feb 2012) New Revision: 234 Url: http://nuiton.org/repositories/revision/jredmine/234 Log: T?\195?\162che #1970: Updates to mavenpom 3.1 T?\195?\162che #1968: Updates to helper-maven-plugin 1.4 Modified: trunk/jredmine-client/pom.xml trunk/maven-jredmine-plugin/pom.xml trunk/maven-jredmine-plugin/src/it/multi/pom.xml trunk/maven-jredmine-plugin/src/it/report/pom.xml trunk/maven-jredmine-plugin/src/it/single/pom.xml trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml trunk/pom.xml Modified: trunk/jredmine-client/pom.xml =================================================================== --- trunk/jredmine-client/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-client/pom.xml 2012-02-16 12:23:45 UTC (rev 234) @@ -45,7 +45,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <scope>compile</scope> <exclusions> <exclusion> Modified: trunk/maven-jredmine-plugin/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/maven-jredmine-plugin/pom.xml 2012-02-16 12:23:45 UTC (rev 234) @@ -58,7 +58,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> </dependency> <dependency> @@ -171,7 +171,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <scope>test</scope> <classifier>tests</classifier> </dependency> Modified: trunk/maven-jredmine-plugin/src/it/multi/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2012-02-16 12:23:45 UTC (rev 234) @@ -82,8 +82,8 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> </plugin> </plugins> </pluginManagement> @@ -93,7 +93,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>get-redmine-login</id> Modified: trunk/maven-jredmine-plugin/src/it/report/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/report/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/maven-jredmine-plugin/src/it/report/pom.xml 2012-02-16 12:23:45 UTC (rev 234) @@ -82,8 +82,8 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> <executions> <execution> <id>get-redmine-login</id> Modified: trunk/maven-jredmine-plugin/src/it/single/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/single/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/maven-jredmine-plugin/src/it/single/pom.xml 2012-02-16 12:23:45 UTC (rev 234) @@ -76,8 +76,8 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> </plugin> </plugins> </pluginManagement> @@ -86,7 +86,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>get-redmine-login</id> Modified: trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml 2012-02-16 12:23:45 UTC (rev 234) @@ -81,8 +81,8 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> </plugin> </plugins> </pluginManagement> @@ -91,7 +91,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <!-- collect files to send to redmine --> <execution> Modified: trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml 2012-02-16 12:23:45 UTC (rev 234) @@ -82,8 +82,8 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> <executions> <execution> <id>get-redmine-login</id> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/pom.xml 2012-02-16 12:23:45 UTC (rev 234) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.0.7</version> + <version>3.1</version> </parent> <artifactId>jredmine</artifactId> @@ -66,7 +66,7 @@ <dependencies> <dependency> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${helperPluginVersion}</version> <scope>compile</scope> <exclusions> @@ -414,7 +414,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${helperPluginVersion}</version> <scope>test</scope> <classifier>tests</classifier>