You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by gw...@apache.org on 2015/04/07 00:33:49 UTC

sqoop git commit: SQOOP-2285: Sqoop2: Change POM version back to 2.0.0

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 07904cad2 -> 33e8a49ef


SQOOP-2285: Sqoop2: Change POM version back to 2.0.0

(Abraham Elmahrek via Gwen Shapira)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/33e8a49e
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/33e8a49e
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/33e8a49e

Branch: refs/heads/sqoop2
Commit: 33e8a49ef62e07a8660550430cd4daeed1729570
Parents: 07904ca
Author: Gwen Shapira <cs...@gmail.com>
Authored: Mon Apr 6 15:32:11 2015 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Mon Apr 6 15:32:11 2015 -0700

----------------------------------------------------------------------
 client/pom.xml                             | 2 +-
 common-test/pom.xml                        | 2 +-
 common/pom.xml                             | 2 +-
 connector/connector-generic-jdbc/pom.xml   | 2 +-
 connector/connector-hdfs/pom.xml           | 2 +-
 connector/connector-kafka/pom.xml          | 2 +-
 connector/connector-kite/pom.xml           | 2 +-
 connector/connector-mysql-fastpath/pom.xml | 2 +-
 connector/connector-mysql-jdbc/pom.xml     | 2 +-
 connector/connector-sdk/pom.xml            | 2 +-
 connector/pom.xml                          | 2 +-
 core/pom.xml                               | 2 +-
 dist/pom.xml                               | 2 +-
 docs/pom.xml                               | 2 +-
 execution/mapreduce/pom.xml                | 2 +-
 execution/pom.xml                          | 2 +-
 pom.xml                                    | 2 +-
 repository/pom.xml                         | 2 +-
 repository/repository-common/pom.xml       | 2 +-
 repository/repository-derby/pom.xml        | 2 +-
 repository/repository-postgresql/pom.xml   | 2 +-
 security/pom.xml                           | 2 +-
 server/pom.xml                             | 4 ++--
 shell/pom.xml                              | 2 +-
 submission/mapreduce/pom.xml               | 2 +-
 submission/pom.xml                         | 2 +-
 test/pom.xml                               | 2 +-
 tomcat/pom.xml                             | 2 +-
 tools/pom.xml                              | 2 +-
 29 files changed, 30 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index b3e45d1..a86516b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/common-test/pom.xml
----------------------------------------------------------------------
diff --git a/common-test/pom.xml b/common-test/pom.xml
index 8731e17..d08951b 100644
--- a/common-test/pom.xml
+++ b/common-test/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 6c54229..ecd42bc 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/connector/connector-generic-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-generic-jdbc/pom.xml b/connector/connector-generic-jdbc/pom.xml
index dd175ef..7bdeddb 100644
--- a/connector/connector-generic-jdbc/pom.xml
+++ b/connector/connector-generic-jdbc/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>connector</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.connector</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/connector/connector-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-hdfs/pom.xml b/connector/connector-hdfs/pom.xml
index b982d4e..512b54c 100644
--- a/connector/connector-hdfs/pom.xml
+++ b/connector/connector-hdfs/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>connector</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.connector</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/connector/connector-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-kafka/pom.xml b/connector/connector-kafka/pom.xml
index eeec0b6..e0f0684 100644
--- a/connector/connector-kafka/pom.xml
+++ b/connector/connector-kafka/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>connector</artifactId>
     <groupId>org.apache.sqoop</groupId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/connector/connector-kite/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-kite/pom.xml b/connector/connector-kite/pom.xml
index e909cbb..8593899 100644
--- a/connector/connector-kite/pom.xml
+++ b/connector/connector-kite/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>connector</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.connector</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/connector/connector-mysql-fastpath/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-mysql-fastpath/pom.xml b/connector/connector-mysql-fastpath/pom.xml
index 5547911..11a6bca 100644
--- a/connector/connector-mysql-fastpath/pom.xml
+++ b/connector/connector-mysql-fastpath/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>connector</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.connector</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/connector/connector-mysql-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-mysql-jdbc/pom.xml b/connector/connector-mysql-jdbc/pom.xml
index 2af9bcc..97069a3 100644
--- a/connector/connector-mysql-jdbc/pom.xml
+++ b/connector/connector-mysql-jdbc/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>connector</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.connector</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/connector/connector-sdk/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-sdk/pom.xml b/connector/connector-sdk/pom.xml
index f818205..c888aa0 100644
--- a/connector/connector-sdk/pom.xml
+++ b/connector/connector-sdk/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>connector</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/connector/pom.xml
----------------------------------------------------------------------
diff --git a/connector/pom.xml b/connector/pom.xml
index 26dce6f..dfa7e88 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 1a0627b..0a8ec09 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index 04e91c1..f1d671e 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index c92bb9b..567603b 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/execution/mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/execution/mapreduce/pom.xml b/execution/mapreduce/pom.xml
index 44d97c5..814f2ce 100644
--- a/execution/mapreduce/pom.xml
+++ b/execution/mapreduce/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>execution</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.execution</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/execution/pom.xml
----------------------------------------------------------------------
diff --git a/execution/pom.xml b/execution/pom.xml
index 2f3aad1..fb9f801 100644
--- a/execution/pom.xml
+++ b/execution/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2914f48..c608ca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
 
   <groupId>org.apache</groupId>
   <artifactId>sqoop</artifactId>
-  <version>1.99.6</version>
+  <version>2.0.0-SNAPSHOT</version>
   <description>Apache Sqoop</description>
   <name>Sqoop</name>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index 636a399..c63595c 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/repository/repository-common/pom.xml
----------------------------------------------------------------------
diff --git a/repository/repository-common/pom.xml b/repository/repository-common/pom.xml
index c88b905..c740117 100644
--- a/repository/repository-common/pom.xml
+++ b/repository/repository-common/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>repository</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.repository</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/repository/repository-derby/pom.xml
----------------------------------------------------------------------
diff --git a/repository/repository-derby/pom.xml b/repository/repository-derby/pom.xml
index a10449b..2a3b8fc 100644
--- a/repository/repository-derby/pom.xml
+++ b/repository/repository-derby/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>repository</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.repository</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/repository/repository-postgresql/pom.xml
----------------------------------------------------------------------
diff --git a/repository/repository-postgresql/pom.xml b/repository/repository-postgresql/pom.xml
index 6522310..bb3859f 100644
--- a/repository/repository-postgresql/pom.xml
+++ b/repository/repository-postgresql/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>repository</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.repository</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/security/pom.xml
----------------------------------------------------------------------
diff --git a/security/pom.xml b/security/pom.xml
index 93c7db1..90bff20 100644
--- a/security/pom.xml
+++ b/security/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 4ad3725..ee409cb 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>
@@ -103,7 +103,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.sqoop.connector</groupId>
       <artifactId>sqoop-connector-mysql-jdbc</artifactId>
-      <version>1.99.6</version>
+      <version>2.0.0-SNAPSHOT</version>
     </dependency>
 -->
 

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/shell/pom.xml
----------------------------------------------------------------------
diff --git a/shell/pom.xml b/shell/pom.xml
index ec49aae..a699f71 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/submission/mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/submission/mapreduce/pom.xml b/submission/mapreduce/pom.xml
index e55f6e8..f56437b 100644
--- a/submission/mapreduce/pom.xml
+++ b/submission/mapreduce/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sqoop</groupId>
     <artifactId>submission</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop.submission</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/submission/pom.xml
----------------------------------------------------------------------
diff --git a/submission/pom.xml b/submission/pom.xml
index 3220eec..16550d9 100644
--- a/submission/pom.xml
+++ b/submission/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index 1f2b170..d8fbfa2 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/tomcat/pom.xml b/tomcat/pom.xml
index 60a8035..3eb150b 100644
--- a/tomcat/pom.xml
+++ b/tomcat/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/33e8a49e/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index b736893..65fd40c 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>sqoop</artifactId>
-    <version>1.99.6</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sqoop</groupId>