Repository: incubator-atlas Updated Branches: refs/heads/branch-0.5-incubating [created] 400aecf5b
ATLAS-9 Create branch-0.5 and update version to 0.5-incubating (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/400aecf5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/400aecf5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/400aecf5 Branch: refs/heads/branch-0.5-incubating Commit: 400aecf5b41050a354e87902e4c28e1962d7aa2c Parents: 474bf7a Author: Shwetha GS <[email protected]> Authored: Tue Jun 16 14:07:43 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Jun 16 14:07:43 2015 +0530 ---------------------------------------------------------------------- addons/hive-bridge/pom.xml | 2 +- .../org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java | 2 +- .../test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java | 2 +- client/pom.xml | 2 +- .../java/org/apache/atlas/security/BaseSecurityTest.java | 2 +- docs/pom.xml | 2 +- pom.xml | 2 +- release-log.txt | 8 +------- repository/pom.xml | 2 +- typesystem/pom.xml | 2 +- webapp/pom.xml | 2 +- .../apache/atlas/web/service/SecureEmbeddedServerITBase.java | 2 +- 12 files changed, 12 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 5c28b0e..ad23e06 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.1-incubating-SNAPSHOT</version> + <version>0.5-incubating</version> <relativePath>../../</relativePath> </parent> <artifactId>hive-bridge</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java b/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java index 6cc3f33..0d7a49d 100644 --- a/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java +++ b/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java @@ -119,7 +119,7 @@ public class BaseSSLAndKerberosTest extends BaseSecurityTest { protected String getWarPath() { return String.format("/../../webapp/target/atlas-webapp-%s", - System.getProperty("project.version", "0.1-incubating-SNAPSHOT")); + System.getProperty("project.version", "0.5-incubating")); } protected HiveConf getHiveConf() { http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java b/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java index daf7e08..d3987f8 100755 --- a/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java +++ b/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java @@ -183,7 +183,7 @@ public class SSLHiveHookIT { protected String getWarPath() { return String.format("/../../webapp/target/atlas-webapp-%s", - System.getProperty("project.version", "0.1-incubating-SNAPSHOT")); + System.getProperty("project.version", "0.5-incubating")); } private HiveConf getHiveConf() { http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index be4c77b..1d90233 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.1-incubating-SNAPSHOT</version> + <version>0.5-incubating</version> </parent> <artifactId>atlas-client</artifactId> <description>Apache Atlas Client</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/client/src/test/java/org/apache/atlas/security/BaseSecurityTest.java ---------------------------------------------------------------------- diff --git a/client/src/test/java/org/apache/atlas/security/BaseSecurityTest.java b/client/src/test/java/org/apache/atlas/security/BaseSecurityTest.java index d1f43d1..66d324a 100644 --- a/client/src/test/java/org/apache/atlas/security/BaseSecurityTest.java +++ b/client/src/test/java/org/apache/atlas/security/BaseSecurityTest.java @@ -44,7 +44,7 @@ public class BaseSecurityTest { protected String getWarPath() { return String.format("/target/atlas-webapp-%s.war", - System.getProperty("release.version", "0.1-incubating-SNAPSHOT")); + System.getProperty("release.version", "0.5-incubating")); } protected void generateTestProperties(Properties props) throws ConfigurationException, IOException { http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 2a98dbc..3c3d082 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.1-incubating-SNAPSHOT</version> + <version>0.5-incubating</version> </parent> <artifactId>atlas-docs</artifactId> <description>Apache Atlas Documentation</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c13316a..c2f7a81 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.1-incubating-SNAPSHOT</version> + <version>0.5-incubating</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/400aecf5/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 1ced371..1a045ce 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,14 +1,8 @@ Apache Atlas Release Notes ========================== ---trunk - unreleased - -INCOMPATIBLE CHANGES: - -ALL CHANGES: - - --Release 0.5-incubating ALL CHANGES: +ATLAS-9 Create branch-0.5 and update version to 0.5-incubating (shwethags) ATLAS-14 Change the github repo url in installation steps to point to Apache repo (ajayyadava via shwethags) http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index 99b00e8..06ddb0a 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.1-incubating-SNAPSHOT</version> + <version>0.5-incubating</version> </parent> <artifactId>atlas-repository</artifactId> <description>Apache Atlas Repository Module</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/typesystem/pom.xml ---------------------------------------------------------------------- diff --git a/typesystem/pom.xml b/typesystem/pom.xml index e875f23..05ef896 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.1-incubating-SNAPSHOT</version> + <version>0.5-incubating</version> </parent> <artifactId>atlas-typesystem</artifactId> <description>Apache Atlas Typesystem Module</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 1c18bba..6f2a79c 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.1-incubating-SNAPSHOT</version> + <version>0.5-incubating</version> </parent> <artifactId>atlas-webapp</artifactId> <description>Apache Atlas Web Application</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/400aecf5/webapp/src/test/java/org/apache/atlas/web/service/SecureEmbeddedServerITBase.java ---------------------------------------------------------------------- diff --git a/webapp/src/test/java/org/apache/atlas/web/service/SecureEmbeddedServerITBase.java b/webapp/src/test/java/org/apache/atlas/web/service/SecureEmbeddedServerITBase.java index 4bfc320..2e08c19 100755 --- a/webapp/src/test/java/org/apache/atlas/web/service/SecureEmbeddedServerITBase.java +++ b/webapp/src/test/java/org/apache/atlas/web/service/SecureEmbeddedServerITBase.java @@ -186,7 +186,7 @@ public class SecureEmbeddedServerITBase { protected String getWarPath() { return String - .format("/target/atlas-webapp-%s", System.getProperty("project.version", "0.1-incubating-SNAPSHOT")); + .format("/target/atlas-webapp-%s", System.getProperty("project.version", "0.5-incubating")); } protected void setupCredentials() throws Exception {
