Repository: incubator-atlas Updated Branches: refs/heads/branch-0.5-incubating e46c19937 -> 318abdacd
ATLAS-26 Minor issues with release prep. Contributed by Venkatesh Seetharam Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/318abdac Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/318abdac Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/318abdac Branch: refs/heads/branch-0.5-incubating Commit: 318abdacd4c4d17a3d613c1cda04a58194042715 Parents: e46c199 Author: Venkatesh Seetharam <[email protected]> Authored: Wed Jun 17 12:32:18 2015 -0700 Committer: Venkatesh Seetharam <[email protected]> Committed: Wed Jun 17 12:32:18 2015 -0700 ---------------------------------------------------------------------- NOTICE.txt | 2 +- dashboard/v2/package.json | 10 +++++----- pom.xml | 5 +---- release-log.txt | 2 ++ src/main/assemblies/src-package.xml | 11 ++++++----- typesystem/doc/IDataType.uml | 17 +++++++++++++++++ typesystem/doc/Instance.uml | 17 +++++++++++++++++ 7 files changed, 49 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/318abdac/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index e0b581f..af1c50e 100755 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,6 +1,6 @@ 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/). http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/318abdac/dashboard/v2/package.json ---------------------------------------------------------------------- diff --git a/dashboard/v2/package.json b/dashboard/v2/package.json index f57b197..1cf2f87 100755 --- a/dashboard/v2/package.json +++ b/dashboard/v2/package.json @@ -1,20 +1,20 @@ { - "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" http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/318abdac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f808576..9dcd21c 100755 --- a/pom.xml +++ b/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/318abdac/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 0bfac32..df92e95 100644 --- a/release-log.txt +++ b/release-log.txt @@ -4,6 +4,8 @@ Apache Atlas Release Notes --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-18 Build fails because of a missing artifact (Ajay Yadava via Venkatesh Seetharam) ATLAS-13 Add project website (Venkatesh Seetharam) http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/318abdac/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/src-package.xml b/src/main/assemblies/src-package.xml index dd507b3..ca03c7a 100755 --- a/src/main/assemblies/src-package.xml +++ b/src/main/assemblies/src-package.xml @@ -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> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/318abdac/typesystem/doc/IDataType.uml ---------------------------------------------------------------------- diff --git a/typesystem/doc/IDataType.uml b/typesystem/doc/IDataType.uml index 86334bf..0302342 100755 --- a/typesystem/doc/IDataType.uml +++ b/typesystem/doc/IDataType.uml @@ -1,4 +1,21 @@ <?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> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/318abdac/typesystem/doc/Instance.uml ---------------------------------------------------------------------- diff --git a/typesystem/doc/Instance.uml b/typesystem/doc/Instance.uml index 683914a..4556f24 100755 --- a/typesystem/doc/Instance.uml +++ b/typesystem/doc/Instance.uml @@ -1,4 +1,21 @@ <?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>
