Skip to content

Commit

Permalink
TEZ-4575: Upgrade Apache parent pom version from 23 to 33
Browse files Browse the repository at this point in the history
Upgrade the Apache parent pom to the 33 version (latest) to take advantage of recent enhancements and use the more recent version and properties for the various plugins.
  • Loading branch information
zabetak committed Aug 13, 2024
1 parent cd6ceec commit a02453f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>23</version>
<version>33</version>
</parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tez-dag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<target>
<delete dir="${test.log.dir}" />
<mkdir dir="${test.log.dir}" />
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
4 changes: 2 additions & 2 deletions tez-ext-service-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<target>
<delete dir="${test.log.dir}" />
<mkdir dir="${test.log.dir}" />
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
4 changes: 2 additions & 2 deletions tez-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<target>
<delete dir="${test.log.dir}" />
<mkdir dir="${test.log.dir}" />
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down

0 comments on commit a02453f

Please sign in to comment.