[webbeans-commits] Webbeans SVN: r672 - in ri/trunk: webbeans-api and 2 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Dec 22 06:26:00 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-22 06:25:59 -0500 (Mon, 22 Dec 2008)
New Revision: 672

Modified:
   ri/trunk/pom.xml
   ri/trunk/webbeans-api/pom.xml
   ri/trunk/webbeans-ri-spi/pom.xml
   ri/trunk/webbeans-ri/pom.xml
Log:
[maven-release-plugin] prepare release parent-1.0.0.ALPHA1

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2008-12-22 11:24:36 UTC (rev 671)
+++ ri/trunk/pom.xml	2008-12-22 11:25:59 UTC (rev 672)
@@ -1,12 +1,9 @@
-<?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</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>
 
@@ -278,7 +275,7 @@
    
    <ciManagement>
       <system>Hudson</system>
-      <url></url>
+      <url />
    </ciManagement>
 
    <issueManagement>
@@ -296,9 +293,9 @@
    </licenses>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans</developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/tags/parent-1.0.0.ALPHA1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/tags/parent-1.0.0.ALPHA1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans/tags/parent-1.0.0.ALPHA1</url>
    </scm>
 
    <distributionManagement>
@@ -337,7 +334,7 @@
    </reporting>
    
    <properties>
-      <webbeans.version>1.0.0-SNAPSHOT</webbeans.version>
+      <webbeans.version>1.0.0.ALPHA1</webbeans.version>
    </properties>
 
-</project>
+</project>
\ No newline at end of file

Modified: ri/trunk/webbeans-api/pom.xml
===================================================================
--- ri/trunk/webbeans-api/pom.xml	2008-12-22 11:24:36 UTC (rev 671)
+++ ri/trunk/webbeans-api/pom.xml	2008-12-22 11:25:59 UTC (rev 672)
@@ -1,31 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-JBoss, Home of Professional Open Source
-Copyright 2008, Red Hat Middleware LLC, and individual contributors
-by the @authors tag. See the copyright.txt in the distribution for a
-full listing of individual contributors.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-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</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0.ALPHA1</version>
 	</parent>
 
 	<groupId>org.jboss.webbeans</groupId>
@@ -35,4 +14,4 @@
 	<url>http://www.seamframework.org/WebBeans</url>
 
 
-</project>
+</project>
\ No newline at end of file

Modified: ri/trunk/webbeans-ri/pom.xml
===================================================================
--- ri/trunk/webbeans-ri/pom.xml	2008-12-22 11:24:36 UTC (rev 671)
+++ ri/trunk/webbeans-ri/pom.xml	2008-12-22 11:25:59 UTC (rev 672)
@@ -1,11 +1,8 @@
-<?xml version="1.0"?>
-<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">
    <parent>
       <artifactId>parent</artifactId>
       <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.ALPHA1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.webbeans</groupId>

Modified: ri/trunk/webbeans-ri-spi/pom.xml
===================================================================
--- ri/trunk/webbeans-ri-spi/pom.xml	2008-12-22 11:24:36 UTC (rev 671)
+++ ri/trunk/webbeans-ri-spi/pom.xml	2008-12-22 11:25:59 UTC (rev 672)
@@ -1,11 +1,8 @@
-<?xml version="1.0"?>
-<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">
    <parent>
       <artifactId>parent</artifactId>
       <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.ALPHA1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.webbeans</groupId>
@@ -36,4 +33,4 @@
    	<defaultGoal>install</defaultGoal>
    </build>
 
-</project>
+</project>
\ No newline at end of file




More information about the weld-commits mailing list