You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/01/10 17:04:31 UTC

svn commit: r367665 - /maven/components/trunk/maven-core-it/it0088/pom.xml

Author: jvanzyl
Date: Tue Jan 10 08:04:28 2006
New Revision: 367665

URL: http://svn.apache.org/viewcvs?rev=367665&view=rev
Log:
o specify the snapshot version as there is no release

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

Modified: maven/components/trunk/maven-core-it/it0088/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0088/pom.xml?rev=367665&r1=367664&r2=367665&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0088/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0088/pom.xml Tue Jan 10 08:04:28 2006
@@ -23,6 +23,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-core-it-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>process-resources</phase>