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
c1f56324
Commit
c1f56324
authored
6 years ago
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2735: updated version in master branch to 2.0.0-SNAPSHOT
parent
78a3cd0a
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
66 additions
and
73 deletions
+66
-73
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/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/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
+2
-3
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/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
om-fwk-ocf/pom.xml
+2
-3
pom.xml
omag-api/pom.xml
+4
-5
README.md
omag-server/README.md
+1
-1
pom.xml
omag-server/pom.xml
+7
-8
pom.xml
omas-assetconsumer/pom.xml
+6
-7
pom.xml
omas-connectedasset/pom.xml
+4
-4
pom.xml
omrs/pom.xml
+3
-4
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
shaded/hbase-client-shaded/pom.xml
+1
-1
pom.xml
shaded/hbase-server-shaded/pom.xml
+1
-1
pom.xml
test-tools/pom.xml
+2
-3
pom.xml
tools/atlas-migration-exporter/pom.xml
+1
-1
pom.xml
webapp/pom.xml
+1
-1
No files found.
addons/falcon-bridge-shim/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
falcon-bridge-shim
</artifactId>
<artifactId>
falcon-bridge-shim
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/falcon-bridge/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
falcon-bridge
</artifactId>
<artifactId>
falcon-bridge
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/hbase-bridge-shim/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
hbase-bridge-shim
</artifactId>
<artifactId>
hbase-bridge-shim
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/hbase-bridge/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
hbase-bridge
</artifactId>
<artifactId>
hbase-bridge
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/hdfs-model/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
hdfs-model
</artifactId>
<artifactId>
hdfs-model
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/hive-bridge-shim/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
hive-bridge-shim
</artifactId>
<artifactId>
hive-bridge-shim
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/hive-bridge/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
hive-bridge
</artifactId>
<artifactId>
hive-bridge
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/kafka-bridge/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
kafka-bridge
</artifactId>
<artifactId>
kafka-bridge
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/sqoop-bridge-shim/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
sqoop-bridge-shim
</artifactId>
<artifactId>
sqoop-bridge-shim
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/sqoop-bridge/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
sqoop-bridge
</artifactId>
<artifactId>
sqoop-bridge
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/storm-bridge-shim/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
storm-bridge-shim
</artifactId>
<artifactId>
storm-bridge-shim
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
addons/storm-bridge/pom.xml
View file @
c1f56324
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
</relativePath>
</parent>
</parent>
<artifactId>
storm-bridge
</artifactId>
<artifactId>
storm-bridge
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
authorization/pom.xml
View file @
c1f56324
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-authorization
</artifactId>
<artifactId>
atlas-authorization
</artifactId>
<name>
Apache Atlas Authorization
</name>
<name>
Apache Atlas Authorization
</name>
...
...
This diff is collapsed.
Click to expand it.
client/client-v1/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
atlas-client
</artifactId>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
client/client-v2/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
atlas-client
</artifactId>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
client/common/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
atlas-client
</artifactId>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -45,4 +45,4 @@
...
@@ -45,4 +45,4 @@
<artifactId>
atlas-intg
</artifactId>
<artifactId>
atlas-intg
</artifactId>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
client/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<!-- Sub modules -->
<!-- Sub modules -->
...
...
This diff is collapsed.
Click to expand it.
common/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-common
</artifactId>
<artifactId>
atlas-common
</artifactId>
<description>
Apache Atlas Common
</description>
<description>
Apache Atlas Common
</description>
...
...
This diff is collapsed.
Click to expand it.
dashboardv2/pom.xml
View file @
c1f56324
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-dashboardv2
</artifactId>
<artifactId>
atlas-dashboardv2
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
distro/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
<relativePath>
../pom.xml
</relativePath>
</parent>
</parent>
<artifactId>
atlas-distro
</artifactId>
<artifactId>
atlas-distro
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
docs/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-docs
</artifactId>
<artifactId>
atlas-docs
</artifactId>
<description>
Apache Atlas Documentation
</description>
<description>
Apache Atlas Documentation
</description>
...
...
This diff is collapsed.
Click to expand it.
graphdb/api/pom.xml
View file @
c1f56324
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-graphdb
</artifactId>
<artifactId>
atlas-graphdb
</artifactId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-graphdb-api
</artifactId>
<artifactId>
atlas-graphdb-api
</artifactId>
<description>
Apache Atlas Graph Datbase API
</description>
<description>
Apache Atlas Graph Datbase API
</description>
...
...
This diff is collapsed.
Click to expand it.
graphdb/common/pom.xml
View file @
c1f56324
...
@@ -18,7 +18,7 @@ under the License. -->
...
@@ -18,7 +18,7 @@ under the License. -->
<parent>
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<artifactId>
atlas-graphdb
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-graphdb-common
</artifactId>
<artifactId>
atlas-graphdb-common
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
graphdb/graphdb-impls/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-graphdb
</artifactId>
<artifactId>
atlas-graphdb
</artifactId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
<relativePath>
../pom.xml
</relativePath>
</parent>
</parent>
<artifactId>
atlas-graphdb-impls
</artifactId>
<artifactId>
atlas-graphdb-impls
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
graphdb/janus/pom.xml
View file @
c1f56324
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<parent>
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<artifactId>
atlas-graphdb
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-graphdb-janus
</artifactId>
<artifactId>
atlas-graphdb-janus
</artifactId>
<description>
Apache Atlas JanusGraph DB Impl
</description>
<description>
Apache Atlas JanusGraph DB Impl
</description>
...
...
This diff is collapsed.
Click to expand it.
graphdb/pom.xml
View file @
c1f56324
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-graphdb
</artifactId>
<artifactId>
atlas-graphdb
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
intg/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-intg
</artifactId>
<artifactId>
atlas-intg
</artifactId>
<description>
Apache Atlas Integration
</description>
<description>
Apache Atlas Integration
</description>
...
...
This diff is collapsed.
Click to expand it.
notification/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-notification
</artifactId>
<artifactId>
atlas-notification
</artifactId>
<description>
Apache Atlas Notification
</description>
<description>
Apache Atlas Notification
</description>
...
...
This diff is collapsed.
Click to expand it.
om-fwk-ocf/pom.xml
View file @
c1f56324
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
om-fwk-ocf
</artifactId>
<artifactId>
om-fwk-ocf
</artifactId>
...
@@ -79,4 +79,4 @@
...
@@ -79,4 +79,4 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
omag-api/pom.xml
View file @
c1f56324
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
omag-api
</artifactId>
<artifactId>
omag-api
</artifactId>
...
@@ -89,13 +89,13 @@
...
@@ -89,13 +89,13 @@
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
om-fwk-ocf
</artifactId>
<artifactId>
om-fwk-ocf
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omrs
</artifactId>
<artifactId>
omrs
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
...
@@ -118,4 +118,4 @@
...
@@ -118,4 +118,4 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
omag-server/README.md
View file @
c1f56324
...
@@ -21,4 +21,4 @@ See https://cwiki.apache.org/confluence/display/ATLAS/OMAG+Server+Package for mo
...
@@ -21,4 +21,4 @@ See https://cwiki.apache.org/confluence/display/ATLAS/OMAG+Server+Package for mo
**Launching the standalone server**
**Launching the standalone server**
java -jar ./omag-server-
1
.0.0-SNAPSHOT.jar
java -jar ./omag-server-
2
.0.0-SNAPSHOT.jar
This diff is collapsed.
Click to expand it.
omag-server/pom.xml
View file @
c1f56324
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
omag-server
</artifactId>
<artifactId>
omag-server
</artifactId>
...
@@ -89,31 +89,31 @@
...
@@ -89,31 +89,31 @@
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
om-fwk-ocf
</artifactId>
<artifactId>
om-fwk-ocf
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omrs
</artifactId>
<artifactId>
omrs
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omas-connectedasset
</artifactId>
<artifactId>
omas-connectedasset
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omas-assetconsumer
</artifactId>
<artifactId>
omas-assetconsumer
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omag-api
</artifactId>
<artifactId>
omag-api
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -134,4 +134,4 @@
...
@@ -134,4 +134,4 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
omas-assetconsumer/pom.xml
View file @
c1f56324
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
omas-assetconsumer
</artifactId>
<artifactId>
omas-assetconsumer
</artifactId>
...
@@ -53,25 +53,25 @@
...
@@ -53,25 +53,25 @@
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
om-fwk-ocf
</artifactId>
<artifactId>
om-fwk-ocf
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omrs
</artifactId>
<artifactId>
omrs
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omag-api
</artifactId>
<artifactId>
omag-api
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omas-connectedasset
</artifactId>
<artifactId>
omas-connectedasset
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -104,4 +104,4 @@
...
@@ -104,4 +104,4 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
omas-connectedasset/pom.xml
View file @
c1f56324
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
omas-connectedasset
</artifactId>
<artifactId>
omas-connectedasset
</artifactId>
...
@@ -41,19 +41,19 @@
...
@@ -41,19 +41,19 @@
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
om-fwk-ocf
</artifactId>
<artifactId>
om-fwk-ocf
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omrs
</artifactId>
<artifactId>
omrs
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
omag-api
</artifactId>
<artifactId>
omag-api
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
omrs/pom.xml
View file @
c1f56324
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
omrs
</artifactId>
<artifactId>
omrs
</artifactId>
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
om-fwk-ocf
</artifactId>
<artifactId>
om-fwk-ocf
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -108,4 +108,4 @@
...
@@ -108,4 +108,4 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
plugin-classloader/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-plugin-classloader
</artifactId>
<artifactId>
atlas-plugin-classloader
</artifactId>
<description>
Apache Atlas Plugin Classloader
</description>
<description>
Apache Atlas Plugin Classloader
</description>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
c1f56324
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,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>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-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>
...
...
This diff is collapsed.
Click to expand it.
repository/pom.xml
View file @
c1f56324
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-repository
</artifactId>
<artifactId>
atlas-repository
</artifactId>
<description>
Apache Atlas Repository Module
</description>
<description>
Apache Atlas Repository Module
</description>
...
...
This diff is collapsed.
Click to expand it.
server-api/pom.xml
View file @
c1f56324
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
shaded/hbase-client-shaded/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
<relativePath>
../../pom.xml
</relativePath>
</parent>
</parent>
<artifactId>
atlas-hbase-client-shaded
</artifactId>
<artifactId>
atlas-hbase-client-shaded
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
shaded/hbase-server-shaded/pom.xml
View file @
c1f56324
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
<relativePath>
../../pom.xml
</relativePath>
</parent>
</parent>
<artifactId>
atlas-hbase-server-shaded
</artifactId>
<artifactId>
atlas-hbase-server-shaded
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
test-tools/pom.xml
View file @
c1f56324
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<version>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-testtools
</artifactId>
<artifactId>
atlas-testtools
</artifactId>
...
@@ -96,4 +96,4 @@
...
@@ -96,4 +96,4 @@
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tools/atlas-migration-exporter/pom.xml
View file @
c1f56324
...
@@ -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>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
<relativePath>
../../pom.xml
</relativePath>
</parent>
</parent>
<artifactId>
atlas-migration-exporter
</artifactId>
<artifactId>
atlas-migration-exporter
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
c1f56324
...
@@ -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>
1
.0.0-SNAPSHOT
</version>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
atlas-webapp
</artifactId>
<artifactId>
atlas-webapp
</artifactId>
<description>
Apache Atlas Web Application
</description>
<description>
Apache Atlas Web Application
</description>
...
...
This diff is collapsed.
Click to expand it.
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