[webbeans-commits] Webbeans SVN: r1346 - in tck/trunk: api and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 13:10:21 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 13:10:21 -0500 (Thu, 29 Jan 2009)
New Revision: 1346

Modified:
   tck/trunk/api/pom.xml
   tck/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of 1.0.0.ALPHA1

Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-01-29 18:09:12 UTC (rev 1345)
+++ tck/trunk/api/pom.xml	2009-01-29 18:10:21 UTC (rev 1346)
@@ -17,7 +17,9 @@
 limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-01-29 18:09:12 UTC (rev 1345)
+++ tck/trunk/pom.xml	2009-01-29 18:10:21 UTC (rev 1346)
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.webbeans.tck</groupId>
    <artifactId>parent</artifactId>
@@ -213,7 +215,7 @@
    
    <ciManagement>
       <system>Hudson</system>
-      <url />
+      <url></url>
    </ciManagement>
 
    <issueManagement>
@@ -255,7 +257,7 @@
    
    <properties>
       <webbeans.version>1.0.0.ALPHA2</webbeans.version>
-      <webbeans.tck.version>1.0.0-SNAPSHOT</webbeans.tck.version>
+      <webbeans.tck.version>1.0.0.ALPHA1</webbeans.tck.version>
    </properties>
 
 </project>




More information about the weld-commits mailing list