Author: tchemit Date: 2012-01-13 11:13:19 +0100 (Fri, 13 Jan 2012) New Revision: 834 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/834 Log: T?\195?\162che #1900: Change artifact id from m-helper-p to helper-m-p Pass to version 1.4 Modified: trunk/pom.xml trunk/src/it/check-auto-container/central/pom.xml trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml trunk/src/it/check-auto-container/unsafe-central/pom.xml trunk/src/it/collect-files/multi/module1/pom.xml trunk/src/it/collect-files/multi/module2/pom.xml trunk/src/it/collect-files/multi/pom.xml trunk/src/it/collect-files/single/pom.xml trunk/src/it/send-email/single/pom.xml trunk/src/it/share-server-secret/single/pom.xml trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -37,9 +37,9 @@ <version>3.0.7</version> </parent> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4</version> <dependencies> @@ -266,7 +266,9 @@ <packaging>maven-plugin</packaging> <properties> - + + <projectId>maven-helper-plugin</projectId> + <plexusMailSenderVersion>1.0-alpha-2</plexusMailSenderVersion> <!-- extra files to include in release --> Modified: trunk/src/it/check-auto-container/central/pom.xml =================================================================== --- trunk/src/it/check-auto-container/central/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/check-auto-container/central/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -62,7 +62,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${pluginVersion}</version> </plugin> </plugins> @@ -72,7 +72,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>check-central-safe</id> Modified: trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml =================================================================== --- trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -68,7 +68,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${pluginVersion}</version> </plugin> </plugins> @@ -78,7 +78,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>check-central-safe</id> Modified: trunk/src/it/check-auto-container/unsafe-central/pom.xml =================================================================== --- trunk/src/it/check-auto-container/unsafe-central/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/check-auto-container/unsafe-central/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -69,7 +69,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${pluginVersion}</version> </plugin> </plugins> @@ -79,7 +79,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>check-central-safe</id> Modified: trunk/src/it/collect-files/multi/module1/pom.xml =================================================================== --- trunk/src/it/collect-files/multi/module1/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/collect-files/multi/module1/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -47,7 +47,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <configuration> <dryRun>false</dryRun> </configuration> Modified: trunk/src/it/collect-files/multi/module2/pom.xml =================================================================== --- trunk/src/it/collect-files/multi/module2/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/collect-files/multi/module2/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -47,7 +47,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <configuration> <dryRun>false</dryRun> </configuration> Modified: trunk/src/it/collect-files/multi/pom.xml =================================================================== --- trunk/src/it/collect-files/multi/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/collect-files/multi/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -71,7 +71,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${pluginVersion}</version> </plugin> </plugins> @@ -81,7 +81,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>collect-files</id> Modified: trunk/src/it/collect-files/single/pom.xml =================================================================== --- trunk/src/it/collect-files/single/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/collect-files/single/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -65,7 +65,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${pluginVersion}</version> </plugin> </plugins> @@ -75,7 +75,7 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>collect-files</id> Modified: trunk/src/it/send-email/single/pom.xml =================================================================== --- trunk/src/it/send-email/single/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/send-email/single/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -54,7 +54,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${pluginVersion}</version> <configuration> <!-- Send nothing ! --> Modified: trunk/src/it/share-server-secret/single/pom.xml =================================================================== --- trunk/src/it/share-server-secret/single/pom.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/it/share-server-secret/single/pom.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -54,7 +54,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <version>${pluginVersion}</version> </plugin> </plugins> @@ -63,7 +63,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>get-server-one</id> Modified: trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml =================================================================== --- trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -38,7 +38,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <configuration> <emailContentFile>target/test-classes/org/nuiton/mail/plugin/sendEmailMojoTest/mailContentFile.txt</emailContentFile> <emailTitle>[ANNOUNCEMENT] - One 1.0.0 released</emailTitle> Modified: trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml =================================================================== --- trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml 2012-01-13 10:04:05 UTC (rev 833) +++ trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml 2012-01-13 10:13:19 UTC (rev 834) @@ -38,7 +38,7 @@ <plugins> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <configuration> <emailContentFile>target/test-classes/org/nuiton/smail/plugin/sendEmailMojoTest/mailContentFile.txt</emailContentFile> <emailTitle>[ANNOUNCEMENT] - One 1.0.0 released</emailTitle>