You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/05/30 22:06:03 UTC

svn commit: r949565 - /maven/jxr/trunk/pom.xml

Author: olamy
Date: Sun May 30 20:06:03 2010
New Revision: 949565

URL: http://svn.apache.org/viewvc?rev=949565&view=rev
Log:
fix version

Modified:
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=949565&r1=949564&r2=949565&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Sun May 30 20:06:03 2010
@@ -92,7 +92,7 @@ under the License.
           <plugin>
             <groupId>org.maven.ide.eclipse</groupId>
             <artifactId>lifecycle-mapping</artifactId>
-            <version>0.9.9-SNAPSHOT</version>
+            <version>0.10.0</version>
             <configuration>
               <mappingId>customizable</mappingId>
               <configurators>
@@ -107,7 +107,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-resources-plugin</artifactId>
-            <version>2.5-SNAPSHOT</version>
+            <version>2.4.3</version>
           </plugin>
         </plugins>
       </build>