[webbeans-commits] Webbeans SVN: r2491 - in test-harness/trunk: api and 4 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Apr 17 12:31:53 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-17 12:31:53 -0400 (Fri, 17 Apr 2009)
New Revision: 2491

Modified:
   test-harness/trunk/api/pom.xml
   test-harness/trunk/impl/pom.xml
   test-harness/trunk/jboss/pom.xml
   test-harness/trunk/pom.xml
   test-harness/trunk/tests/pom.xml
   test-harness/trunk/tomcat/pom.xml
Log:
fix bad release

Modified: test-harness/trunk/api/pom.xml
===================================================================
--- test-harness/trunk/api/pom.xml	2009-04-17 16:27:13 UTC (rev 2490)
+++ test-harness/trunk/api/pom.xml	2009-04-17 16:31:53 UTC (rev 2491)
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.jboss.test-harness</groupId>
 		<artifactId>jboss-test-harness-parent</artifactId>
-		<version>1.0.0.BETA1</version>
+		<version>1.0.0-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.jboss.test-harness</groupId>

Modified: test-harness/trunk/impl/pom.xml
===================================================================
--- test-harness/trunk/impl/pom.xml	2009-04-17 16:27:13 UTC (rev 2490)
+++ test-harness/trunk/impl/pom.xml	2009-04-17 16:31:53 UTC (rev 2491)
@@ -3,7 +3,7 @@
    <parent>
       <artifactId>jboss-test-harness-parent</artifactId>
       <groupId>org.jboss.test-harness</groupId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.test-harness</groupId>

Modified: test-harness/trunk/jboss/pom.xml
===================================================================
--- test-harness/trunk/jboss/pom.xml	2009-04-17 16:27:13 UTC (rev 2490)
+++ test-harness/trunk/jboss/pom.xml	2009-04-17 16:31:53 UTC (rev 2491)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>jboss-test-harness-parent</artifactId>
       <groupId>org.jboss.test-harness</groupId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.test-harness</groupId>

Modified: test-harness/trunk/pom.xml
===================================================================
--- test-harness/trunk/pom.xml	2009-04-17 16:27:13 UTC (rev 2490)
+++ test-harness/trunk/pom.xml	2009-04-17 16:31:53 UTC (rev 2491)
@@ -4,7 +4,7 @@
    <groupId>org.jboss.test-harness</groupId>
    <artifactId>jboss-test-harness-parent</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.0.BETA1</version>
+   <version>1.0.0-SNAPSHOT</version>
    <name>JBoss Test Harness Aggregator</name>
    <url>http://www.seamframework.org/WebBeans</url>
 

Modified: test-harness/trunk/tests/pom.xml
===================================================================
--- test-harness/trunk/tests/pom.xml	2009-04-17 16:27:13 UTC (rev 2490)
+++ test-harness/trunk/tests/pom.xml	2009-04-17 16:31:53 UTC (rev 2491)
@@ -3,7 +3,7 @@
    <parent>
       <artifactId>jboss-test-harness-parent</artifactId>
       <groupId>org.jboss.test-harness</groupId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.test-harness</groupId>

Modified: test-harness/trunk/tomcat/pom.xml
===================================================================
--- test-harness/trunk/tomcat/pom.xml	2009-04-17 16:27:13 UTC (rev 2490)
+++ test-harness/trunk/tomcat/pom.xml	2009-04-17 16:31:53 UTC (rev 2491)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>jboss-test-harness-parent</artifactId>
       <groupId>org.jboss.test-harness</groupId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.test-harness</groupId>




More information about the weld-commits mailing list