[jbossws-commits] JBossWS SVN: r7361 - in stack/cxf/trunk: modules/management and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 4 10:40:41 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-06-04 10:40:40 -0400 (Wed, 04 Jun 2008)
New Revision: 7361

Modified:
   stack/cxf/trunk/modules/management/pom.xml
   stack/cxf/trunk/pom.xml
Log:
Get buildnumber-maven-plugin version from jbossws-parent

Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml	2008-06-04 14:38:41 UTC (rev 7360)
+++ stack/cxf/trunk/modules/management/pom.xml	2008-06-04 14:40:40 UTC (rev 7361)
@@ -77,7 +77,6 @@
          <!-- PRE: scm is correctly configured in parent pom -->
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>buildnumber-maven-plugin</artifactId>
-         <version>1.0-beta-1</version>
          <executions>
            <execution>
              <phase>validate</phase>

Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2008-06-04 14:38:41 UTC (rev 7360)
+++ stack/cxf/trunk/pom.xml	2008-06-04 14:40:40 UTC (rev 7361)
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.jboss.ws</groupId>
     <artifactId>jbossws-parent</artifactId>
-    <version>1.0.0.GA</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
   
   <!-- Source Control Management -->




More information about the jbossws-commits mailing list