Repository: sqoop Updated Branches: refs/heads/branch-1.99.5 26164d8f7 -> 03e34f1fe
SQOOP-2064: Sqoop2: Update POM version on new 1.99.5 branch (Veena Basavaraj 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/03e34f1f Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/03e34f1f Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/03e34f1f Branch: refs/heads/branch-1.99.5 Commit: 03e34f1fe69a7a0eaadb883164103ce7fdf2926f Parents: 26164d8 Author: Abraham Elmahrek <[email protected]> Authored: Mon Feb 9 15:44:47 2015 -0800 Committer: Abraham Elmahrek <[email protected]> Committed: Mon Feb 9 15:44:47 2015 -0800 ---------------------------------------------------------------------- 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/03e34f1f/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index a86516b..b6b952f 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/common-test/pom.xml ---------------------------------------------------------------------- diff --git a/common-test/pom.xml b/common-test/pom.xml index d08951b..af72b57 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 9e593b2..29a6503 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/connector/connector-generic-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-generic-jdbc/pom.xml b/connector/connector-generic-jdbc/pom.xml index 7bdeddb..a48b9bb 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.5</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/connector/connector-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-hdfs/pom.xml b/connector/connector-hdfs/pom.xml index 512b54c..58894a0 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.5</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/connector/connector-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-kafka/pom.xml b/connector/connector-kafka/pom.xml index e0f0684..88e6dea 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.5</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/connector/connector-kite/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-kite/pom.xml b/connector/connector-kite/pom.xml index 11ec534..f7429b2 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.5</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/connector/connector-mysql-fastpath/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-fastpath/pom.xml b/connector/connector-mysql-fastpath/pom.xml index 11a6bca..0c7d6c0 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.5</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/connector/connector-mysql-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-jdbc/pom.xml b/connector/connector-mysql-jdbc/pom.xml index 97069a3..b4a3ad2 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.5</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/connector/connector-sdk/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-sdk/pom.xml b/connector/connector-sdk/pom.xml index c888aa0..23afe50 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/connector/pom.xml ---------------------------------------------------------------------- diff --git a/connector/pom.xml b/connector/pom.xml index dfa7e88..864f9fe 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 0a8ec09..5995845 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index e0bf0d0..0504b83 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 7be68f0..470a72a 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/execution/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/execution/mapreduce/pom.xml b/execution/mapreduce/pom.xml index 3ad8d10..6338dcc 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.5</version> </parent> <groupId>org.apache.sqoop.execution</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/execution/pom.xml ---------------------------------------------------------------------- diff --git a/execution/pom.xml b/execution/pom.xml index fb9f801..0e9eede 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d48389e..b1c20a9 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.5</version> <description>Apache Sqoop</description> <name>Sqoop</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index c63595c..a199764 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/repository/repository-common/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-common/pom.xml b/repository/repository-common/pom.xml index c740117..caa620b 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.5</version> </parent> <groupId>org.apache.sqoop.repository</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/repository/repository-derby/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-derby/pom.xml b/repository/repository-derby/pom.xml index 2a3b8fc..5a98388 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.5</version> </parent> <groupId>org.apache.sqoop.repository</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/repository/repository-postgresql/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-postgresql/pom.xml b/repository/repository-postgresql/pom.xml index bb3859f..234bdcc 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.5</version> </parent> <groupId>org.apache.sqoop.repository</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/security/pom.xml ---------------------------------------------------------------------- diff --git a/security/pom.xml b/security/pom.xml index e4e61cc..5059f4b 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index ee409cb..3d5213f 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.5</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.5</version> </dependency> --> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index e48c86a..a2a5a8c 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/submission/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/submission/mapreduce/pom.xml b/submission/mapreduce/pom.xml index f56437b..0d4bd00 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.5</version> </parent> <groupId>org.apache.sqoop.submission</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/submission/pom.xml ---------------------------------------------------------------------- diff --git a/submission/pom.xml b/submission/pom.xml index 16550d9..0deb3d0 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index f743d25..57d3acb 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/tomcat/pom.xml b/tomcat/pom.xml index 3eb150b..3d1f337 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.5</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/03e34f1f/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 65fd40c..f3cc094 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.5</version> </parent> <groupId>org.apache.sqoop</groupId>
