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
87075f8a
Commit
87075f8a
authored
May 28, 2019
by
Sarath Subramanian
Committed by
nixonrodrigues
May 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3240: Update 'http' urls to 'https' in maven settings
Signed-off-by:
nixonrodrigues
<
nixon@apache.org
>
parent
10e7be0f
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
87 additions
and
87 deletions
+87
-87
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-shim/pom.xml
+1
-1
pom.xml
addons/impala-bridge/pom.xml
+1
-1
pom.xml
addons/impala-hook-api/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
build-tools/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
+2
-2
pom.xml
distro/pom.xml
+6
-6
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
+40
-40
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 @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/falcon-bridge/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/hbase-bridge-shim/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/hbase-bridge/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/hbase-testing-util/pom.xml
View file @
87075f8a
<?xml version="1.0"?>
<?xml version="1.0"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<!--
<!--
/**
/**
* Licensed to the Apache Software Foundation (ASF) under one
* Licensed to the Apache Software Foundation (ASF) under one
...
...
addons/hdfs-model/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/hive-bridge-shim/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/hive-bridge/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/impala-bridge-shim/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/impala-bridge/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/impala-hook-api/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/kafka-bridge/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/sqoop-bridge-shim/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/sqoop-bridge/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/storm-bridge-shim/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
addons/storm-bridge/pom.xml
View file @
87075f8a
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
~ See the License for the specific language governing permissions and
~ See the License for the specific language governing permissions and
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
authorization/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
...
...
build-tools/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-buildtools
</artifactId>
<artifactId>
atlas-buildtools
</artifactId>
...
...
client/client-v1/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
atlas-client
</artifactId>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
...
...
client/client-v2/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
atlas-client
</artifactId>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
...
...
client/common/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
atlas-client
</artifactId>
<artifactId>
atlas-client
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
...
...
client/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
common/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
dashboardv2/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<description>
Apache Atlas UI Application
</description>
<description>
Apache Atlas UI Application
</description>
<name>
Apache Atlas UI
</name>
<name>
Apache Atlas UI
</name>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<url>
http://atlas.apache.org
</url>
<url>
http
s
://atlas.apache.org
</url>
<build>
<build>
...
...
distro/pom.xml
View file @
87075f8a
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
~ See the License for the specific language governing permissions and
~ See the License for the specific language governing permissions and
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
...
@@ -67,7 +67,7 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -67,7 +67,7 @@ atlas.graph.index.search.solr.wait-searcher=true
# https://www.elastic.co/products/x-pack/security
# https://www.elastic.co/products/x-pack/security
#
#
# Alternatively, the JanusGraph documentation provides some tips on how to secure Elasticsearch without additional
# Alternatively, the JanusGraph documentation provides some tips on how to secure Elasticsearch without additional
# plugins: http://docs.janusgraph.org/latest/elasticsearch.html
# plugins: http
s
://docs.janusgraph.org/latest/elasticsearch.html
#atlas.graph.index.hostname=localhost
#atlas.graph.index.hostname=localhost
#atlas.graph.index.search.elasticsearch.client-only=true
#atlas.graph.index.search.elasticsearch.client-only=true
</graph.index.properties>
</graph.index.properties>
...
@@ -251,11 +251,11 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -251,11 +251,11 @@ atlas.graph.index.search.solr.wait-searcher=true
<solr.embedded>
true
</solr.embedded>
<solr.embedded>
true
</solr.embedded>
<hbase.dir>
${project.build.directory}/hbase
</hbase.dir>
<hbase.dir>
${project.build.directory}/hbase
</hbase.dir>
<hbase.tar>
http://archive.apache.org/dist/hbase/${hbase.version}/hbase-${hbase.version}-bin.tar.gz
</hbase.tar>
<hbase.tar>
http
s
://archive.apache.org/dist/hbase/${hbase.version}/hbase-${hbase.version}-bin.tar.gz
</hbase.tar>
<hbase.folder>
hbase-${hbase.version}
</hbase.folder>
<hbase.folder>
hbase-${hbase.version}
</hbase.folder>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.tar>
http://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar>
<solr.tar>
http
s
://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar>
<solr.folder>
solr-${solr.version}
</solr.folder>
<solr.folder>
solr-${solr.version}
</solr.folder>
</properties>
</properties>
<build>
<build>
...
@@ -342,11 +342,11 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -342,11 +342,11 @@ atlas.graph.index.search.solr.wait-searcher=true
<solr.embedded>
true
</solr.embedded>
<solr.embedded>
true
</solr.embedded>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.tar>
http://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar>
<solr.tar>
http
s
://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar>
<solr.folder>
solr-${solr.version}
</solr.folder>
<solr.folder>
solr-${solr.version}
</solr.folder>
<zk.dir>
${project.build.directory}/zk
</zk.dir>
<zk.dir>
${project.build.directory}/zk
</zk.dir>
<zk.tar>
http://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper.version}/zookeeper-${zookeeper.version}.tar.gz
</zk.tar>
<zk.tar>
http
s
://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper.version}/zookeeper-${zookeeper.version}.tar.gz
</zk.tar>
<zk.folder>
zookeeper-${zookeeper.version}
</zk.folder>
<zk.folder>
zookeeper-${zookeeper.version}
</zk.folder>
</properties>
</properties>
<build>
<build>
...
...
docs/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ See the License for the specific language governing permissions and
~ See the License for the specific language governing permissions and
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
...
...
graphdb/api/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
...
...
graphdb/common/pom.xml
View file @
87075f8a
...
@@ -13,7 +13,7 @@ under the License. -->
...
@@ -13,7 +13,7 @@ under the License. -->
<project
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<artifactId>
atlas-graphdb
</artifactId>
...
...
graphdb/graphdb-impls/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
...
...
graphdb/janus-hbase2/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<artifactId>
atlas-graphdb
</artifactId>
...
...
graphdb/janus/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<artifactId>
atlas-graphdb
</artifactId>
...
...
graphdb/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
...
...
intg/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
notification/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
plugin-classloader/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/maven-v4_0_0.xsd"
>
<parent>
<parent>
<groupId>
org.apache
</groupId>
<groupId>
org.apache
</groupId>
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<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>
<url>
http://atlas.apache.org
</url>
<url>
http
s
://atlas.apache.org
</url>
<licenses>
<licenses>
<license>
<license>
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<organization>
<organization>
<name>
Apache Software Foundation
</name>
<name>
Apache Software Foundation
</name>
<url>
http://www.apache.org
</url>
<url>
http
s
://www.apache.org
</url>
</organization>
</organization>
<issueManagement>
<issueManagement>
...
@@ -65,21 +65,21 @@
...
@@ -65,21 +65,21 @@
<subscribe>
dev-subscribe@atlas.apache.org
</subscribe>
<subscribe>
dev-subscribe@atlas.apache.org
</subscribe>
<unsubscribe>
dev-unsubscribe@atlas.apache.org
</unsubscribe>
<unsubscribe>
dev-unsubscribe@atlas.apache.org
</unsubscribe>
<post>
dev@atlas.apache.org
</post>
<post>
dev@atlas.apache.org
</post>
<archive>
http://mail-archives.apache.org/mod_mbox/atlas-dev/
</archive>
<archive>
http
s
://mail-archives.apache.org/mod_mbox/atlas-dev/
</archive>
</mailingList>
</mailingList>
<mailingList>
<mailingList>
<name>
atlas-user
</name>
<name>
atlas-user
</name>
<subscribe>
user-subscribe@atlas.apache.org
</subscribe>
<subscribe>
user-subscribe@atlas.apache.org
</subscribe>
<unsubscribe>
user-unsubscribe@atlas.apache.org
</unsubscribe>
<unsubscribe>
user-unsubscribe@atlas.apache.org
</unsubscribe>
<post>
user@atlas.apache.org
</post>
<post>
user@atlas.apache.org
</post>
<archive>
http://mail-archives.apache.org/mod_mbox/atlas-user/
</archive>
<archive>
http
s
://mail-archives.apache.org/mod_mbox/atlas-user/
</archive>
</mailingList>
</mailingList>
<mailingList>
<mailingList>
<name>
atlas-commits
</name>
<name>
atlas-commits
</name>
<subscribe>
commits-subscribe@atlas.apache.org
</subscribe>
<subscribe>
commits-subscribe@atlas.apache.org
</subscribe>
<unsubscribe>
commits-unsubscribe@atlas.apache.org
</unsubscribe>
<unsubscribe>
commits-unsubscribe@atlas.apache.org
</unsubscribe>
<post>
commits@atlas.apache.org
</post>
<post>
commits@atlas.apache.org
</post>
<archive>
http://mail-archives.apache.org/mod_mbox/atlas-commits/
</archive>
<archive>
http
s
://mail-archives.apache.org/mod_mbox/atlas-commits/
</archive>
</mailingList>
</mailingList>
</mailingLists>
</mailingLists>
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Target Inc.
</organization>
<organization>
Target Inc.
</organization>
<!--<organizationUrl>http://www.target.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.target.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
AAhn
</id>
<id>
AAhn
</id>
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
acmurthy
</id>
<id>
acmurthy
</id>
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
ayubpathan
</id>
<id>
ayubpathan
</id>
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
amestry
</id>
<id>
amestry
</id>
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
<role>
committer
</role>
<role>
committer
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
bstortz
</id>
<id>
bstortz
</id>
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
SAP Inc.
</organization>
<organization>
SAP Inc.
</organization>
<!--<organizationUrl>http://www.sap.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.sap.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
chyzer
</id>
<id>
chyzer
</id>
...
@@ -183,7 +183,7 @@
...
@@ -183,7 +183,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Aetna Inc.
</organization>
<organization>
Aetna Inc.
</organization>
<!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.aetna.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
dmarkwat
</id>
<id>
dmarkwat
</id>
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Aetna Inc.
</organization>
<organization>
Aetna Inc.
</organization>
<!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.aetna.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
darshankumar
</id>
<id>
darshankumar
</id>
...
@@ -217,7 +217,7 @@
...
@@ -217,7 +217,7 @@
<role>
committer
</role>
<role>
committer
</role>
</roles>
</roles>
<organization>
IBM Corporation
</organization>
<organization>
IBM Corporation
</organization>
<!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.ibm.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
dkantor
</id>
<id>
dkantor
</id>
...
@@ -229,7 +229,7 @@
...
@@ -229,7 +229,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
IBM Corporation
</organization>
<organization>
IBM Corporation
</organization>
<!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.ibm.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
dkaspar
</id>
<id>
dkaspar
</id>
...
@@ -241,7 +241,7 @@
...
@@ -241,7 +241,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Merck
&
Co Inc.
</organization>
<organization>
Merck
&
Co Inc.
</organization>
<!--<organizationUrl>http://www.merck.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.merck.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
dfusaro
</id>
<id>
dfusaro
</id>
...
@@ -253,7 +253,7 @@
...
@@ -253,7 +253,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Aetna Inc.
</organization>
<organization>
Aetna Inc.
</organization>
<!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.aetna.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
grahamwallis
</id>
<id>
grahamwallis
</id>
...
@@ -264,7 +264,7 @@
...
@@ -264,7 +264,7 @@
<role>
committer
</role>
<role>
committer
</role>
</roles>
</roles>
<organization>
IBM Corporation
</organization>
<organization>
IBM Corporation
</organization>
<!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.ibm.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
gsenia
</id>
<id>
gsenia
</id>
...
@@ -276,7 +276,7 @@
...
@@ -276,7 +276,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Aetna Inc.
</organization>
<organization>
Aetna Inc.
</organization>
<!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.aetna.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
rhbutani
</id>
<id>
rhbutani
</id>
...
@@ -288,7 +288,7 @@
...
@@ -288,7 +288,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization/>
<organization/>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
yhemanth
</id>
<id>
yhemanth
</id>
...
@@ -300,7 +300,7 @@
...
@@ -300,7 +300,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
ilasek
</id>
<id>
ilasek
</id>
...
@@ -312,7 +312,7 @@
...
@@ -312,7 +312,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Merck
&
Co Inc.
</organization>
<organization>
Merck
&
Co Inc.
</organization>
<!--<organizationUrl>http://www.merck.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.merck.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
jnhagelberg
</id>
<id>
jnhagelberg
</id>
...
@@ -324,7 +324,7 @@
...
@@ -324,7 +324,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
IBM Corporation
</organization>
<organization>
IBM Corporation
</organization>
<!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.ibm.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
jitendra
</id>
<id>
jitendra
</id>
...
@@ -336,7 +336,7 @@
...
@@ -336,7 +336,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
jmaron
</id>
<id>
jmaron
</id>
...
@@ -381,7 +381,7 @@
...
@@ -381,7 +381,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
mandy
</id>
<id>
mandy
</id>
...
@@ -392,7 +392,7 @@
...
@@ -392,7 +392,7 @@
<role>
committer
</role>
<role>
committer
</role>
</roles>
</roles>
<organization>
IBM Corporation
</organization>
<organization>
IBM Corporation
</organization>
<!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.ibm.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
mschussler
</id>
<id>
mschussler
</id>
...
@@ -404,7 +404,7 @@
...
@@ -404,7 +404,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
JPMC
</organization>
<organization>
JPMC
</organization>
<!--<organizationUrl>http://</organizationUrl>-->
<!--<organizationUrl>http
s
://</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
guptaneeru
</id>
<id>
guptaneeru
</id>
...
@@ -416,7 +416,7 @@
...
@@ -416,7 +416,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
IBM Corporation
</organization>
<organization>
IBM Corporation
</organization>
<!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.ibm.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
nixon
</id>
<id>
nixon
</id>
...
@@ -438,7 +438,7 @@
...
@@ -438,7 +438,7 @@
<role>
committer
</role>
<role>
committer
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
sarath
</id>
<id>
sarath
</id>
...
@@ -450,7 +450,7 @@
...
@@ -450,7 +450,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
shwethags
</id>
<id>
shwethags
</id>
...
@@ -462,7 +462,7 @@
...
@@ -462,7 +462,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
sriksun
</id>
<id>
sriksun
</id>
...
@@ -474,7 +474,7 @@
...
@@ -474,7 +474,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
InMobi
</organization>
<organization>
InMobi
</organization>
<!--<organizationUrl>http://www.inmobi.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.inmobi.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
sumasai
</id>
<id>
sumasai
</id>
...
@@ -486,7 +486,7 @@
...
@@ -486,7 +486,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
ssuresh
</id>
<id>
ssuresh
</id>
...
@@ -498,7 +498,7 @@
...
@@ -498,7 +498,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
tbeerbower
</id>
<id>
tbeerbower
</id>
...
@@ -521,7 +521,7 @@
...
@@ -521,7 +521,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
venkatesh
</id>
<id>
venkatesh
</id>
...
@@ -544,7 +544,7 @@
...
@@ -544,7 +544,7 @@
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization>
Hortonworks Inc.
</organization>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http
s
://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
</developers>
</developers>
...
@@ -794,14 +794,14 @@
...
@@ -794,14 +794,14 @@
<repositories>
<repositories>
<repository>
<repository>
<id>
central
</id>
<id>
central
</id>
<url>
http://repo1.maven.org/maven2
</url>
<url>
http
s
://repo1.maven.org/maven2
</url>
<snapshots>
<snapshots>
<enabled>
false
</enabled>
<enabled>
false
</enabled>
</snapshots>
</snapshots>
</repository>
</repository>
<repository>
<repository>
<id>
hortonworks.repo
</id>
<id>
hortonworks.repo
</id>
<url>
http://repo.hortonworks.com/content/repositories/releases
</url>
<url>
http
s
://repo.hortonworks.com/content/repositories/releases
</url>
<name>
Hortonworks Repo
</name>
<name>
Hortonworks Repo
</name>
<snapshots>
<snapshots>
<enabled>
false
</enabled>
<enabled>
false
</enabled>
...
@@ -836,7 +836,7 @@
...
@@ -836,7 +836,7 @@
<repository>
<repository>
<id>
typesafe
</id>
<id>
typesafe
</id>
<name>
Typesafe Repository
</name>
<name>
Typesafe Repository
</name>
<url>
http://repo.typesafe.com/typesafe/releases/
</url>
<url>
http
s
://repo.typesafe.com/typesafe/releases/
</url>
</repository>
</repository>
</repositories>
</repositories>
...
...
repository/pom.xml
View file @
87075f8a
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
...
...
server-api/pom.xml
View file @
87075f8a
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
~ See the License for the specific language governing permissions and
~ See the License for the specific language governing permissions and
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
...
...
test-tools/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
tools/atlas-index-repair/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
tools/classification-updater/pom.xml
View file @
87075f8a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
apache-atlas
</artifactId>
<artifactId>
apache-atlas
</artifactId>
...
...
webapp/pom.xml
View file @
87075f8a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
...
...
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