You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/05/16 17:09:43 UTC

svn commit: r775482 - in /incubator/openwebbeans/trunk: ./ samples/ samples/guess/ samples/reservation/ webbeans-api/ webbeans-ejb/ webbeans-geronimo/ webbeans-impl/ webbeans-jms/ webbeans-jpa/ webbeans-jsf/

Author: gerdogdu
Date: Sat May 16 15:09:43 2009
New Revision: 775482

URL: http://svn.apache.org/viewvc?rev=775482&view=rev
Log:
[maven-release-plugin] prepare release openwebbeans-1.0.0-incubating-M2

Modified:
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/samples/guess/pom.xml
    incubator/openwebbeans/trunk/samples/pom.xml
    incubator/openwebbeans/trunk/samples/reservation/pom.xml
    incubator/openwebbeans/trunk/webbeans-api/pom.xml
    incubator/openwebbeans/trunk/webbeans-ejb/pom.xml
    incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml
    incubator/openwebbeans/trunk/webbeans-impl/pom.xml
    incubator/openwebbeans/trunk/webbeans-jms/pom.xml
    incubator/openwebbeans/trunk/webbeans-jpa/pom.xml
    incubator/openwebbeans/trunk/webbeans-jsf/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Sat May 16 15:09:43 2009
@@ -24,7 +24,7 @@
 	<artifactId>openwebbeans</artifactId>
 	<name>OpenWebBeans</name>
 	<packaging>pom</packaging>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-M2</version>
 
 	<description> 
         Apache OpenWebBeans is an open source implementation of
@@ -37,9 +37,9 @@
 	</organization>
 
 	<scm>
-	    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openwebbeans/trunk</connection>
-	    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openwebbeans/trunk</developerConnection>
-	    <url>https://svn.apache.org/repos/asf/incubator/openwebbeans/trunk</url>
+	    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M2</connection>
+	    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M2</developerConnection>
+	    <url>https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M2</url>
     </scm>
 
     <issueManagement>
@@ -457,7 +457,7 @@
     </distributionManagement>
       
 	<properties>
-          <openwebbeans.version>1.0.0-incubating-SNAPSHOT</openwebbeans.version>
+          <openwebbeans.version>1.0.0-incubating-M2</openwebbeans.version>
 	  <siteId>/OWB/1.0.0-incubating-M2/plugins</siteId>
 	</properties>
 

Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Sat May 16 15:09:43 2009
@@ -19,7 +19,7 @@
 	<parent>
 	     <artifactId>samples</artifactId>
 	     <groupId>org.apache.openwebbeans</groupId>
-	     <version>1.0.0-incubating-SNAPSHOT</version>
+	     <version>1.0.0-incubating-M2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openwebbeans.samples</groupId>
@@ -48,21 +48,21 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-api</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jsf</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jpa</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
@@ -80,7 +80,7 @@
         <dependency>
         	<groupId>org.apache.openwebbeans</groupId>
         	<artifactId>openwebbeans-jms</artifactId>
-        	<version>1.0.0-incubating-SNAPSHOT</version>
+        	<version>1.0.0-incubating-M2</version>
         	<scope>provided</scope>
         </dependency>
 	

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Sat May 16 15:09:43 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>samples</artifactId>
 	<packaging>pom</packaging>

Modified: incubator/openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/reservation/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/reservation/pom.xml Sat May 16 15:09:43 2009
@@ -19,7 +19,7 @@
 	<parent>
 	     <artifactId>samples</artifactId>
 	     <groupId>org.apache.openwebbeans</groupId>
-	     <version>1.0.0-incubating-SNAPSHOT</version>
+	     <version>1.0.0-incubating-M2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openwebbeans.samples</groupId>
@@ -55,21 +55,21 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-api</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jsf</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jpa</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 

Modified: incubator/openwebbeans/trunk/webbeans-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-api/pom.xml Sat May 16 15:09:43 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>openwebbeans-api</artifactId>
 	<name>OpenWebBeans :: WebBeans-API</name>

Modified: incubator/openwebbeans/trunk/webbeans-ejb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-ejb/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-ejb/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-ejb/pom.xml Sat May 16 15:09:43 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>openwebbeans-ejb</artifactId>
 	<name>OpenWebBeans :: EJB integration</name>
@@ -31,7 +31,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M2</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -42,7 +42,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M2</version>
 			<classifier>tests</classifier>
 			<scope>test</scope>
 		</dependency>

Modified: incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml Sat May 16 15:09:43 2009
@@ -1,35 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-	
-	Licensed to the Apache Software Foundation (ASF) under one or more
-	contributor license agreements. See the NOTICE file distributed with
-	this work for additional information regarding copyright ownership.
-	The ASF licenses this file to You 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.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
     
 	<artifactId>openwebbeans-geronimo</artifactId>
 	<name>OpenWebBeans :: Geronimo integration</name>
 	<packaging>jar</packaging>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-M2</version>
 	<description>Geronimo intetration SPI implementations for the  OpenWebBeans Implementation</description>
 
     <dependencies>
@@ -110,4 +90,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
+</project>
\ No newline at end of file

Modified: incubator/openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/pom.xml Sat May 16 15:09:43 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>openwebbeans-impl</artifactId>
 	<name>OpenWebBeans :: WebBeans-Impl</name>

Modified: incubator/openwebbeans/trunk/webbeans-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jms/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jms/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jms/pom.xml Sat May 16 15:09:43 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>openwebbeans-jms</artifactId>
 	<name>OpenWebBeans :: JMS integration</name>
@@ -31,7 +31,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M2</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -42,7 +42,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M2</version>
 			<classifier>tests</classifier>
 			<scope>test</scope>
 		</dependency>

Modified: incubator/openwebbeans/trunk/webbeans-jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jpa/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jpa/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jpa/pom.xml Sat May 16 15:09:43 2009
@@ -1,34 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-	
-	Licensed to the Apache Software Foundation (ASF) under one or more
-	contributor license agreements. See the NOTICE file distributed with
-	this work for additional information regarding copyright ownership.
-	The ASF licenses this file to You 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.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
     
 	<artifactId>openwebbeans-jpa</artifactId>
 	<name>OpenWebBeans :: JPA integration</name>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-M2</version>
 	<description>JPA plugin for  OpenWebBeans</description>
 
     <dependencies>
@@ -40,7 +20,7 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-impl</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
@@ -75,4 +55,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: incubator/openwebbeans/trunk/webbeans-jsf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jsf/pom.xml?rev=775482&r1=775481&r2=775482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jsf/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jsf/pom.xml Sat May 16 15:09:43 2009
@@ -1,35 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-	
-	Licensed to the Apache Software Foundation (ASF) under one or more
-	contributor license agreements. See the NOTICE file distributed with
-	this work for additional information regarding copyright ownership.
-	The ASF licenses this file to You 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.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
     
 	<artifactId>openwebbeans-jsf</artifactId>
 	<name>OpenWebBeans :: JSF integration</name>
 	<packaging>jar</packaging>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-M2</version>
 	<description>JSF integration for the  OpenWebBeans Implementation</description>
 
     <dependencies>
@@ -62,4 +42,4 @@
         </dependency>
       
     </dependencies>
-</project>
+</project>
\ No newline at end of file