[webbeans-commits] Webbeans SVN: r1921 - in test-harness/trunk: api and 2 other directories.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Wed Mar 11 12:35:02 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-03-11 12:35:01 -0400 (Wed, 11 Mar 2009)
New Revision: 1921
Modified:
test-harness/trunk/api/pom.xml
test-harness/trunk/impl/pom.xml
test-harness/trunk/pom.xml
test-harness/trunk/tests/pom.xml
Log:
[maven-release-plugin] prepare release 1.0.0.BETA1
Modified: test-harness/trunk/api/pom.xml
===================================================================
--- test-harness/trunk/api/pom.xml 2009-03-11 14:31:35 UTC (rev 1920)
+++ test-harness/trunk/api/pom.xml 2009-03-11 16:35:01 UTC (rev 1921)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.test-harness</groupId>
<artifactId>jboss-test-harness-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</parent>
<groupId>org.jboss.test-harness</groupId>
Modified: test-harness/trunk/impl/pom.xml
===================================================================
--- test-harness/trunk/impl/pom.xml 2009-03-11 14:31:35 UTC (rev 1920)
+++ test-harness/trunk/impl/pom.xml 2009-03-11 16:35:01 UTC (rev 1921)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-test-harness-parent</artifactId>
<groupId>org.jboss.test-harness</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</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-03-11 14:31:35 UTC (rev 1920)
+++ test-harness/trunk/pom.xml 2009-03-11 16:35:01 UTC (rev 1921)
@@ -4,7 +4,7 @@
<groupId>org.jboss.test-harness</groupId>
<artifactId>jboss-test-harness-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
<name>JBoss Test Harness Aggregator</name>
<url>http://www.seamframework.org/WebBeans</url>
@@ -279,11 +279,11 @@
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/test-harness</connection>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/test-harness/1.0.0.BETA1</connection>
<developerConnection>
- scm:svn:https://svn.jboss.org/repos/webbeans/test-harness
+ scm:svn:https://svn.jboss.org/repos/webbeans/test-harness/tags/1.0.0.BETA1
</developerConnection>
- <url>http://fisheye.jboss.org/browse/WebBeans</url>
+ <url>http://fisheye.jboss.org/browse/WebBeans/1.0.0.BETA1</url>
</scm>
<distributionManagement>
Modified: test-harness/trunk/tests/pom.xml
===================================================================
--- test-harness/trunk/tests/pom.xml 2009-03-11 14:31:35 UTC (rev 1920)
+++ test-harness/trunk/tests/pom.xml 2009-03-11 16:35:01 UTC (rev 1921)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-test-harness-parent</artifactId>
<groupId>org.jboss.test-harness</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.test-harness</groupId>
More information about the weld-commits
mailing list