Author: edwardyoon Date: Tue Apr 10 00:49:28 2012 New Revision: 1311538 URL: http://svn.apache.org/viewvc?rev=1311538&view=rev Log: [maven-release-plugin] prepare for next development iteration
Modified: incubator/hama/trunk/core/pom.xml incubator/hama/trunk/dist/pom.xml incubator/hama/trunk/examples/pom.xml incubator/hama/trunk/graph/pom.xml incubator/hama/trunk/pom.xml incubator/hama/trunk/yarn/pom.xml Modified: incubator/hama/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/core/pom.xml?rev=1311538&r1=1311537&r2=1311538&view=diff ============================================================================== --- incubator/hama/trunk/core/pom.xml (original) +++ incubator/hama/trunk/core/pom.xml Tue Apr 10 00:49:28 2012 @@ -20,22 +20,23 @@ <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-core</artifactId> <name>core</name> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/hama/core/tags/0.5-RC1/core + scm:svn:http://svn.apache.org/repos/asf/incubator/hama/core </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/hama/core/tags/0.5-RC1/core + scm:svn:https://svn.apache.org/repos/asf/incubator/hama/core </developerConnection> + <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-8/hama-parent/hama-core</url> </scm> <dependencies> Modified: incubator/hama/trunk/dist/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/dist/pom.xml?rev=1311538&r1=1311537&r2=1311538&view=diff ============================================================================== --- incubator/hama/trunk/dist/pom.xml (original) +++ incubator/hama/trunk/dist/pom.xml Tue Apr 10 00:49:28 2012 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <artifactId>hama-dist</artifactId> Modified: incubator/hama/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/examples/pom.xml?rev=1311538&r1=1311537&r2=1311538&view=diff ============================================================================== --- incubator/hama/trunk/examples/pom.xml (original) +++ incubator/hama/trunk/examples/pom.xml Tue Apr 10 00:49:28 2012 @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-examples</artifactId> <name>examples</name> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> Modified: incubator/hama/trunk/graph/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/graph/pom.xml?rev=1311538&r1=1311537&r2=1311538&view=diff ============================================================================== --- incubator/hama/trunk/graph/pom.xml (original) +++ incubator/hama/trunk/graph/pom.xml Tue Apr 10 00:49:28 2012 @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-graph</artifactId> <name>graph</name> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> Modified: incubator/hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1311538&r1=1311537&r2=1311538&view=diff ============================================================================== --- incubator/hama/trunk/pom.xml (original) +++ incubator/hama/trunk/pom.xml Tue Apr 10 00:49:28 2012 @@ -27,7 +27,7 @@ <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> <name>Apache Hama parent POM</name> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> <url>http://incubator.apache.org/hama</url> <packaging>pom</packaging> <prerequisites> @@ -76,11 +76,12 @@ </licenses> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/hama/tags/0.5-RC1 + scm:svn:http://svn.apache.org/repos/asf/incubator/hama </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/hama/tags/0.5-RC1 + scm:svn:https://svn.apache.org/repos/asf/incubator/hama </developerConnection> + <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-8/hama-parent</url> </scm> <properties> Modified: incubator/hama/trunk/yarn/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/yarn/pom.xml?rev=1311538&r1=1311537&r2=1311538&view=diff ============================================================================== --- incubator/hama/trunk/yarn/pom.xml (original) +++ incubator/hama/trunk/yarn/pom.xml Tue Apr 10 00:49:28 2012 @@ -19,22 +19,23 @@ <parent> <groupId>org.apache.hama</groupId> <artifactId>hama-parent</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hama</groupId> <artifactId>hama-yarn</artifactId> <name>yarn</name> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/hama/server/tags/0.5-RC1/server + scm:svn:http://svn.apache.org/repos/asf/incubator/hama/server </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/hama/server/tags/0.5-RC1/server + scm:svn:https://svn.apache.org/repos/asf/incubator/hama/server </developerConnection> + <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-8/hama-parent/hama-yarn</url> </scm> <dependencies>