You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2012/08/11 21:29:22 UTC

svn commit: r1372005 - in /incubator/clerezza/branches/shellrelease: parent/pom.xml pom.xml shell/pom.xml

Author: reto
Date: Sat Aug 11 19:29:22 2012
New Revision: 1372005

URL: http://svn.apache.org/viewvc?rev=1372005&view=rev
Log:
[maven-release-plugin] rollback the release of reactor-0.3-shellrelease-incubating

Modified:
    incubator/clerezza/branches/shellrelease/parent/pom.xml
    incubator/clerezza/branches/shellrelease/pom.xml
    incubator/clerezza/branches/shellrelease/shell/pom.xml

Modified: incubator/clerezza/branches/shellrelease/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/branches/shellrelease/parent/pom.xml?rev=1372005&r1=1372004&r2=1372005&view=diff
==============================================================================
--- incubator/clerezza/branches/shellrelease/parent/pom.xml (original)
+++ incubator/clerezza/branches/shellrelease/parent/pom.xml Sat Aug 11 19:29:22 2012
@@ -32,7 +32,7 @@
 	<packaging>pom</packaging>
 	<name>Clerezza - Parent for all (root)</name>
 	<url>http://incubator.apache.org/clerezza/mvn-site/</url>
-	<version>0.4-incubating-SNAPSHOT</version>
+	<version>0.3-incubating-SNAPSHOT</version>
 	<description>The direct or indirect parent of all Clerezza Artifacts</description>
 	<properties>
 		<scala.version>2.8.1</scala.version>
@@ -249,7 +249,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore />
+										<ignore></ignore>
 									</action>
 								</pluginExecution>
 							</pluginExecutions>
@@ -1136,7 +1136,7 @@
 			<dependency>
 				<groupId>org.apache.clerezza</groupId>
 				<artifactId>shell</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
+				<version>0.2-incubating-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.clerezza</groupId>

Modified: incubator/clerezza/branches/shellrelease/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/branches/shellrelease/pom.xml?rev=1372005&r1=1372004&r2=1372005&view=diff
==============================================================================
--- incubator/clerezza/branches/shellrelease/pom.xml (original)
+++ incubator/clerezza/branches/shellrelease/pom.xml Sat Aug 11 19:29:22 2012
@@ -32,7 +32,7 @@
 	<packaging>pom</packaging>
 	<name>Clerezza - Reactor build (root)</name>
 	<url>http://incubator.apache.org/clerezza/mvn-site/</url>
-	<version>0.4-incubating-SNAPSHOT</version>
+	<version>0.3-shellrelease-incubating-SNAPSHOT</version>
 	<description>A recator to build all of clerezza</description>
 	<properties>
 		<sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
@@ -434,7 +434,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore />
+										<ignore></ignore>
 									</action>
 								</pluginExecution>
 							</pluginExecutions>

Modified: incubator/clerezza/branches/shellrelease/shell/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/branches/shellrelease/shell/pom.xml?rev=1372005&r1=1372004&r2=1372005&view=diff
==============================================================================
--- incubator/clerezza/branches/shellrelease/shell/pom.xml (original)
+++ incubator/clerezza/branches/shellrelease/shell/pom.xml Sat Aug 11 19:29:22 2012
@@ -24,11 +24,11 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.4-incubating-SNAPSHOT</version>
+		<version>0.3-incubating-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>	
 	</parent>
 	<artifactId>shell</artifactId>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.2-incubating-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Shell Service</name>
 	<dependencies>