[jboss-cvs] JBossAS SVN: r111039 - in branches/JBPAPP_5_1: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 25 16:56:40 EDT 2011


Author: fnasser at redhat.com
Date: 2011-03-25 16:56:40 -0400 (Fri, 25 Mar 2011)
New Revision: 111039

Modified:
   branches/JBPAPP_5_1/pom.xml
   branches/JBPAPP_5_1/thirdparty/pom.xml
Log:
Fix version of zip maven artifact

Modified: branches/JBPAPP_5_1/pom.xml
===================================================================
--- branches/JBPAPP_5_1/pom.xml	2011-03-25 20:53:23 UTC (rev 111038)
+++ branches/JBPAPP_5_1/pom.xml	2011-03-25 20:56:40 UTC (rev 111039)
@@ -9,7 +9,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.jbossas</groupId>
   <artifactId>jboss-as-parent</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
+  <version>5.1.2-Branch</version>
   <packaging>pom</packaging>
   <name>JBoss Application Server Parent POM</name>
   <url>http://www.jboss.org/jbossas</url>

Modified: branches/JBPAPP_5_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2011-03-25 20:53:23 UTC (rev 111038)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2011-03-25 20:56:40 UTC (rev 111039)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.jbossas</groupId>
     <artifactId>jboss-as-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
+    <version>5.1.2-Branch</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.jbossas</groupId>



More information about the jboss-cvs-commits mailing list