Repository: sqoop Updated Branches: refs/heads/sqoop2 3fe009fb0 -> ff1f2f243
SQOOP-2207: Update POM with new version (Richard Zhou via Abraham Elmahrek) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/ff1f2f24 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/ff1f2f24 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/ff1f2f24 Branch: refs/heads/sqoop2 Commit: ff1f2f24385a60508821420c5557e50944847e60 Parents: 3fe009f Author: Abraham Elmahrek <[email protected]> Authored: Thu Apr 2 20:22:22 2015 -0700 Committer: Abraham Elmahrek <[email protected]> Committed: Thu Apr 2 21:46:18 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/ff1f2f24/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index a86516b..b3e45d1 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/common-test/pom.xml ---------------------------------------------------------------------- diff --git a/common-test/pom.xml b/common-test/pom.xml index d08951b..8731e17 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index ecd42bc..6c54229 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/connector/connector-generic-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-generic-jdbc/pom.xml b/connector/connector-generic-jdbc/pom.xml index 7bdeddb..dd175ef 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/connector/connector-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-hdfs/pom.xml b/connector/connector-hdfs/pom.xml index 512b54c..b982d4e 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/connector/connector-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-kafka/pom.xml b/connector/connector-kafka/pom.xml index e0f0684..eeec0b6 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/connector/connector-kite/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-kite/pom.xml b/connector/connector-kite/pom.xml index 8593899..e909cbb 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/connector/connector-mysql-fastpath/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-fastpath/pom.xml b/connector/connector-mysql-fastpath/pom.xml index 11a6bca..5547911 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/connector/connector-mysql-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-jdbc/pom.xml b/connector/connector-mysql-jdbc/pom.xml index 97069a3..2af9bcc 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/connector/connector-sdk/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-sdk/pom.xml b/connector/connector-sdk/pom.xml index c888aa0..f818205 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/connector/pom.xml ---------------------------------------------------------------------- diff --git a/connector/pom.xml b/connector/pom.xml index dfa7e88..26dce6f 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 0a8ec09..1a0627b 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index f1d671e..04e91c1 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 567603b..c92bb9b 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/execution/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/execution/mapreduce/pom.xml b/execution/mapreduce/pom.xml index 814f2ce..44d97c5 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.execution</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/execution/pom.xml ---------------------------------------------------------------------- diff --git a/execution/pom.xml b/execution/pom.xml index fb9f801..2f3aad1 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c608ca7..2914f48 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <groupId>org.apache</groupId> <artifactId>sqoop</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> <description>Apache Sqoop</description> <name>Sqoop</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index c63595c..636a399 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/repository/repository-common/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-common/pom.xml b/repository/repository-common/pom.xml index c740117..c88b905 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.repository</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/repository/repository-derby/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-derby/pom.xml b/repository/repository-derby/pom.xml index 2a3b8fc..a10449b 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.repository</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/repository/repository-postgresql/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-postgresql/pom.xml b/repository/repository-postgresql/pom.xml index bb3859f..6522310 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.repository</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/security/pom.xml ---------------------------------------------------------------------- diff --git a/security/pom.xml b/security/pom.xml index 90bff20..93c7db1 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index ee409cb..4ad3725 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </dependency> --> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index a699f71..ec49aae 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/submission/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/submission/mapreduce/pom.xml b/submission/mapreduce/pom.xml index f56437b..e55f6e8 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop.submission</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/submission/pom.xml ---------------------------------------------------------------------- diff --git a/submission/pom.xml b/submission/pom.xml index 16550d9..3220eec 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index d8fbfa2..1f2b170 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/tomcat/pom.xml b/tomcat/pom.xml index 3eb150b..60a8035 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/ff1f2f24/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 65fd40c..b736893 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>2.0.0-SNAPSHOT</version> + <version>1.99.6</version> </parent> <groupId>org.apache.sqoop</groupId>
