This is an automated email from the ASF dual-hosted git repository. guoyp pushed a commit to branch griffin-0.4.0-rc0 in repository https://gitbox.apache.org/repos/asf/griffin.git
commit 56749b262ca8a5cf52b1fe42b2ba1a2eb7399d3d Author: William Guo <[email protected]> AuthorDate: Thu Dec 27 05:21:30 2018 -0700 [maven-release-plugin] prepare release griffin-0.4.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 f1adbe1..648bf67 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.4.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>measure</artifactId> diff --git a/pom.xml b/pom.xml index f339bca..646424c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.griffin</groupId> <artifactId>griffin</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.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.4.0</tag> </scm> <distributionManagement> diff --git a/service/pom.xml b/service/pom.xml index 5a30833..adc833e 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.4.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>service</artifactId> diff --git a/ui/pom.xml b/ui/pom.xml index 6262415..870e5e0 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.4.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ui</artifactId> <packaging>pom</packaging>
