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:10:19 UTC

[atlas] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new d7605a2  ATLAS-4394: Fixed Apache Parent POM artifact and atlas-buildtools version
d7605a2 is described below

commit d7605a254626a97b247aecdd3964c1b80d296a2d
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>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf0eb34..8ae338c 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>