Author: brett
Date: Wed May 4 07:41:33 2005
New Revision: 168134
URL: http://svn.apache.org/viewcvs?rev=168134&view=rev
Log:
update to latest modello plugin versions
Modified:
maven/components/trunk/maven-model/pom.xml
maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml
maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml
maven/components/trunk/maven-settings/pom.xml
Modified: maven/components/trunk/maven-model/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/pom.xml?rev=168134&r1=168133&r2=168134&view=diff
==============================================================================
--- maven/components/trunk/maven-model/pom.xml (original)
+++ maven/components/trunk/maven-model/pom.xml Wed May 4 07:41:33 2005
@@ -18,11 +18,8 @@
<build>
<plugins>
<plugin>
-<!--
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
--->
- <artifactId>maven-modello-plugin</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<configuration>
<version>4.0.0</version>
Modified: maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml?rev=168134&r1=168133&r2=168134&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml
(original)
+++ maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml Wed May
4 07:41:33 2005
@@ -24,7 +24,8 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-modello-plugin</artifactId>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<configuration>
<model>src/main/mdo/descriptor.mdo</model>
Modified: maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml?rev=168134&r1=168133&r2=168134&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml
(original)
+++ maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml Wed May
4 07:41:33 2005
@@ -37,7 +37,8 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-modello-plugin</artifactId>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<configuration>
<model>src/main/mdo/verifications.mdo</model>
Modified: maven/components/trunk/maven-settings/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-settings/pom.xml?rev=168134&r1=168133&r2=168134&view=diff
==============================================================================
--- maven/components/trunk/maven-settings/pom.xml (original)
+++ maven/components/trunk/maven-settings/pom.xml Wed May 4 07:41:33 2005
@@ -17,8 +17,9 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-modello-plugin</artifactId>
- <version>1.0-alpha-1</version>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-maven-plugin</artifactId>
+ <version>1.0-alpha-2-SNAPSHOT</version>
<goals>
<goal>
<id>xpp3-writer</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]