Repository: incubator-atlas Updated Branches: refs/heads/branch-0.6-incubating 70f468340 -> c8109a017
Updating server-api version to 0.6-incubating for release Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/c8109a01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/c8109a01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/c8109a01 Branch: refs/heads/branch-0.6-incubating Commit: c8109a0177058d4a788d476a74d425a7593e7a9b Parents: 70f4683 Author: Suma Shivaprasad <[email protected]> Authored: Mon Dec 21 15:03:55 2015 +0530 Committer: Suma Shivaprasad <[email protected]> Committed: Mon Dec 21 15:03:55 2015 +0530 ---------------------------------------------------------------------- server-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/c8109a01/server-api/pom.xml ---------------------------------------------------------------------- diff --git a/server-api/pom.xml b/server-api/pom.xml index 88de030..1d22cba 100644 --- a/server-api/pom.xml +++ b/server-api/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -50,4 +50,4 @@ </dependencies> -</project> \ No newline at end of file +</project>
