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/01/30 01:08:40 UTC

svn commit: r739097 - in /incubator/openwebbeans/trunk: pom.xml samples/guess/pom.xml samples/pom.xml webbeans-api/pom.xml webbeans-impl/pom.xml

Author: gerdogdu
Date: Fri Jan 30 00:08:40 2009
New Revision: 739097

URL: http://svn.apache.org/viewvc?rev=739097&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/samples/guess/pom.xml
    incubator/openwebbeans/trunk/samples/pom.xml
    incubator/openwebbeans/trunk/webbeans-api/pom.xml
    incubator/openwebbeans/trunk/webbeans-impl/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Fri Jan 30 00:08:40 2009
@@ -25,7 +25,7 @@
 	<artifactId>openwebbeans</artifactId>
 	<name>OpenWebBeans</name>
 	<packaging>pom</packaging>
-	<version>1.0.0-incubating-M1</version>
+	<version>1.0.1-incubating-SNAPSHOT</version>
 
 	<description> 
         Apache OpenWebBeans is an open source implementation of
@@ -38,9 +38,9 @@
 	</organization>
 
 	<scm>
-	    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M1</connection>
-	    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M1</developerConnection>
-	    <url>https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M1</url>
+	    <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>
     </scm>
 
     <issueManagement>

Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Fri Jan 30 00:08:40 2009
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>samples</artifactId>
 		<groupId>org.apache.openwebbeans</groupId>
-		<version>1.0.0-incubating-M1</version>
+		<version>1.0.1-incubating-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>guess</artifactId>
@@ -44,13 +44,13 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-api</artifactId>
-			<version>1.0.0-incubating-M1</version>
+			<version>1.0.1-incubating-SNAPSHOT</version>
 <!--			<scope>provided</scope>-->
 		</dependency>
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-M1</version>
+			<version>1.0.1-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Fri Jan 30 00:08:40 2009
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-M1</version>
+		<version>1.0.1-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>samples</artifactId>
 	<packaging>pom</packaging>

Modified: incubator/openwebbeans/trunk/webbeans-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-api/pom.xml Fri Jan 30 00:08:40 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-M1</version>
+		<version>1.0.1-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-api</artifactId>
 	<name>OpenWebBeans :: WebBeans-API</name>

Modified: incubator/openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/pom.xml Fri Jan 30 00:08:40 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-M1</version>
+		<version>1.0.1-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-impl</artifactId>
 	<name>OpenWebBeans :: WebBeans-Impl</name>



AW: svn commit: r739097 - in /incubator/openwebbeans/trunk: pom.xml samples/guess/pom.xml samples/pom.xml webbeans-api/pom.xml webbeans-impl/pom.xml

Posted by Mark Struberg <st...@yahoo.de>.
> -    <version>1.0.0-incubating-M1</version>
> +    <version>1.0.1-incubating-SNAPSHOT</version>

If you perform a release, then you have to set the 'next version' back to 1.0.0-incubating-SNAPSHOT

Or do we like to use a different versioning schema? How is our roadmap looking?
1.0.0-incubating-M1
1.0.0-incubating-M2
1.0.0-incubating-M3
1.0.0-incubating-M4
1.0.0-incubating-M5
1.0.0-incubating

1.0.0 (if finally moved out of incubation) for ContextualBeans 1 Spec

1.1.0-SNAPSHOT for ContextualBeans 1 Spec bugfixes and/or further draft upgrades.

2.0.0... for ContextualBeans 2 Spec

WDYT?

LieGrue,
strub

--- gerdogdu@apache.org <ge...@apache.org> schrieb am Fr, 30.1.2009:

> Von: gerdogdu@apache.org <ge...@apache.org>
> Betreff: svn commit: r739097 - in /incubator/openwebbeans/trunk: pom.xml samples/guess/pom.xml samples/pom.xml webbeans-api/pom.xml webbeans-impl/pom.xml
> An: openwebbeans-commits@incubator.apache.org
> Datum: Freitag, 30. Januar 2009, 1:08
> Author: gerdogdu
> Date: Fri Jan 30 00:08:40 2009
> New Revision: 739097
> 
> URL: http://svn.apache.org/viewvc?rev=739097&view=rev
> Log:
> [maven-release-plugin] prepare for next development
> iteration
> 
> Modified:
>     incubator/openwebbeans/trunk/pom.xml
>     incubator/openwebbeans/trunk/samples/guess/pom.xml
>     incubator/openwebbeans/trunk/samples/pom.xml
>     incubator/openwebbeans/trunk/webbeans-api/pom.xml
>     incubator/openwebbeans/trunk/webbeans-impl/pom.xml
> 
> Modified: incubator/openwebbeans/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/pom.xml (original)
> +++ incubator/openwebbeans/trunk/pom.xml Fri Jan 30
> 00:08:40 2009
> @@ -25,7 +25,7 @@
>  	<artifactId>openwebbeans</artifactId>
>  	<name>OpenWebBeans</name>
>  	<packaging>pom</packaging>
> -	<version>1.0.0-incubating-M1</version>
> +	<version>1.0.1-incubating-SNAPSHOT</version>
>  
>  	<description> 
>          Apache OpenWebBeans is an open source
> implementation of
> @@ -38,9 +38,9 @@
>  	</organization>
>  
>  	<scm>
> -	   
> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M1</connection>
> -	   
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M1</developerConnection>
> -	   
> <url>https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M1</url>
> +	   
> <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>
>      </scm>
>  
>      <issueManagement>
> 
> Modified:
> incubator/openwebbeans/trunk/samples/guess/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/samples/guess/pom.xml
> (original)
> +++ incubator/openwebbeans/trunk/samples/guess/pom.xml Fri
> Jan 30 00:08:40 2009
> @@ -3,7 +3,7 @@
>  	<parent>
>  		<artifactId>samples</artifactId>
>  		<groupId>org.apache.openwebbeans</groupId>
> -		<version>1.0.0-incubating-M1</version>
> +		<version>1.0.1-incubating-SNAPSHOT</version>
>  	</parent>
>  	<modelVersion>4.0.0</modelVersion>
>  	<artifactId>guess</artifactId>
> @@ -44,13 +44,13 @@
>  		<dependency>
>  			<groupId>org.apache.openwebbeans</groupId>
>  			<artifactId>openwebbeans-api</artifactId>
> -			<version>1.0.0-incubating-M1</version>
> +			<version>1.0.1-incubating-SNAPSHOT</version>
>  <!--			<scope>provided</scope>-->
>  		</dependency>
>  		<dependency>
>  			<groupId>org.apache.openwebbeans</groupId>
>  			<artifactId>openwebbeans-impl</artifactId>
> -			<version>1.0.0-incubating-M1</version>
> +			<version>1.0.1-incubating-SNAPSHOT</version>
>  		</dependency>
>  	</dependencies>
>  
> 
> Modified: incubator/openwebbeans/trunk/samples/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/samples/pom.xml (original)
> +++ incubator/openwebbeans/trunk/samples/pom.xml Fri Jan 30
> 00:08:40 2009
> @@ -4,7 +4,7 @@
>  	<parent>
>  		<groupId>org.apache.openwebbeans</groupId>
>  		<artifactId>openwebbeans</artifactId>
> -		<version>1.0.0-incubating-M1</version>
> +		<version>1.0.1-incubating-SNAPSHOT</version>
>  	</parent>
>  	<artifactId>samples</artifactId>
>  	<packaging>pom</packaging>
> 
> Modified: incubator/openwebbeans/trunk/webbeans-api/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/webbeans-api/pom.xml
> (original)
> +++ incubator/openwebbeans/trunk/webbeans-api/pom.xml Fri
> Jan 30 00:08:40 2009
> @@ -21,7 +21,7 @@
>  	<parent>
>  		<groupId>org.apache.openwebbeans</groupId>
>  		<artifactId>openwebbeans</artifactId>
> -		<version>1.0.0-incubating-M1</version>
> +		<version>1.0.1-incubating-SNAPSHOT</version>
>  	</parent>
>  	<artifactId>openwebbeans-api</artifactId>
>  	<name>OpenWebBeans :: WebBeans-API</name>
> 
> Modified:
> incubator/openwebbeans/trunk/webbeans-impl/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/pom.xml?rev=739097&r1=739096&r2=739097&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/webbeans-impl/pom.xml
> (original)
> +++ incubator/openwebbeans/trunk/webbeans-impl/pom.xml Fri
> Jan 30 00:08:40 2009
> @@ -21,7 +21,7 @@
>  	<parent>
>  		<groupId>org.apache.openwebbeans</groupId>
>  		<artifactId>openwebbeans</artifactId>
> -		<version>1.0.0-incubating-M1</version>
> +		<version>1.0.1-incubating-SNAPSHOT</version>
>  	</parent>
>  	<artifactId>openwebbeans-impl</artifactId>
>  	<name>OpenWebBeans :: WebBeans-Impl</name>