Commit aefca9a3 by Shwetha GS

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

parent 474bf7a8
......@@ -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>
......
......@@ -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() {
......
......@@ -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() {
......
......@@ -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>
......
......@@ -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 {
......
......@@ -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>
......
......@@ -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>
......
......@@ -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)
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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 {
......
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