Repository: aries-rsa Updated Branches: refs/heads/master fe77a320c -> b28267f78
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/b28267f7 Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/b28267f7 Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/b28267f7 Branch: refs/heads/master Commit: b28267f78fe319690f759e72fea91f364c5f050e Parents: fe77a32 Author: Christian Schneider <[email protected]> Authored: Mon Feb 20 14:50:26 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Mon Feb 20 14:50:26 2017 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/b28267f7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6e86344..ddb65d1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.aries.rsa</groupId> <artifactId>org.apache.aries.rsa.parent</artifactId> - <version>1.10.0</version> + <version>1.11.0-SNAPSHOT</version> <relativePath>parent/pom.xml</relativePath> </parent> @@ -34,7 +34,7 @@ <scm> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/aries-rsa.git</connection> <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/aries-rsa.git</developerConnection> - <tag>org.apache.aries.rsa-1.10.0</tag> + <tag>HEAD</tag> </scm> <issueManagement>
