Commit aefca9a3 by Shwetha GS

ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags)

parent 474bf7a8
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>apache-atlas</artifactId> <artifactId>apache-atlas</artifactId>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<version>0.1-incubating-SNAPSHOT</version> <version>0.6-incubating-SNAPSHOT</version>
<relativePath>../../</relativePath> <relativePath>../../</relativePath>
</parent> </parent>
<artifactId>hive-bridge</artifactId> <artifactId>hive-bridge</artifactId>
......
...@@ -119,7 +119,7 @@ public class BaseSSLAndKerberosTest extends BaseSecurityTest { ...@@ -119,7 +119,7 @@ public class BaseSSLAndKerberosTest extends BaseSecurityTest {
protected String getWarPath() { protected String getWarPath() {
return String.format("/../../webapp/target/atlas-webapp-%s", 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() { protected HiveConf getHiveConf() {
......
...@@ -183,7 +183,7 @@ public class SSLHiveHookIT { ...@@ -183,7 +183,7 @@ public class SSLHiveHookIT {
protected String getWarPath() { protected String getWarPath() {
return String.format("/../../webapp/target/atlas-webapp-%s", 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() { private HiveConf getHiveConf() {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>apache-atlas</artifactId> <artifactId>apache-atlas</artifactId>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<version>0.1-incubating-SNAPSHOT</version> <version>0.6-incubating-SNAPSHOT</version>
</parent> </parent>
<artifactId>atlas-client</artifactId> <artifactId>atlas-client</artifactId>
<description>Apache Atlas Client</description> <description>Apache Atlas Client</description>
......
...@@ -44,7 +44,7 @@ public class BaseSecurityTest { ...@@ -44,7 +44,7 @@ public class BaseSecurityTest {
protected String getWarPath() { protected String getWarPath() {
return String.format("/target/atlas-webapp-%s.war", 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 { protected void generateTestProperties(Properties props) throws ConfigurationException, IOException {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId> <artifactId>apache-atlas</artifactId>
<version>0.1-incubating-SNAPSHOT</version> <version>0.6-incubating-SNAPSHOT</version>
</parent> </parent>
<artifactId>atlas-docs</artifactId> <artifactId>atlas-docs</artifactId>
<description>Apache Atlas Documentation</description> <description>Apache Atlas Documentation</description>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId> <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> <description>Metadata Management and Data Governance Platform over Hadoop</description>
<name>apache-atlas</name> <name>apache-atlas</name>
<packaging>pom</packaging> <packaging>pom</packaging>
......
...@@ -6,9 +6,10 @@ Apache Atlas Release Notes ...@@ -6,9 +6,10 @@ Apache Atlas Release Notes
INCOMPATIBLE CHANGES: INCOMPATIBLE CHANGES:
ALL CHANGES: ALL CHANGES:
ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags)
--Release 0.5-incubating --Release 0.5-incubating
ALL CHANGES: 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) ATLAS-14 Change the github repo url in installation steps to point to Apache repo (ajayyadava via shwethags)
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<parent> <parent>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId> <artifactId>apache-atlas</artifactId>
<version>0.1-incubating-SNAPSHOT</version> <version>0.6-incubating-SNAPSHOT</version>
</parent> </parent>
<artifactId>atlas-repository</artifactId> <artifactId>atlas-repository</artifactId>
<description>Apache Atlas Repository Module</description> <description>Apache Atlas Repository Module</description>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<parent> <parent>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId> <artifactId>apache-atlas</artifactId>
<version>0.1-incubating-SNAPSHOT</version> <version>0.6-incubating-SNAPSHOT</version>
</parent> </parent>
<artifactId>atlas-typesystem</artifactId> <artifactId>atlas-typesystem</artifactId>
<description>Apache Atlas Typesystem Module</description> <description>Apache Atlas Typesystem Module</description>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<parent> <parent>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId> <artifactId>apache-atlas</artifactId>
<version>0.1-incubating-SNAPSHOT</version> <version>0.6-incubating-SNAPSHOT</version>
</parent> </parent>
<artifactId>atlas-webapp</artifactId> <artifactId>atlas-webapp</artifactId>
<description>Apache Atlas Web Application</description> <description>Apache Atlas Web Application</description>
......
...@@ -186,7 +186,7 @@ public class SecureEmbeddedServerITBase { ...@@ -186,7 +186,7 @@ public class SecureEmbeddedServerITBase {
protected String getWarPath() { protected String getWarPath() {
return String 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 { protected void setupCredentials() throws Exception {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment