[jboss-cvs] JBossAS SVN: r111056 - in branches/JBPAPP_5_1: component-matrix and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 28 16:33:39 EDT 2011


Author: fnasser at redhat.com
Date: 2011-03-28 16:33:39 -0400 (Mon, 28 Mar 2011)
New Revision: 111056

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
   branches/JBPAPP_5_1/pom.xml
Log:
Fix version of zip maven artifact (Correction)

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2011-03-28 20:33:12 UTC (rev 111055)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2011-03-28 20:33:39 UTC (rev 111056)
@@ -20,7 +20,7 @@
   <groupId>org.jboss.jbossas</groupId>
   <artifactId>jboss-as-component-matrix</artifactId>
   <packaging>pom</packaging>
-  <version>5.1.0-SNAPSHOT</version>
+  <version>5.1.2-Branch</version>
   <name>JBossAS Component Matrix</name>
   <description>
     Contract for Consumers of JBossAS Components, defining and

Modified: branches/JBPAPP_5_1/pom.xml
===================================================================
--- branches/JBPAPP_5_1/pom.xml	2011-03-28 20:33:12 UTC (rev 111055)
+++ branches/JBPAPP_5_1/pom.xml	2011-03-28 20:33:39 UTC (rev 111056)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.jbossas</groupId>
     <artifactId>jboss-as-component-matrix</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
+    <version>5.1.2-Branch</version>
     <relativePath>component-matrix</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>



More information about the jboss-cvs-commits mailing list