SQOOP-733 Remove unnecessary version repetition in pom files (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/e03b202c Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/e03b202c Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/e03b202c Branch: refs/heads/sqoop2 Commit: e03b202c11f36347d700d115f58b150ac6942367 Parents: b00d13a Author: Bilung Lee <[email protected]> Authored: Mon Dec 3 17:52:45 2012 -0800 Committer: Bilung Lee <[email protected]> Committed: Mon Dec 3 17:52:45 2012 -0800 ---------------------------------------------------------------------- client/pom.xml | 1 - connector/connector-mysql-fastpath/pom.xml | 1 - connector/connector-mysql-jdbc/pom.xml | 2 -- dist/pom.xml | 2 -- execution/mapreduce/pom.xml | 3 --- pom.xml | 12 ++++++++++++ repository/repository-derby/pom.xml | 2 -- server/pom.xml | 5 ----- spi/pom.xml | 1 - submission/mapreduce/pom.xml | 4 ---- 10 files changed, 12 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index ce453f4..0d14460 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -35,7 +35,6 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-common</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-cli</groupId> http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/connector/connector-mysql-fastpath/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-fastpath/pom.xml b/connector/connector-mysql-fastpath/pom.xml index c854be5..11a6bca 100644 --- a/connector/connector-mysql-fastpath/pom.xml +++ b/connector/connector-mysql-fastpath/pom.xml @@ -35,7 +35,6 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-spi</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/connector/connector-mysql-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-mysql-jdbc/pom.xml b/connector/connector-mysql-jdbc/pom.xml index b8586e1..97069a3 100644 --- a/connector/connector-mysql-jdbc/pom.xml +++ b/connector/connector-mysql-jdbc/pom.xml @@ -35,12 +35,10 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-spi</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.sqoop.connector</groupId> <artifactId>sqoop-connector-generic-jdbc</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index 8182347..17098c3 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -43,13 +43,11 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-server</artifactId> - <version>2.0.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-client</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/execution/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/execution/mapreduce/pom.xml b/execution/mapreduce/pom.xml index 13dbbdc..9e1d2ec 100644 --- a/execution/mapreduce/pom.xml +++ b/execution/mapreduce/pom.xml @@ -26,14 +26,12 @@ limitations under the License. <groupId>org.apache.sqoop.execution</groupId> <artifactId>sqoop-execution-mapreduce</artifactId> - <version>2.0.0-SNAPSHOT</version> <name>Sqoop Mapreduce Execution Engine</name> <dependencies> <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-core</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> @@ -45,7 +43,6 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-core</artifactId> - <version>2.0.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f63ff52..5a18822 100644 --- a/pom.xml +++ b/pom.xml @@ -248,6 +248,18 @@ limitations under the License. <version>${json-simple.version}</version> </dependency> <dependency> + <groupId>org.apache.sqoop.submission</groupId> + <artifactId>sqoop-submission-mapreduce</artifactId> + <version>${project.version}</version> + <classifier>hadoop${hadoop.profile}</classifier> + </dependency> + <dependency> + <groupId>org.apache.sqoop.execution</groupId> + <artifactId>sqoop-execution-mapreduce</artifactId> + <version>${project.version}</version> + <classifier>hadoop${hadoop.profile}</classifier> + </dependency> + <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>${commons-dbcp.version}</version> http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/repository/repository-derby/pom.xml ---------------------------------------------------------------------- diff --git a/repository/repository-derby/pom.xml b/repository/repository-derby/pom.xml index 0415835..f6cf60d 100644 --- a/repository/repository-derby/pom.xml +++ b/repository/repository-derby/pom.xml @@ -35,7 +35,6 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-core</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> @@ -52,7 +51,6 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-core</artifactId> - <version>2.0.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 732094a..a07ecf4 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -36,32 +36,27 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-core</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-common</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.sqoop.submission</groupId> <artifactId>sqoop-submission-mapreduce</artifactId> - <version>2.0.0-SNAPSHOT</version> <classifier>hadoop${hadoop.profile}</classifier> </dependency> <dependency> <groupId>org.apache.sqoop.repository</groupId> <artifactId>sqoop-repository-derby</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.sqoop.connector</groupId> <artifactId>sqoop-connector-generic-jdbc</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <!-- http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/spi/pom.xml ---------------------------------------------------------------------- diff --git a/spi/pom.xml b/spi/pom.xml index f71145a..0b240e8 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -35,7 +35,6 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-common</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/sqoop/blob/e03b202c/submission/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/submission/mapreduce/pom.xml b/submission/mapreduce/pom.xml index 37b9ded..7b45492 100644 --- a/submission/mapreduce/pom.xml +++ b/submission/mapreduce/pom.xml @@ -26,20 +26,17 @@ limitations under the License. <groupId>org.apache.sqoop.submission</groupId> <artifactId>sqoop-submission-mapreduce</artifactId> - <version>2.0.0-SNAPSHOT</version> <name>Sqoop Mapreduce Submission Engine</name> <dependencies> <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-core</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.sqoop.execution</groupId> <artifactId>sqoop-execution-mapreduce</artifactId> - <version>2.0.0-SNAPSHOT</version> <classifier>hadoop${hadoop.profile}</classifier> </dependency> @@ -52,7 +49,6 @@ limitations under the License. <dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-core</artifactId> - <version>2.0.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency>
