You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@apache.org on 2004/08/10 01:24:59 UTC

cvs commit: maven-components/maven-plugins/maven-compiler-plugin pom.xml

jvanzyl     2004/08/09 16:24:59

  Modified:    maven-plugins/maven-compiler-plugin pom.xml
  Log:
  o they are snapshots
  
  Revision  Changes    Path
  1.8       +2 -2      maven-components/maven-plugins/maven-compiler-plugin/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-compiler-plugin/pom.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- pom.xml	9 Aug 2004 19:33:44 -0000	1.7
  +++ pom.xml	9 Aug 2004 23:24:59 -0000	1.8
  @@ -23,12 +23,12 @@
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus-compiler-api</artifactId>
  -      <version>1.0</version>
  +      <version>1.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus-compiler-javac</artifactId>
  -      <version>1.0</version>
  +      <version>1.0-SNAPSHOT</version>
       </dependency>
     </dependencies>
   </project>