You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jd...@apache.org on 2005/09/27 22:01:51 UTC

svn commit: r292026 - /maven/components/trunk/maven-core-it/it0073/pom.xml

Author: jdcasey
Date: Tue Sep 27 13:01:47 2005
New Revision: 292026

URL: http://svn.apache.org/viewcvs?rev=292026&view=rev
Log:
Fixing version of maven-core-it-plugin to make it work with the snapshot repository...also added the snapshot repository.

Modified:
    maven/components/trunk/maven-core-it/it0073/pom.xml

Modified: maven/components/trunk/maven-core-it/it0073/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0073/pom.xml?rev=292026&r1=292025&r2=292026&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0073/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0073/pom.xml Tue Sep 27 13:01:47 2005
@@ -4,21 +4,22 @@
   <artifactId>maven-core-it0073</artifactId>
   <version>1.0-SNAPSHOT</version>
 
-  <repositories>
-    <repository>
+  <pluginRepositories>
+    <pluginRepository>
       <id>snapshots</id>
       <url>http://snapshots.maven.codehaus.org/maven2</url>
       <releases>
         <enabled>false</enabled>
       </releases>
-    </repository>
-  </repositories>
+    </pluginRepository>
+  </pluginRepositories>
 
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-core-it-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
         
         <configuration>
           <value>thrown-value</value>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org