Repository: sqoop Updated Branches: refs/heads/branch-1.99.4 624812ad4 -> 7f5461cdd
SQOOP-1611: Update POM version on new 1.99.4 branch (Gwen Shapira via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/7f5461cd Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/7f5461cd Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/7f5461cd Branch: refs/heads/branch-1.99.4 Commit: 7f5461cddde0dae842c2ae7c70b5b4accb8636ec Parents: 624812a Author: Jarek Jarcec Cecho <[email protected]> Authored: Sat Nov 8 09:37:35 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sat Nov 8 09:37:35 2014 -0800 ---------------------------------------------------------------------- client/pom.xml | 2 +- common/pom.xml | 2 +- connector/connector-generic-jdbc/pom.xml | 2 +- connector/connector-hdfs/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 +- tomcat/pom.xml | 2 +- tools/pom.xml | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index b2e221e..e18d594 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 151a649..88a03fd 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/connector/connector-generic-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-generic-jdbc/pom.xml b/connector/connector-generic-jdbc/pom.xml index fc6cab4..b2276d0 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.4</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/connector/connector-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-hdfs/pom.xml b/connector/connector-hdfs/pom.xml index fa4330a..6ecdeb3 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.4</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/connector/connector-mysql-fastpath/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-fastpath/pom.xml b/connector/connector-mysql-fastpath/pom.xml index 11a6bca..b993f74 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.4</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/connector/connector-mysql-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-jdbc/pom.xml b/connector/connector-mysql-jdbc/pom.xml index 97069a3..204a71c 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.4</version> </parent> <groupId>org.apache.sqoop.connector</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/connector/connector-sdk/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-sdk/pom.xml b/connector/connector-sdk/pom.xml index 6720027..42b96fb 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> <artifactId>connector-sdk</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>1.99.4</version> <name>Sqoop Connector SDK</name> <dependencies> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/connector/pom.xml ---------------------------------------------------------------------- diff --git a/connector/pom.xml b/connector/pom.xml index e98a0fc..7f085d9 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 2b6e436..96010f4 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index cc11072..5676ae2 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 75f428c..f457650 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/execution/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/execution/mapreduce/pom.xml b/execution/mapreduce/pom.xml index b23b905..8cd259c 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.4</version> </parent> <groupId>org.apache.sqoop.execution</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/execution/pom.xml ---------------------------------------------------------------------- diff --git a/execution/pom.xml b/execution/pom.xml index fb9f801..64462da 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f25a29f..1ce183e 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.4</version> <description>Apache Sqoop</description> <name>Sqoop</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index e3345c4..acc9cc8 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/repository/repository-derby/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-derby/pom.xml b/repository/repository-derby/pom.xml index 6ad6d64..09fcc43 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.4</version> </parent> <groupId>org.apache.sqoop.repository</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 67baaa5..170616c 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 947eab0..cccdec5 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/spi/pom.xml ---------------------------------------------------------------------- diff --git a/spi/pom.xml b/spi/pom.xml index 43f17d4..8136d57 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/submission/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/submission/mapreduce/pom.xml b/submission/mapreduce/pom.xml index 7b45492..62e2c72 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.4</version> </parent> <groupId>org.apache.sqoop.submission</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/submission/pom.xml ---------------------------------------------------------------------- diff --git a/submission/pom.xml b/submission/pom.xml index 16550d9..5899a5c 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 7a80710..55d174f 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/tomcat/pom.xml b/tomcat/pom.xml index 91616bb..fbbc8e5 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.4</version> </parent> <groupId>org.apache.sqoop</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/7f5461cd/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 01e1a5f..a44105a 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.4</version> </parent> <groupId>org.apache.sqoop</groupId>
