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 2013/03/24 10:46:14 UTC

svn commit: r1460296 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: olamy
Date: Sun Mar 24 09:46:14 2013
New Revision: 1460296

URL: http://svn.apache.org/r1460296
Log:
use shared incremental 1.1-SNAPSHOT

Modified:
    maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1460296&r1=1460295&r2=1460296&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sun Mar 24 09:46:14 2013
@@ -141,7 +141,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-incremental</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>