This is an automated email from the ASF dual-hosted git repository.
amestry pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 6b0608d ATLAS-3494: Fixing build failure in branch-2.0
6b0608d is described below
commit 6b0608d20f67d0e6bfabf57b2de218a3563b42d4
Author: Aadarsh Jajodia <[email protected]>
AuthorDate: Fri Oct 25 11:52:57 2019 -0700
ATLAS-3494: Fixing build failure in branch-2.0
Signed-off-by: Ashutosh Mestry <[email protected]>
---
tools/atlas-index-repair/pom.xml | 2 +-
tools/classification-updater/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/atlas-index-repair/pom.xml b/tools/atlas-index-repair/pom.xml
index 7330e12..821a348 100644
--- a/tools/atlas-index-repair/pom.xml
+++ b/tools/atlas-index-repair/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>apache-atlas</artifactId>
<groupId>org.apache.atlas</groupId>
- <version>2.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>atlas-index-repair-tool</artifactId>
diff --git a/tools/classification-updater/pom.xml
b/tools/classification-updater/pom.xml
index ea7250c..40dc2ec 100644
--- a/tools/classification-updater/pom.xml
+++ b/tools/classification-updater/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>apache-atlas</artifactId>
<groupId>org.apache.atlas</groupId>
- <version>2.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>atlas-classification-updater</artifactId>