fixed incorrect version in pom.xml files
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/8e257e33 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/8e257e33 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/8e257e33 Branch: refs/heads/0.7-incubating Commit: 8e257e33fd8e484816aec0655538b3aacc6d7a89 Parents: 5947778 Author: Madhan Neethiraj <[email protected]> Authored: Thu Dec 22 17:45:23 2016 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Thu Dec 22 17:45:23 2016 -0800 ---------------------------------------------------------------------- addons/falcon-bridge-shim/pom.xml | 2 +- addons/hive-bridge-shim/pom.xml | 2 +- addons/sqoop-bridge-shim/pom.xml | 2 +- addons/storm-bridge-shim/pom.xml | 2 +- plugin-classloader/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8e257e33/addons/falcon-bridge-shim/pom.xml ---------------------------------------------------------------------- diff --git a/addons/falcon-bridge-shim/pom.xml b/addons/falcon-bridge-shim/pom.xml index ddb62ce..380e5c2 100755 --- a/addons/falcon-bridge-shim/pom.xml +++ b/addons/falcon-bridge-shim/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.8-incubating-SNAPSHOT</version> + <version>0.7-incubating</version> <relativePath>../../</relativePath> </parent> <artifactId>falcon-bridge-shim</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8e257e33/addons/hive-bridge-shim/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml index c699b29..5a95113 100755 --- a/addons/hive-bridge-shim/pom.xml +++ b/addons/hive-bridge-shim/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.8-incubating-SNAPSHOT</version> + <version>0.7-incubating</version> <relativePath>../../</relativePath> </parent> <artifactId>hive-bridge-shim</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8e257e33/addons/sqoop-bridge-shim/pom.xml ---------------------------------------------------------------------- diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml index efb5a11..a987fbb 100755 --- a/addons/sqoop-bridge-shim/pom.xml +++ b/addons/sqoop-bridge-shim/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.8-incubating-SNAPSHOT</version> + <version>0.7-incubating</version> <relativePath>../../</relativePath> </parent> <artifactId>sqoop-bridge-shim</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8e257e33/addons/storm-bridge-shim/pom.xml ---------------------------------------------------------------------- diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml index 49c56e0..668886a 100755 --- a/addons/storm-bridge-shim/pom.xml +++ b/addons/storm-bridge-shim/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.8-incubating-SNAPSHOT</version> + <version>0.7-incubating</version> <relativePath>../../</relativePath> </parent> <artifactId>storm-bridge-shim</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8e257e33/plugin-classloader/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml index c41b309..07c9c4d 100644 --- a/plugin-classloader/pom.xml +++ b/plugin-classloader/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.8-incubating-SNAPSHOT</version> + <version>0.7-incubating</version> </parent> <artifactId>atlas-plugin-classloader</artifactId> <description>Apache Atlas Plugin Classloader</description>
