[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Sat Sep 29 12:24:32 EDT 2007


  User: pmuir   
  Date: 07/09/29 12:24:32

  Modified:    build    parent.pom.xml
  Log:
  Use unique versions for snapshots
  
  Revision  Changes    Path
  1.2       +5 -4      jboss-seam/build/parent.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: parent.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/parent.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- parent.pom.xml	25 Sep 2007 22:22:51 -0000	1.1
  +++ parent.pom.xml	29 Sep 2007 16:24:32 -0000	1.2
  @@ -15,24 +15,25 @@
       <version>@seam.version@</version>
     </parent>
     <pluginRepositories>
  -    <!--  <pluginRepository>
  +    <pluginRepository>
         <snapshots />
         <id>m2-snapshot</id>
         <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
  -    </pluginRepository>-->
  +    </pluginRepository>
     </pluginRepositories>
   
     <distributionManagement>
       <snapshotRepository>
         <id>snapshots.jboss.org</id>
         <url>dav:https://snapshots.jboss.org/maven2</url>
  +      <uniqueVersion>true</uniqueVersion>
       </snapshotRepository>
     </distributionManagement>
   
     <!-- Uncomment to enable newer version of dependency plugin which has the
     dependency:tree command useful for analyzing the dependency tree of a module
     You'll also need the m2-snapshot repository enabled -->
  -  <!-- <build>
  +  <build>
       <pluginManagement>
         <plugins>
           <plugin>
  @@ -42,6 +43,6 @@
           </plugin>
         </plugins>
       </pluginManagement>
  -  </build>-->
  +  </build>
   
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list