Repository: atlas Updated Branches: refs/heads/branch-0.8 986110861 -> 099adde53
ATLAS-2066: Change version from 0.8.1-SNAPSHOT to 0.8.1 Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/099adde5 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/099adde5 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/099adde5 Branch: refs/heads/branch-0.8 Commit: 099adde531e6450bf7b6b21e4779a81d11c3cb48 Parents: 9861108 Author: Sarath Subramanian <[email protected]> Authored: Sun Aug 20 21:08:38 2017 -0700 Committer: Sarath Subramanian <[email protected]> Committed: Sun Aug 20 21:08:38 2017 -0700 ---------------------------------------------------------------------- build-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/099adde5/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 2988c58..76fa91f 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -24,6 +24,6 @@ <artifactId>atlas-buildtools</artifactId> <name>Apache Atlas Server Build Tools</name> <description>Apache Atlas Build Tools like Checkstyle</description> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.1</version> <packaging>jar</packaging> </project>
