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 2012/11/20 23:45:30 UTC

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

Author: olamy
Date: Tue Nov 20 22:45:29 2012
New Revision: 1411916

URL: http://svn.apache.org/viewvc?rev=1411916&view=rev
Log:
oups no need of 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=1411916&r1=1411915&r2=1411916&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Tue Nov 20 22:45:29 2012
@@ -133,7 +133,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-incremental</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0</version>
     </dependency>
 
     <dependency>