You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/10/07 22:17:21 UTC

svn commit: r307187 - /maven/maven-1/plugins/trunk/aspectj/src/plugin-test/project.xml

Author: ltheussl
Date: Fri Oct  7 13:17:19 2005
New Revision: 307187

URL: http://svn.apache.org/viewcvs?rev=307187&view=rev
Log:
Fix dependency version for test

Modified:
    maven/maven-1/plugins/trunk/aspectj/src/plugin-test/project.xml

Modified: maven/maven-1/plugins/trunk/aspectj/src/plugin-test/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/aspectj/src/plugin-test/project.xml?rev=307187&r1=307186&r2=307187&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/aspectj/src/plugin-test/project.xml (original)
+++ maven/maven-1/plugins/trunk/aspectj/src/plugin-test/project.xml Fri Oct  7 13:17:19 2005
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>aspectj</groupId>
       <artifactId>aspectjrt</artifactId>
-      <version>1.2</version>
+      <version>1.2.1</version>
     </dependency>
   </dependencies>
   <build>