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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 13:08:53 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 13:08:53 -0500 (Thu, 29 Jan 2009)
New Revision: 1342

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

Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-01-29 18:08:10 UTC (rev 1341)
+++ tck/trunk/api/pom.xml	2009-01-29 18:08:53 UTC (rev 1342)
@@ -17,15 +17,13 @@
 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>
 		<groupId>org.jboss.webbeans.tck</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0.ALPHA1</version>
 	</parent>
 
 	<groupId>org.jboss.webbeans.tck</groupId>

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-01-29 18:08:10 UTC (rev 1341)
+++ tck/trunk/pom.xml	2009-01-29 18:08:53 UTC (rev 1342)
@@ -1,12 +1,10 @@
 <?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>
    <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.ALPHA1</version>
    <name>Web Beans</name>
    <url>http://www.seamframework.org/WebBeans</url>
 
@@ -215,7 +213,7 @@
    
    <ciManagement>
       <system>Hudson</system>
-      <url></url>
+      <url />
    </ciManagement>
 
    <issueManagement>
@@ -233,11 +231,11 @@
    </licenses>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans</connection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/1.0.0.ALPHA1</connection>
       <developerConnection>
-         scm:svn:https://svn.jboss.org/repos/webbeans
+         scm:svn:https://svn.jboss.org/repos/webbeans/tck/tags/1.0.0.ALPHA1
       </developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans</url>
+      <url>http://fisheye.jboss.org/browse/WebBeans/1.0.0.ALPHA1</url>
    </scm>
 
    <distributionManagement>




More information about the weld-commits mailing list