Commit d813519f by Venkatesh Seetharam

ATLAS-26 Minor issues with release prep. Contributed by Venkatesh Seetharam

parent 0cffbff0
Apache Atlas (incubating)
Copyright 2011-2015 The Apache Software Foundation
Copyright 2015 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
{
"name": "dgc-metadata",
"name": "Apache-Atlas",
"description": "Apache Atlas",
"version": "1.0.0-SNAPSHOT",
"version": "0.5.0-incubating",
"private": true,
"bin": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/hortonworks/metadata"
"url": "https://git-wip-us.apache.org/repos/asf/incubator-atlas.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"keywords": [
"DGC",
"HortonWorks"
"Atlas",
"DataGovernance"
],
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install"
......
......@@ -1268,7 +1268,6 @@
<excludeSubProjects>true</excludeSubProjects>
<excludes>
<exclude>*.txt</exclude>
<exclude>**/*.txt</exclude>
<exclude>**/*.json</exclude>
<exclude>.git/**</exclude>
<exclude>.gitignore</exclude>
......@@ -1276,7 +1275,6 @@
<exclude>**/*.twiki</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.json</exclude>
<exclude>**/*.uml</exclude>
<exclude>**/target/**</exclude>
<exclude>**/build/**</exclude>
<exclude>**/*.patch</exclude>
......@@ -1288,7 +1286,6 @@
<exclude>**/test-output/**</exclude>
<exclude>**/mock/**</exclude>
<exclude>**/data/**</exclude>
<exclude>**/data.txt</exclude>
<exclude>**/maven-eclipse.xml</exclude>
<exclude>**/.externalToolBuilders/**</exclude>
<exclude>**/build.log</exclude>
......@@ -1297,7 +1294,7 @@
<exclude>dashboard/v2/lib/**</exclude> <!-- temp libs -->
<exclude>dashboard/v2/node*/**</exclude> <!-- temp libs -->
<exclude>dashboard/v2/dist/**</exclude> <!-- package -->
<exclude>dashboard/v2/**/*.min.js*</exclude>
<exclude>dashboard/v2/**/*.min.js*</exclude> <!-- minified JS -->
</excludes>
</configuration>
<executions>
......
......@@ -12,6 +12,8 @@ ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags)
--Release 0.5-incubating
ALL CHANGES:
ATLAS-26 Minor issues with release prep (Venkatesh Seetharam)
ATLAS-17 Parameterize schema API query per typeName (shwethags)
ATLAS-13 Add project website (Venkatesh Seetharam)
ATLAS-12 Update the copyright in Notice and License files (Venkatesh Seetharam)
......
......@@ -35,11 +35,12 @@
<exclude>**/.idea/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.log</exclude>
<exclude>dashboard/v2/.bower-*/**</exclude>
<exclude>dashboard/v2/lib/**</exclude>
<exclude>dashboard/v2/node*/**</exclude>
<exclude>dashboard/v2/dist/**</exclude>
<exclude>dashboard/v2/**/*.min.js*</exclude>
<exclude>**/*.pyc</exclude> <!-- python compiled executable -->
<exclude>dashboard/**/.bower-*/**</exclude> <!-- temp libs -->
<exclude>dashboard/v2/lib/**</exclude> <!-- temp libs -->
<exclude>dashboard/v2/node*/**</exclude> <!-- temp libs -->
<exclude>dashboard/v2/dist/**</exclude> <!-- package -->
<exclude>dashboard/v2/**/*.min.js*</exclude> <!-- minified JS -->
</excludes>
</fileSet>
</fileSets>
......
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<Diagram>
<ID>JAVA</ID>
<OriginalElement>org.apache.metadata.types.IDataType</OriginalElement>
......
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<Diagram>
<ID>JAVA</ID>
<OriginalElement>org.apache.metadata.storage.ReferenceableInstance</OriginalElement>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment