Repository: incubator-pirk Updated Branches: refs/heads/0.1.0 cdeba7f00 -> 19c028d38
[maven-release-plugin] prepare release apache-pirk-0.1.0-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/67e08693 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/67e08693 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/67e08693 Branch: refs/heads/0.1.0 Commit: 67e08693381910c24e5afef7129597577881742e Parents: cdeba7f Author: eawilliams <[email protected]> Authored: Sat Aug 13 22:12:23 2016 -0400 Committer: eawilliams <[email protected]> Committed: Sat Aug 13 22:12:23 2016 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/67e08693/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1a70dc6..99c41d6 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.pirk</groupId> <artifactId>apache-pirk</artifactId> - <version>0.0.1-Snapshot</version> + <version>0.1.0-incubating</version> <packaging>jar</packaging> <name>Apache Pirk (incubating) Project</name> @@ -64,7 +64,7 @@ <connection>scm:git:git://git.apache.org/incubator-pirk.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-pirk.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-pirk.git</url> - <tag>HEAD</tag> + <tag>apache-pirk-0.1.0-incubating</tag> </scm> <issueManagement>
