[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/91d0bafe Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/91d0bafe Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/91d0bafe Branch: refs/heads/avro_rpc Commit: 91d0bafe71124906bd94baad746189caf35fb39c Parents: 554d0d5 Author: Tom Barber <[email protected]> Authored: Wed Feb 10 22:01:28 2016 +0000 Committer: Tom Barber <[email protected]> Committed: Wed Feb 10 22:01:28 2016 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/91d0bafe/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index beeb697..4b99b3c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.12</version> + <version>0.13-SNAPSHOT</version> <relativePath>core/pom.xml</relativePath> </parent> @@ -73,7 +73,7 @@ the License. <connection>scm:git:https://git-wip-us.apache.org/repos/asf/oodt.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/oodt.git</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk</url> - <tag>0.12</tag> + <tag>HEAD</tag> </scm> <profiles> <profile>
