You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2019/09/14 16:42:29 UTC

[atlas] 01/02: ATLAS-3356: fixed incorrect parent version - for branch-2.0

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 086aff79ebb741ff04d6fef697c8f97214370e38
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Sat Sep 14 09:37:10 2019 -0700

    ATLAS-3356: fixed incorrect parent version - for branch-2.0
---
 dashboardv3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dashboardv3/pom.xml b/dashboardv3/pom.xml
index 6190f70..f5210a7 100644
--- a/dashboardv3/pom.xml
+++ b/dashboardv3/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-dashboardv3</artifactId>