Repository: incubator-pirk Updated Branches: refs/heads/0.1.0 07e013957 -> d2e5d0d4e
[maven-release-plugin] prepare release 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/b08b521d Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/b08b521d Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/b08b521d Branch: refs/heads/0.1.0 Commit: b08b521dbb75fd7028d994ff628c80273cf42058 Parents: 07e0139 Author: eawilliams <[email protected]> Authored: Thu Aug 25 11:51:16 2016 -0400 Committer: eawilliams <[email protected]> Committed: Thu Aug 25 11:51:16 2016 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b08b521d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0229c31..35ea234 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.pirk</groupId> <artifactId>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>pirk-0.1.0-incubating</tag> </scm> <issueManagement>
