[maven-release-plugin] prepare release griffin-0.1.6-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/24068693 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/24068693 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/24068693 Branch: refs/heads/griffin-0.1.6-incubating-rc1 Commit: 24068693b4e0ef3262e9092829ab6dbacd83828d Parents: 23ff65f Author: William Guo <[email protected]> Authored: Wed Nov 1 11:41:31 2017 +0800 Committer: William Guo <[email protected]> Committed: Wed Nov 1 11:41:31 2017 +0800 ---------------------------------------------------------------------- measure/pom.xml | 2 +- pom.xml | 4 ++-- service/pom.xml | 2 +- ui/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/24068693/measure/pom.xml ---------------------------------------------------------------------- diff --git a/measure/pom.xml b/measure/pom.xml index 9d48cab..e2c73c6 100644 --- a/measure/pom.xml +++ b/measure/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.griffin</groupId> <artifactId>griffin</artifactId> - <version>0.1.6-incubating-SNAPSHOT</version> + <version>griffin-0.1.6-incubating</version> </parent> <artifactId>measure</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/24068693/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af5f646..aa41c63 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.griffin</groupId> <artifactId>griffin</artifactId> - <version>0.1.6-incubating-SNAPSHOT</version> + <version>griffin-0.1.6-incubating</version> <packaging>pom</packaging> <name>Apache Griffin ${project.version}</name> <url>http://griffin.incubator.apache.org</url> @@ -82,7 +82,7 @@ under the License. <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-griffin.git;a=summary</url> - <tag>HEAD</tag> + <tag>griffin-0.1.6-incubating</tag> </scm> <distributionManagement> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/24068693/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 2dd1f75..f7bfc50 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.griffin</groupId> <artifactId>griffin</artifactId> - <version>0.1.6-incubating-SNAPSHOT</version> + <version>griffin-0.1.6-incubating</version> </parent> <artifactId>service</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/24068693/ui/pom.xml ---------------------------------------------------------------------- diff --git a/ui/pom.xml b/ui/pom.xml index 1a39f3b..a501048 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.griffin</groupId> <artifactId>griffin</artifactId> - <version>0.1.6-incubating-SNAPSHOT</version> + <version>griffin-0.1.6-incubating</version> </parent> <artifactId>ui</artifactId> <packaging>pom</packaging>
