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
8fef5353
Commit
8fef5353
authored
May 14, 2019
by
Sarath Subramanian
Committed by
Madhan Neethiraj
May 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3124: Update version in master branch to 3.0.0-SNAPSHOT
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
b445dd1b
Show whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
39 additions
and
39 deletions
+39
-39
pom.xml
addons/falcon-bridge-shim/pom.xml
+1
-1
pom.xml
addons/falcon-bridge/pom.xml
+1
-1
pom.xml
addons/hbase-bridge-shim/pom.xml
+1
-1
pom.xml
addons/hbase-bridge/pom.xml
+1
-1
pom.xml
addons/hbase-testing-util/pom.xml
+1
-1
pom.xml
addons/hdfs-model/pom.xml
+1
-1
pom.xml
addons/hive-bridge-shim/pom.xml
+1
-1
pom.xml
addons/hive-bridge/pom.xml
+1
-1
pom.xml
addons/impala-bridge/pom.xml
+1
-1
pom.xml
addons/kafka-bridge/pom.xml
+1
-1
pom.xml
addons/sqoop-bridge-shim/pom.xml
+1
-1
pom.xml
addons/sqoop-bridge/pom.xml
+1
-1
pom.xml
addons/storm-bridge-shim/pom.xml
+1
-1
pom.xml
addons/storm-bridge/pom.xml
+1
-1
pom.xml
authorization/pom.xml
+1
-1
pom.xml
client/client-v1/pom.xml
+1
-1
pom.xml
client/client-v2/pom.xml
+1
-1
pom.xml
client/common/pom.xml
+1
-1
pom.xml
client/pom.xml
+1
-1
pom.xml
common/pom.xml
+1
-1
pom.xml
dashboardv2/pom.xml
+1
-1
pom.xml
distro/pom.xml
+1
-1
pom.xml
docs/pom.xml
+1
-1
pom.xml
graphdb/api/pom.xml
+1
-1
pom.xml
graphdb/common/pom.xml
+1
-1
pom.xml
graphdb/graphdb-impls/pom.xml
+1
-1
pom.xml
graphdb/janus-hbase2/pom.xml
+1
-1
pom.xml
graphdb/janus/pom.xml
+1
-1
pom.xml
graphdb/pom.xml
+1
-1
pom.xml
intg/pom.xml
+1
-1
pom.xml
notification/pom.xml
+1
-1
pom.xml
plugin-classloader/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
pom.xml
repository/pom.xml
+1
-1
pom.xml
server-api/pom.xml
+1
-1
pom.xml
test-tools/pom.xml
+1
-1
pom.xml
tools/atlas-index-repair/pom.xml
+1
-1
pom.xml
tools/classification-updater/pom.xml
+1
-1
pom.xml
webapp/pom.xml
+1
-1
No files found.
addons/falcon-bridge-shim/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
falcon-bridge-shim
</artifactId>
...
...
addons/falcon-bridge/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
falcon-bridge
</artifactId>
...
...
addons/hbase-bridge-shim/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hbase-bridge-shim
</artifactId>
...
...
addons/hbase-bridge/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hbase-bridge
</artifactId>
...
...
addons/hbase-testing-util/pom.xml
View file @
8fef5353
...
...
@@ -23,7 +23,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hbase-testing-util
</artifactId>
...
...
addons/hdfs-model/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hdfs-model
</artifactId>
...
...
addons/hive-bridge-shim/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hive-bridge-shim
</artifactId>
...
...
addons/hive-bridge/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hive-bridge
</artifactId>
...
...
addons/impala-bridge/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
impala-bridge
</artifactId>
...
...
addons/kafka-bridge/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
kafka-bridge
</artifactId>
...
...
addons/sqoop-bridge-shim/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
sqoop-bridge-shim
</artifactId>
...
...
addons/sqoop-bridge/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
sqoop-bridge
</artifactId>
...
...
addons/storm-bridge-shim/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
storm-bridge-shim
</artifactId>
...
...
addons/storm-bridge/pom.xml
View file @
8fef5353
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
storm-bridge
</artifactId>
...
...
authorization/pom.xml
View file @
8fef5353
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-authorization
</artifactId>
<name>
Apache Atlas Authorization
</name>
...
...
client/client-v1/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
client/client-v2/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
client/common/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
client/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<!-- Sub modules -->
...
...
common/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-common
</artifactId>
<description>
Apache Atlas Common
</description>
...
...
dashboardv2/pom.xml
View file @
8fef5353
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-dashboardv2
</artifactId>
...
...
distro/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
atlas-distro
</artifactId>
...
...
docs/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-docs
</artifactId>
<description>
Apache Atlas Documentation
</description>
...
...
graphdb/api/pom.xml
View file @
8fef5353
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-graphdb
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb-api
</artifactId>
<description>
Apache Atlas Graph Datbase API
</description>
...
...
graphdb/common/pom.xml
View file @
8fef5353
...
...
@@ -18,7 +18,7 @@ under the License. -->
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb-common
</artifactId>
...
...
graphdb/graphdb-impls/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-graphdb
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
atlas-graphdb-impls
</artifactId>
...
...
graphdb/janus-hbase2/pom.xml
View file @
8fef5353
...
...
@@ -23,7 +23,7 @@
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-janusgraph-hbase2
</artifactId>
<description>
Apache Atlas JanusGraph-HBase2 Module
</description>
...
...
graphdb/janus/pom.xml
View file @
8fef5353
...
...
@@ -23,7 +23,7 @@
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb-janus
</artifactId>
<description>
Apache Atlas JanusGraph DB Impl
</description>
...
...
graphdb/pom.xml
View file @
8fef5353
...
...
@@ -23,7 +23,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb
</artifactId>
...
...
intg/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-intg
</artifactId>
<description>
Apache Atlas Integration
</description>
...
...
notification/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-notification
</artifactId>
<description>
Apache Atlas Notification
</description>
...
...
plugin-classloader/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-plugin-classloader
</artifactId>
<description>
Apache Atlas Plugin Classloader
</description>
...
...
pom.xml
View file @
8fef5353
...
...
@@ -29,7 +29,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<description>
Metadata Management and Data Governance Platform over Hadoop
</description>
<name>
apache-atlas
</name>
<packaging>
pom
</packaging>
...
...
repository/pom.xml
View file @
8fef5353
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-repository
</artifactId>
<description>
Apache Atlas Repository Module
</description>
...
...
server-api/pom.xml
View file @
8fef5353
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
test-tools/pom.xml
View file @
8fef5353
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-testtools
</artifactId>
...
...
tools/atlas-index-repair/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
atlas-index-repair-tool
</artifactId>
...
...
tools/classification-updater/pom.xml
View file @
8fef5353
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
atlas-classification-updater
</artifactId>
...
...
webapp/pom.xml
View file @
8fef5353
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
<version>
3
.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-webapp
</artifactId>
<description>
Apache Atlas Web Application
</description>
...
...
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