Author: mattmann Date: Tue Jul 17 04:29:55 2012 New Revision: 1362353 URL: http://svn.apache.org/viewvc?rev=1362353&view=rev Log: [maven-release-plugin] prepare release 0.2-incubating-rc3
Modified: incubator/sis/branches/0.2-incubating/pom.xml incubator/sis/branches/0.2-incubating/sis-core/pom.xml incubator/sis/branches/0.2-incubating/sis-parent/pom.xml incubator/sis/branches/0.2-incubating/sis-webapp/pom.xml Modified: incubator/sis/branches/0.2-incubating/pom.xml URL: http://svn.apache.org/viewvc/incubator/sis/branches/0.2-incubating/pom.xml?rev=1362353&r1=1362352&r2=1362353&view=diff ============================================================================== --- incubator/sis/branches/0.2-incubating/pom.xml (original) +++ incubator/sis/branches/0.2-incubating/pom.xml Tue Jul 17 04:29:55 2012 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>sis-parent</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.2-incubating</version> <relativePath>sis-parent/pom.xml</relativePath> </parent> @@ -36,12 +36,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/sis/tags/0.2-incubating + scm:svn:http://svn.apache.org/repos/asf/incubator/sis/tags/0.2-incubating-rc3 </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/sis/tags/0.2-incubating + scm:svn:https://svn.apache.org/repos/asf/incubator/sis/tags/0.2-incubating-rc3 </developerConnection> - <url>http://svn.apache.org/viewvc/incubator/sis/tags/0.2-incubating</url> + <url>http://svn.apache.org/viewvc/incubator/sis/tags/0.2-incubating-rc3</url> </scm> <modules> Modified: incubator/sis/branches/0.2-incubating/sis-core/pom.xml URL: http://svn.apache.org/viewvc/incubator/sis/branches/0.2-incubating/sis-core/pom.xml?rev=1362353&r1=1362352&r2=1362353&view=diff ============================================================================== --- incubator/sis/branches/0.2-incubating/sis-core/pom.xml (original) +++ incubator/sis/branches/0.2-incubating/sis-core/pom.xml Tue Jul 17 04:29:55 2012 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>sis-parent</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.2-incubating</version> <relativePath>../sis-parent/pom.xml</relativePath> </parent> Modified: incubator/sis/branches/0.2-incubating/sis-parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/sis/branches/0.2-incubating/sis-parent/pom.xml?rev=1362353&r1=1362352&r2=1362353&view=diff ============================================================================== --- incubator/sis/branches/0.2-incubating/sis-parent/pom.xml (original) +++ incubator/sis/branches/0.2-incubating/sis-parent/pom.xml Tue Jul 17 04:29:55 2012 @@ -30,7 +30,7 @@ <groupId>org.apache.sis</groupId> <artifactId>sis-parent</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.2-incubating</version> <packaging>pom</packaging> <name>Apache SIS parent</name> @@ -298,8 +298,8 @@ </reporting> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/0.2-incubating</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/0.2-incubating</developerConnection> - <url>http://svn.apache.org/viewvc/maven/pom/tags/0.2-incubating</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/0.2-incubating-rc3</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/0.2-incubating-rc3</developerConnection> + <url>http://svn.apache.org/viewvc/maven/pom/tags/0.2-incubating-rc3</url> </scm> </project> Modified: incubator/sis/branches/0.2-incubating/sis-webapp/pom.xml URL: http://svn.apache.org/viewvc/incubator/sis/branches/0.2-incubating/sis-webapp/pom.xml?rev=1362353&r1=1362352&r2=1362353&view=diff ============================================================================== --- incubator/sis/branches/0.2-incubating/sis-webapp/pom.xml (original) +++ incubator/sis/branches/0.2-incubating/sis-webapp/pom.xml Tue Jul 17 04:29:55 2012 @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>sis-parent</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.2-incubating</version> <relativePath>../sis-parent/pom.xml</relativePath> </parent> @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.sis</groupId> <artifactId>sis-core</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.2-incubating</version> </dependency> </dependencies>