Repository: incubator-atlas Updated Branches: refs/heads/master 474bf7a89 -> aefca9a35
ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (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/aefca9a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/aefca9a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/aefca9a3 Branch: refs/heads/master Commit: aefca9a358dc4316495a2a765e031dd559eb2c8e Parents: 474bf7a Author: Shwetha GS <[email protected]> Authored: Tue Jun 16 14:12:44 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Jun 16 14:12:44 2015 +0530 ---------------------------------------------------------------------- addons/hive-bridge/pom.xml | 2 +- .../java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java | 2 +- .../src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java | 2 +- client/pom.xml | 2 +- .../src/test/java/org/apache/atlas/security/BaseSecurityTest.java | 2 +- docs/pom.xml | 2 +- pom.xml | 2 +- release-log.txt | 3 ++- repository/pom.xml | 2 +- typesystem/pom.xml | 2 +- webapp/pom.xml | 2 +- .../org/apache/atlas/web/service/SecureEmbeddedServerITBase.java | 2 +- 12 files changed, 13 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/aefca9a3/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 5c28b0e..2617aeb 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.6-incubating-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>hive-bridge</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/aefca9a3/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..58a7b52 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.6-incubating-SNAPSHOT")); } protected HiveConf getHiveConf() { http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/aefca9a3/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..799ec22 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.6-incubating-SNAPSHOT")); } private HiveConf getHiveConf() { http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/aefca9a3/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index be4c77b..be19a71 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.6-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-client</artifactId> <description>Apache Atlas Client</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/aefca9a3/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..3d7b098 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.6-incubating-SNAPSHOT")); } protected void generateTestProperties(Properties props) throws ConfigurationException, IOException { http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/aefca9a3/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 2a98dbc..e52bf1f 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.6-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-docs</artifactId> <description>Apache Atlas Documentation</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/aefca9a3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c13316a..b7b40de 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.6-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/aefca9a3/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 1ced371..573f096 100644 --- a/release-log.txt +++ b/release-log.txt @@ -6,9 +6,10 @@ Apache Atlas Release Notes INCOMPATIBLE CHANGES: ALL CHANGES: - +ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags) --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/aefca9a3/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index 99b00e8..e885f76 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.6-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/aefca9a3/typesystem/pom.xml ---------------------------------------------------------------------- diff --git a/typesystem/pom.xml b/typesystem/pom.xml index e875f23..1627d89 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.6-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/aefca9a3/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 1c18bba..0ae4a05 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.6-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-webapp</artifactId> <description>Apache Atlas Web Application</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/aefca9a3/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..5d5599e 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.6-incubating-SNAPSHOT")); } protected void setupCredentials() throws Exception {
