You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2011/05/17 19:03:11 UTC

svn commit: r1104409 - /maven/sandbox/trunk/mae/pom.xml

Author: jdcasey
Date: Tue May 17 17:03:11 2011
New Revision: 1104409

URL: http://svn.apache.org/viewvc?rev=1104409&view=rev
Log:
Removing sisuVersion property, and updating plexusVersion property, to get any latest changes in the component annotations dependency.

Modified:
    maven/sandbox/trunk/mae/pom.xml

Modified: maven/sandbox/trunk/mae/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mae/pom.xml?rev=1104409&r1=1104408&r2=1104409&view=diff
==============================================================================
--- maven/sandbox/trunk/mae/pom.xml (original)
+++ maven/sandbox/trunk/mae/pom.xml Tue May 17 17:03:11 2011
@@ -48,9 +48,8 @@
   </dependencyManagement>
   
   <properties>
-  	<mavenVersion>3.0.4-SNAPSHOT</mavenVersion>
-  	<plexusVersion>1.5.4</plexusVersion>
-  	<sisuVersion>2.1.1</sisuVersion>
+  	<mavenVersion>3.0.3</mavenVersion>
+  	<plexusVersion>1.5.5</plexusVersion>
   </properties>
   
   <modules>