You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2020/10/26 10:26:15 UTC

[griffin] branch griffin-0.6.0-rc0 created (now 80742b6)

This is an automated email from the ASF dual-hosted git repository.

guoyp pushed a change to branch griffin-0.6.0-rc0
in repository https://gitbox.apache.org/repos/asf/griffin.git.


      at 80742b6  [maven-release-plugin] prepare release griffin-0.6.0

This branch includes the following new commits:

     new 80742b6  [maven-release-plugin] prepare release griffin-0.6.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[griffin] 01/01: [maven-release-plugin] prepare release griffin-0.6.0

Posted by gu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

guoyp pushed a commit to branch griffin-0.6.0-rc0
in repository https://gitbox.apache.org/repos/asf/griffin.git

commit 80742b6a8c95d360b775a4bb18d4d728275b89f1
Author: William Guo <gu...@apache.org>
AuthorDate: Mon Oct 26 18:26:07 2020 +0800

    [maven-release-plugin] prepare release griffin-0.6.0
---
 measure/pom.xml | 8 +++-----
 pom.xml         | 4 ++--
 service/pom.xml | 2 +-
 ui/pom.xml      | 2 +-
 4 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/measure/pom.xml b/measure/pom.xml
index a1d8f8e..b50dcb2 100644
--- a/measure/pom.xml
+++ b/measure/pom.xml
@@ -17,14 +17,13 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0</version>
     </parent>
 
     <artifactId>measure</artifactId>
@@ -272,8 +271,7 @@ under the License.
                         </goals>
                         <configuration>
                             <transformers>
-                                <transformer
-                                        implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                     <mainClass>org.apache.griffin.measure.Application</mainClass>
                                 </transformer>
                             </transformers>
diff --git a/pom.xml b/pom.xml
index 2c3e021..2977e69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
     <groupId>org.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
     <packaging>pom</packaging>
     <name>Apache Griffin ${project.version}</name>
     <url>http://griffin.apache.org</url>
@@ -79,7 +79,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.6.0</tag>
     </scm>
 
     <distributionManagement>
diff --git a/service/pom.xml b/service/pom.xml
index dd2466f..6502f47 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.6.0-SNAPSHOT</version>
+        <version>0.6.0</version>
     </parent>
 
     <artifactId>service</artifactId>
diff --git a/ui/pom.xml b/ui/pom.xml
index d42cb6a..4f28dd5 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.6.0-SNAPSHOT</version>
+        <version>0.6.0</version>
     </parent>
     <artifactId>ui</artifactId>
     <packaging>pom</packaging>