You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by fe...@apache.org on 2016/02/22 20:56:33 UTC

incubator-mrql git commit: Rollback [maven-release-plugin]

Repository: incubator-mrql
Updated Branches:
  refs/heads/master b5919225e -> e36d4c37d


Rollback [maven-release-plugin]


Project: http://git-wip-us.apache.org/repos/asf/incubator-mrql/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mrql/commit/e36d4c37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mrql/tree/e36d4c37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mrql/diff/e36d4c37

Branch: refs/heads/master
Commit: e36d4c37d607b57455640db087a35557fe16d65b
Parents: b591922
Author: fegaras <fe...@cse.uta.edu>
Authored: Mon Feb 22 13:56:04 2016 -0600
Committer: fegaras <fe...@cse.uta.edu>
Committed: Mon Feb 22 13:56:04 2016 -0600

----------------------------------------------------------------------
 bsp/pom.xml       | 2 +-
 core/pom.xml      | 2 +-
 dist/pom.xml      | 2 +-
 flink/pom.xml     | 2 +-
 gen/pom.xml       | 2 +-
 mapreduce/pom.xml | 2 +-
 pom.xml           | 6 +++---
 spark/pom.xml     | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/e36d4c37/bsp/pom.xml
----------------------------------------------------------------------
diff --git a/bsp/pom.xml b/bsp/pom.xml
index 1fefce7..3a3073d 100644
--- a/bsp/pom.xml
+++ b/bsp/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating</version>
+    <version>0.9.6-incubating-SNAPSHOT</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/e36d4c37/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 1391b03..03f4426 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating</version>
+    <version>0.9.6-incubating-SNAPSHOT</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/e36d4c37/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index 049d125..dbad12a 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating</version>
+    <version>0.9.6-incubating-SNAPSHOT</version>
   </parent>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/e36d4c37/flink/pom.xml
----------------------------------------------------------------------
diff --git a/flink/pom.xml b/flink/pom.xml
index d42cba4..9243682 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating</version>
+    <version>0.9.6-incubating-SNAPSHOT</version>
   </parent>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/e36d4c37/gen/pom.xml
----------------------------------------------------------------------
diff --git a/gen/pom.xml b/gen/pom.xml
index cadf38f..438fe3e 100644
--- a/gen/pom.xml
+++ b/gen/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating</version>
+    <version>0.9.6-incubating-SNAPSHOT</version>
   </parent>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/e36d4c37/mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml
index b44b406..448bf67 100644
--- a/mapreduce/pom.xml
+++ b/mapreduce/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating</version>
+    <version>0.9.6-incubating-SNAPSHOT</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/e36d4c37/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f02ecd1..05760ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.mrql</groupId>
   <artifactId>mrql-parent</artifactId>
-  <version>0.9.6-incubating</version>
+  <version>0.9.6-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache MRQL parent POM</name>
   <description>Apache MRQL is a query processing and optimization system for large-scale, distributed data analysis, built on top of Apache Hadoop, Hama, Spark, and Flink</description>
@@ -127,7 +127,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5.3</version>
         <configuration>
           <mavenExecutorId>forked-path</mavenExecutorId>
           <autoVersionSubmodules>true</autoVersionSubmodules>
@@ -300,7 +300,7 @@
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-mrql.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-mrql.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=incubator-mrql.git</url>
+    <url>https://git-wip-us.apache.org/repos/asf/incubator-mrql.git</url>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/e36d4c37/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index 0500117..e36b49e 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating</version>
+    <version>0.9.6-incubating-SNAPSHOT</version>
   </parent>
   
   <dependencies>