Repository: incubator-atlas Updated Branches: refs/heads/master 7b3ace5e5 -> 1c3b2befb
ATLAS-925 Change master version to 0.8-incubating (shwethags) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/1c3b2bef Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/1c3b2bef Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/1c3b2bef Branch: refs/heads/master Commit: 1c3b2befbefacf57ab75d277de8206d08e0818b6 Parents: 7b3ace5 Author: Shwetha GS <[email protected]> Authored: Tue Jun 21 14:40:57 2016 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Jun 21 14:40:57 2016 +0530 ---------------------------------------------------------------------- addons/falcon-bridge/pom.xml | 6 ++---- addons/hdfs-model/pom.xml | 4 ++-- addons/hive-bridge/pom.xml | 6 ++---- addons/sqoop-bridge/pom.xml | 6 ++---- addons/storm-bridge/pom.xml | 4 ++-- authorization/pom.xml | 6 ++---- catalog/pom.xml | 6 ++---- client/pom.xml | 6 ++---- common/pom.xml | 6 ++---- dashboardv2/pom.xml | 6 ++---- distro/pom.xml | 41 +++++++++++---------------------------- docs/pom.xml | 6 ++---- graphdb/api/pom.xml | 6 ++---- graphdb/pom.xml | 6 ++---- notification/pom.xml | 6 ++---- pom.xml | 14 ++++++++----- release-log.txt | 9 +++++++++ repository/pom.xml | 6 ++---- server-api/pom.xml | 6 ++---- titan/pom.xml | 6 ++---- typesystem/pom.xml | 6 ++---- webapp/pom.xml | 6 ++---- 22 files changed, 67 insertions(+), 107 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/addons/falcon-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml index c6d7dec..f945a6c 100644 --- a/addons/falcon-bridge/pom.xml +++ b/addons/falcon-bridge/pom.xml @@ -17,14 +17,12 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>falcon-bridge</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/addons/hdfs-model/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml index f65c9ee..80e74a2 100644 --- a/addons/hdfs-model/pom.xml +++ b/addons/hdfs-model/pom.xml @@ -17,12 +17,12 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>hdfs-model</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 3baaed2..24ab22f 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -17,14 +17,12 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>hive-bridge</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/addons/sqoop-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml index 766c18d..5418885 100644 --- a/addons/sqoop-bridge/pom.xml +++ b/addons/sqoop-bridge/pom.xml @@ -17,14 +17,12 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>sqoop-bridge</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/addons/storm-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml index 72310d2..b51ab01 100644 --- a/addons/storm-bridge/pom.xml +++ b/addons/storm-bridge/pom.xml @@ -16,12 +16,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>storm-bridge</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/authorization/pom.xml ---------------------------------------------------------------------- diff --git a/authorization/pom.xml b/authorization/pom.xml index 74c433b..34e105b 100644 --- a/authorization/pom.xml +++ b/authorization/pom.xml @@ -17,15 +17,13 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - 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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-authorization</artifactId> <name>Apache Atlas Authorization</name> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/catalog/pom.xml ---------------------------------------------------------------------- diff --git a/catalog/pom.xml b/catalog/pom.xml index 87cf646..3817012 100755 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -18,15 +18,13 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - 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://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-catalog</artifactId> <description>Apache Atlas Business Catalog Module</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index aa16bb4..a6b5a2f 100755 --- a/client/pom.xml +++ b/client/pom.xml @@ -17,14 +17,12 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-client</artifactId> <description>Apache Atlas Client</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 8239f26..e3b6465 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -17,14 +17,12 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-common</artifactId> <description>Apache Atlas Common</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/dashboardv2/pom.xml ---------------------------------------------------------------------- diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml index a46f40d..bdb0d3b 100644 --- a/dashboardv2/pom.xml +++ b/dashboardv2/pom.xml @@ -17,15 +17,13 @@ ~ limitations under the License. --> -<project 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" - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-dashboardv2</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index 7aa4e50..e6ee85e 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>atlas-distro</artifactId> @@ -194,22 +194,13 @@ atlas.graph.index.search.solr.zookeeper-url=localhost:2181 </goals> <configuration> <target name="Download HBase"> - <mkdir dir="${hbase.dir}"/> - <mkdir dir="${project.basedir}/hbase"/> - <get - src="${hbase.tar}" - dest="${project.basedir}/hbase/${hbase.folder}.tar.gz" - usetimestamp="true" - verbose="true" skipexisting="true" - /> - <untar - src="${project.basedir}/hbase/${hbase.folder}.tar.gz" - dest="${project.build.directory}/hbase.temp" - compression="gzip" - /> + <mkdir dir="${hbase.dir}" /> + <mkdir dir="${project.basedir}/hbase" /> + <get src="${hbase.tar}" dest="${project.basedir}/hbase/${hbase.folder}.tar.gz" usetimestamp="true" verbose="true" skipexisting="true" /> + <untar src="${project.basedir}/hbase/${hbase.folder}.tar.gz" dest="${project.build.directory}/hbase.temp" compression="gzip" /> <copy todir="${hbase.dir}"> <fileset dir="${project.build.directory}/hbase.temp/${hbase.folder}"> - <include name="**/*"/> + <include name="**/*" /> </fileset> </copy> </target> @@ -224,22 +215,13 @@ atlas.graph.index.search.solr.zookeeper-url=localhost:2181 </goals> <configuration> <target name="Download SOLR"> - <mkdir dir="${solr.dir}"/> - <mkdir dir="${project.basedir}/solr"/> - <get - src="${solr.tar}" - dest="${project.basedir}/solr/${solr.folder}.tgz" - usetimestamp="true" - verbose="true" skipexisting="true" - /> - <untar - src="${project.basedir}/solr/${solr.folder}.tgz" - dest="${project.build.directory}/solr.temp" - compression="gzip" - /> + <mkdir dir="${solr.dir}" /> + <mkdir dir="${project.basedir}/solr" /> + <get src="${solr.tar}" dest="${project.basedir}/solr/${solr.folder}.tgz" usetimestamp="true" verbose="true" skipexisting="true" /> + <untar src="${project.basedir}/solr/${solr.folder}.tgz" dest="${project.build.directory}/solr.temp" compression="gzip" /> <copy todir="${solr.dir}"> <fileset dir="${project.build.directory}/solr.temp/${solr.folder}"> - <include name="**/*"/> + <include name="**/*" /> </fileset> </copy> </target> @@ -304,7 +286,6 @@ atlas.graph.index.search.solr.zookeeper-url=localhost:2181 <dependency> <groupId>org.apache.atlas</groupId> <artifactId>storm-bridge</artifactId> - <version>0.7-incubating-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index e34d7fe..9b8440d 100755 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -17,14 +17,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - 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://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-docs</artifactId> <description>Apache Atlas Documentation</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/graphdb/api/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml index 5c05a40..048f731 100644 --- a/graphdb/api/pom.xml +++ b/graphdb/api/pom.xml @@ -18,15 +18,13 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - 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://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.atlas</groupId> <artifactId>atlas-graphdb</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb-api</artifactId> <description>Apache Atlas Graph Datbase API</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/graphdb/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/pom.xml b/graphdb/pom.xml index 666fe5a..ea763c5 100644 --- a/graphdb/pom.xml +++ b/graphdb/pom.xml @@ -17,14 +17,12 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/notification/pom.xml ---------------------------------------------------------------------- diff --git a/notification/pom.xml b/notification/pom.xml index 4b1b7a5..f4cfdd3 100644 --- a/notification/pom.xml +++ b/notification/pom.xml @@ -17,14 +17,12 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-notification</artifactId> <description>Apache Atlas Notification</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fcf8059..ecf76d0 100755 --- a/pom.xml +++ b/pom.xml @@ -17,9 +17,7 @@ ~ limitations under the License. --> -<project 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" - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache</groupId> @@ -30,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> <description>Metadata Management and Data Governance Platform over Hadoop</description> <name>apache-atlas</name> <packaging>pom</packaging> @@ -110,7 +108,7 @@ <role>committer</role> <role>PPMC</role> </roles> - <organization></organization> + <organization /> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> </developer> <developer> @@ -1078,6 +1076,12 @@ <dependency> <groupId>org.apache.atlas</groupId> + <artifactId>storm-bridge</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.atlas</groupId> <artifactId>hdfs-model</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 9cd5922..1ef9223 100644 --- a/release-log.txt +++ b/release-log.txt @@ -3,6 +3,15 @@ Apache Atlas Release Notes --trunk - unreleased INCOMPATIBLE CHANGES: + + +ALL CHANGES: +ATLAS-925 Change master version to 0.8-incubating (shwethags) + + +--Release 0.7-incubating + +INCOMPATIBLE CHANGES: ATLAS-844 Remove titan berkeley and elastic search jars if hbase/solr based profiles are chosen (yhemanth via shwethags) ATLAS-819 All user defined types should have a set of common attributes (shwethags) ATLAS-915 Fix docs for import-hive changes (svimal2106 via sumasai) http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index f2119eb..096a4b5 100755 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -18,15 +18,13 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - 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://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-repository</artifactId> <description>Apache Atlas Repository Module</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/server-api/pom.xml ---------------------------------------------------------------------- diff --git a/server-api/pom.xml b/server-api/pom.xml index 9da3279..c183468 100644 --- a/server-api/pom.xml +++ b/server-api/pom.xml @@ -16,13 +16,11 @@ ~ See the License for the specific language governing permissions and ~ 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://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/titan/pom.xml ---------------------------------------------------------------------- diff --git a/titan/pom.xml b/titan/pom.xml index 09006d9..ae3b284 100644 --- a/titan/pom.xml +++ b/titan/pom.xml @@ -16,13 +16,11 @@ ~ See the License for the specific language governing permissions and ~ 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://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>atlas-titan</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/typesystem/pom.xml ---------------------------------------------------------------------- diff --git a/typesystem/pom.xml b/typesystem/pom.xml index ce30194..219075b 100755 --- a/typesystem/pom.xml +++ b/typesystem/pom.xml @@ -18,15 +18,13 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-typesystem</artifactId> <description>Apache Atlas Typesystem Module</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1c3b2bef/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 43f9c86..ce812c6 100755 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -18,15 +18,13 @@ ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - 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://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-webapp</artifactId> <description>Apache Atlas Web Application</description>
