Author: tchemit Date: 2012-03-21 00:13:09 +0100 (Wed, 21 Mar 2012) New Revision: 1225 Url: http://nuiton.org/repositories/revision/mavenpom/1225 Log: fixes #1971 Updates to jredmine-m-p 1.3 Modified: trunk/mavenpom4redmine/pom.xml trunk/pom.xml Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2012-02-29 13:47:09 UTC (rev 1224) +++ trunk/mavenpom4redmine/pom.xml 2012-03-20 23:13:09 UTC (rev 1225) @@ -202,7 +202,7 @@ <!-- generate issues report --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <version>${jredminePluginVersion}</version> <configuration> <anonymous>${publicProject}</anonymous> @@ -279,7 +279,7 @@ --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <id>jredmine-generate-changes</id> @@ -356,7 +356,7 @@ --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <id>publish-attachments</id> @@ -477,7 +477,7 @@ --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <id>jredmine-release</id> @@ -561,7 +561,7 @@ --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <id>jredmine-next-version</id> @@ -630,7 +630,7 @@ --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <id>publish-attachments</id> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-02-29 13:47:09 UTC (rev 1224) +++ trunk/pom.xml 2012-03-20 23:13:09 UTC (rev 1225) @@ -230,7 +230,7 @@ <!-- our plugins (+ skin) version --> <helperPluginVersion>1.4</helperPluginVersion> - <jredminePluginVersion>1.2.2</jredminePluginVersion> + <jredminePluginVersion>1.3</jredminePluginVersion> <jrstPluginVersion>1.4</jrstPluginVersion> <nuitonSkinVersion>1.1.1</nuitonSkinVersion> @@ -838,7 +838,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <version>${jredminePluginVersion}</version> </plugin> @@ -1593,7 +1593,7 @@ <!-- generate the changes.xml from redmine --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <id>jredmine-generate-changes</id> @@ -1639,7 +1639,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <version>${jredminePluginVersion}</version> <configuration> <columnNames> @@ -1711,7 +1711,7 @@ --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <id>jredmine-pre-release</id> @@ -1823,7 +1823,7 @@ --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <id>jredmine-release</id>
participants (1)
-
tchemit@users.nuiton.org