Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
aefca9a3
Commit
aefca9a3
authored
Jun 16, 2015
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags)
parent
474bf7a8
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
12 deletions
+13
-12
pom.xml
addons/hive-bridge/pom.xml
+1
-1
BaseSSLAndKerberosTest.java
...va/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java
+1
-1
SSLHiveHookIT.java
...c/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java
+1
-1
pom.xml
client/pom.xml
+1
-1
BaseSecurityTest.java
...test/java/org/apache/atlas/security/BaseSecurityTest.java
+1
-1
pom.xml
docs/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
release-log.txt
release-log.txt
+2
-1
pom.xml
repository/pom.xml
+1
-1
pom.xml
typesystem/pom.xml
+1
-1
pom.xml
webapp/pom.xml
+1
-1
SecureEmbeddedServerITBase.java
.../apache/atlas/web/service/SecureEmbeddedServerITBase.java
+1
-1
No files found.
addons/hive-bridge/pom.xml
View file @
aefca9a3
...
...
@@ -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>
...
...
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java
View file @
aefca9a3
...
...
@@ -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
()
{
...
...
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java
View file @
aefca9a3
...
...
@@ -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
()
{
...
...
client/pom.xml
View file @
aefca9a3
...
...
@@ -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>
...
...
client/src/test/java/org/apache/atlas/security/BaseSecurityTest.java
View file @
aefca9a3
...
...
@@ -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
{
...
...
docs/pom.xml
View file @
aefca9a3
...
...
@@ -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>
...
...
pom.xml
View file @
aefca9a3
...
...
@@ -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>
...
...
release-log.txt
View file @
aefca9a3
...
...
@@ -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)
repository/pom.xml
View file @
aefca9a3
...
...
@@ -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>
...
...
typesystem/pom.xml
View file @
aefca9a3
...
...
@@ -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>
...
...
webapp/pom.xml
View file @
aefca9a3
...
...
@@ -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>
...
...
webapp/src/test/java/org/apache/atlas/web/service/SecureEmbeddedServerITBase.java
View file @
aefca9a3
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment