Repository: incubator-atlas Updated Branches: refs/heads/master aeec7618a -> 6a9078e1f
ATLAS-368 Change trunk version to 0.7-incubating-SNAPSHOT (sumasai via shwethags) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/6a9078e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/6a9078e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/6a9078e1 Branch: refs/heads/master Commit: 6a9078e1fa4c81b6a6e6f695284cce5e267d116a Parents: aeec761 Author: Shwetha GS <[email protected]> Authored: Tue Dec 22 15:56:38 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Dec 22 15:56:38 2015 +0530 ---------------------------------------------------------------------- addons/hive-bridge/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- dashboard/pom.xml | 2 +- distro/pom.xml | 4 ++-- docs/pom.xml | 2 +- notification/pom.xml | 2 +- pom.xml | 2 +- release-log.txt | 1 + repository/pom.xml | 2 +- server-api/pom.xml | 2 +- titan/pom.xml | 2 +- typesystem/pom.xml | 2 +- webapp/pom.xml | 2 +- 14 files changed, 15 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 71d6d4d..20c25d1 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>hive-bridge</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index d41b5bf..69b8731 100755 --- a/client/pom.xml +++ b/client/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-client</artifactId> <description>Apache Atlas Client</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index a7a5544..28c64a7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-common</artifactId> <description>Apache Atlas Common</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/dashboard/pom.xml ---------------------------------------------------------------------- diff --git a/dashboard/pom.xml b/dashboard/pom.xml index 2b79c44..58dc55f 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-dashboard</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index d88805b..9aaea0d 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>atlas-distro</artifactId> @@ -134,7 +134,7 @@ <dependency> <groupId>org.apache.atlas</groupId> <artifactId>hive-bridge</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 502876f..e34d7fe 100755 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-docs</artifactId> <description>Apache Atlas Documentation</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/notification/pom.xml ---------------------------------------------------------------------- diff --git a/notification/pom.xml b/notification/pom.xml index 125ef75..7f9fe34 100644 --- a/notification/pom.xml +++ b/notification/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-notification</artifactId> <description>Apache Atlas Notification</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c3ab4d..841851f 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> <description>Metadata Management and Data Governance Platform over Hadoop</description> <name>apache-atlas</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index d403982..be666d2 100644 --- a/release-log.txt +++ b/release-log.txt @@ -5,6 +5,7 @@ Apache Atlas Release Notes INCOMPATIBLE CHANGES: ALL CHANGES: +ATLAS-368 Change trunk version to 0.7-incubating-SNAPSHOT (sumasai via shwethags) ATLAS-383 tests for classtype.convert() with id (sumasai via shwethags) ATLAS-263 Searching for a multi word trait always returns empty result (girishrp via shwethags) http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index 5810956..ffa7d97 100755 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-repository</artifactId> <description>Apache Atlas Repository Module</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/server-api/pom.xml ---------------------------------------------------------------------- diff --git a/server-api/pom.xml b/server-api/pom.xml index 88de030..8b4753a 100644 --- a/server-api/pom.xml +++ b/server-api/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/titan/pom.xml ---------------------------------------------------------------------- diff --git a/titan/pom.xml b/titan/pom.xml index d22b607..09006d9 100644 --- a/titan/pom.xml +++ b/titan/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>atlas-titan</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/typesystem/pom.xml ---------------------------------------------------------------------- diff --git a/typesystem/pom.xml b/typesystem/pom.xml index 129de58..c1f3fcd 100755 --- a/typesystem/pom.xml +++ b/typesystem/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-typesystem</artifactId> <description>Apache Atlas Typesystem Module</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6a9078e1/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index a765daa..3a27a60 100755 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.7-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-webapp</artifactId> <description>Apache Atlas Web Application</description>
