This is an automated email from the ASF dual-hosted git repository. liujin pushed a commit to branch griffin-0.5.0-rcX in repository https://gitbox.apache.org/repos/asf/griffin.git
commit a3a71acc41615b13a07847262e3c5ba9eb13aa9f Author: Eugene Liu <[email protected]> AuthorDate: Thu Apr 4 13:26:06 2019 +0800 [maven-release-plugin] prepare release griffin-0.5.0 --- measure/pom.xml | 2 +- pom.xml | 4 ++-- service/pom.xml | 2 +- ui/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/measure/pom.xml b/measure/pom.xml index 6294a02..f7f6966 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.5.0-SNAPSHOT</version> + <version>0.5.0</version> </parent> <artifactId>measure</artifactId> diff --git a/pom.xml b/pom.xml index 18c5f64..20fcfe1 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.griffin</groupId> <artifactId>griffin</artifactId> - <version>0.5.0-SNAPSHOT</version> + <version>0.5.0</version> <packaging>pom</packaging> <name>Apache Griffin ${project.version}</name> <url>http://griffin.apache.org</url> @@ -82,7 +82,7 @@ under the License. <connection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=griffin.git;a=summary</url> - <tag>HEAD</tag> + <tag>griffin-0.5.0</tag> </scm> <distributionManagement> diff --git a/service/pom.xml b/service/pom.xml index 5647253..120a053 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.5.0-SNAPSHOT</version> + <version>0.5.0</version> </parent> <artifactId>service</artifactId> diff --git a/ui/pom.xml b/ui/pom.xml index d71409f..958bded 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.5.0-SNAPSHOT</version> + <version>0.5.0</version> </parent> <artifactId>ui</artifactId> <packaging>pom</packaging>
