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

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

commit 2c7ee698419411e4be92ac1c1d0a98edf3768394
Author: William Guo <[email protected]>
AuthorDate: Mon Oct 26 18:06:17 2020 +0800

    [maven-release-plugin] prepare release griffin-0.7.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..98c6e0e 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.7.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..ea1c823 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.7.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.7.0</tag>
     </scm>
 
     <distributionManagement>
diff --git a/service/pom.xml b/service/pom.xml
index dd2466f..f4958d1 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.7.0</version>
     </parent>
 
     <artifactId>service</artifactId>
diff --git a/ui/pom.xml b/ui/pom.xml
index d42cb6a..cb40d51 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.7.0</version>
     </parent>
     <artifactId>ui</artifactId>
     <packaging>pom</packaging>

Reply via email to