[jboss-svn-commits] JBoss Common SVN: r2376 - build/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 20 16:19:43 EDT 2007


Author: pgier
Date: 2007-04-20 16:19:43 -0400 (Fri, 20 Apr 2007)
New Revision: 2376

Modified:
   build/trunk/pom.xml
Log:
JBBUILD-337; Updated the parent pom reference to version 2.  
Updated the versions of the jboss-retro and jboss-deploy plugins.
Removed the distribution management section because it is now located in the parent.

Modified: build/trunk/pom.xml
===================================================================
--- build/trunk/pom.xml	2007-04-19 17:23:40 UTC (rev 2375)
+++ build/trunk/pom.xml	2007-04-20 20:19:43 UTC (rev 2376)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>1</version>
+    <version>2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <version>2.0.4.GA</version>
@@ -37,7 +37,7 @@
       <plugin>
         <groupId>jboss.maven-plugins</groupId>
         <artifactId>jboss-retro-maven-plugin</artifactId>
-        <version>0.5-beta2</version>
+        <version>0.5</version>
         <executions>
           <execution>
             <goals>
@@ -57,7 +57,7 @@
       <plugin>
         <groupId>jboss.maven-plugins</groupId>
         <artifactId>jboss-deploy-maven-plugin</artifactId>
-        <version>1.1</version>
+        <version>1.2</version>
         <executions>
           <execution>
             <goals>
@@ -108,13 +108,4 @@
       </plugin>
     </plugins>
   </reporting>
-  <distributionManagement>
-    <repository>
-      <id>cvs-file-repository</id>
-      <!-- Set maven.cvs.root in your settings.xml
-           See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCommonProject
-        -->
-      <url>file://${maven.cvs.root}</url>
-    </repository>
-  </distributionManagement>
 </project>




More information about the jboss-svn-commits mailing list