You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by si...@apache.org on 2021/08/18 17:11:42 UTC

[atlas] branch branch-2.0 updated: ATLAS-4394: Fixed Apache Parent POM artifact and atlas-buildtools version

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

sidmishra 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 c2b5899  ATLAS-4394: Fixed Apache Parent POM artifact and atlas-buildtools version
c2b5899 is described below

commit c2b5899324bfddd62517ab591d58cb74d8bb035a
Author: sidmishra <si...@cloudera.com>
AuthorDate: Tue Aug 17 16:49:00 2021 -0700

    ATLAS-4394: Fixed Apache Parent POM artifact and atlas-buildtools version
    
    Signed-off-by: sidmishra <si...@apache.org>
    (cherry picked from commit d7605a254626a97b247aecdd3964c1b80d296a2d)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index db429d3..e47b74a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>17</version>
+        <version>23</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -2161,7 +2161,7 @@
                     <dependency>
                         <groupId>org.apache.atlas</groupId>
                         <artifactId>atlas-buildtools</artifactId>
-                        <version>1.0</version>
+                        <version>${project.version}</version>
                     </dependency>
                 </dependencies>
                 <executions>