Updated Branches: refs/heads/branch-1.99.3 e33d69347 -> 0a7633ed8
SQOOP-1200. Sqoop2: 1.99.3 Pom files version change on release branch. (Mengwei Ding via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/0a7633ed Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/0a7633ed Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/0a7633ed Branch: refs/heads/branch-1.99.3 Commit: 0a7633ed822f860bbae92330ac6da07261f6c33f Parents: e33d693 Author: Hari Shreedharan <[email protected]> Authored: Fri Sep 13 19:16:53 2013 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Fri Sep 13 19:16:53 2013 -0700 ---------------------------------------------------------------------- client/pom.xml | 2 +- common/pom.xml | 2 +- connector/connector-generic-jdbc/pom.xml | 2 +- connector/connector-mysql-fastpath/pom.xml | 2 +- connector/connector-mysql-jdbc/pom.xml | 2 +- connector/connector-sdk/pom.xml | 4 ++-- 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-derby/pom.xml | 2 +- server/pom.xml | 2 +- shell/pom.xml | 2 +- spi/pom.xml | 2 +- submission/mapreduce/pom.xml | 2 +- submission/pom.xml | 2 +- test/pom.xml | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 975773d..0423ddf 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index db11b5b..c87034c 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/connector/connector-generic-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-generic-jdbc/pom.xml b/connector/connector-generic-jdbc/pom.xml index fc6cab4..48c320c 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.3</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/connector/connector-mysql-fastpath/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-fastpath/pom.xml b/connector/connector-mysql-fastpath/pom.xml index 11a6bca..3703173 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.3</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/connector/connector-mysql-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-jdbc/pom.xml b/connector/connector-mysql-jdbc/pom.xml index 97069a3..b1fb3bb 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.3</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/connector/connector-sdk/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-sdk/pom.xml b/connector/connector-sdk/pom.xml index 4056e14..d5b732f 100644 --- a/connector/connector-sdk/pom.xml +++ b/connector/connector-sdk/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.apache.sqoop</groupId> <artifactId>connector</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>1.99.3</version> </parent> <groupId>org.apache.sqoop</groupId> <artifactId>connector-sdk</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>1.99.3</version> <name>Sqoop Connector SDK</name> <dependencies> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/connector/pom.xml ---------------------------------------------------------------------- diff --git a/connector/pom.xml b/connector/pom.xml index d642c3e..94fb6e5 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 2b6e436..f0365c4 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index 9186a38..6a6cbab 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index f49ae7e..0857212 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/execution/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/execution/mapreduce/pom.xml b/execution/mapreduce/pom.xml index f9a2a0e..775a32c 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.3</version> </parent> <groupId>org.apache.sqoop.execution</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/execution/pom.xml ---------------------------------------------------------------------- diff --git a/execution/pom.xml b/execution/pom.xml index fb9f801..507353a 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 513b6d0..fee9fe1 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.apache</groupId> <artifactId>sqoop</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>1.99.3</version> <description>Apache Sqoop</description> <name>Sqoop</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index e3345c4..13198d9 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/repository/repository-derby/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-derby/pom.xml b/repository/repository-derby/pom.xml index 6ad6d64..1dc61b4 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.3</version> </parent> <groupId>org.apache.sqoop.repository</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index a07ecf4..7abebfe 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 947eab0..20a256a 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/spi/pom.xml ---------------------------------------------------------------------- diff --git a/spi/pom.xml b/spi/pom.xml index 0b240e8..3495cad 100644 --- a/spi/pom.xml +++ b/spi/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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/submission/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/submission/mapreduce/pom.xml b/submission/mapreduce/pom.xml index 7b45492..c4aa0f6 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.3</version> </parent> <groupId>org.apache.sqoop.submission</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/submission/pom.xml ---------------------------------------------------------------------- diff --git a/submission/pom.xml b/submission/pom.xml index 16550d9..0ca6346 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.3</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a7633ed/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 8001fce..2f5a276 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.3</version> </parent> <groupId>org.apache.sqoop</groupId>
