Skip to content

Commit

Permalink
TEZ-4556: Apache Tez Release 0.10.4: Update SNAPSHOT versions, DOAP f…
Browse files Browse the repository at this point in the history
…ile (#372) (Laszlo Bodor reviewed by Ayush Saxena)
  • Loading branch information
abstractdog authored Sep 24, 2024
1 parent 45a132b commit 607b2bc
Show file tree
Hide file tree
Showing 32 changed files with 38 additions and 31 deletions.
7 changes: 7 additions & 0 deletions Tez_DOAP.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
<download-page rdf:resource="http://tez.apache.org/releases/" />
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/big-data" />
<release>
<Version>
<name>Version 0.10.4</name>
<created>2024-09-15</created>
<revision>0.10.4</revision>
</Version>
</release>
<release>
<Version>
<name>Version 0.10.3</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-docs</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shim-impls/hadoop-shim-2.7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hadoop-shim-impls</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-shim-2.7</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shim-impls/hadoop-shim-2.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hadoop-shim-impls</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-shim-2.8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shim-impls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tez</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>hadoop-shim-impls</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tez</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>hadoop-shim</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<packaging>pom</packaging>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
<name>tez</name>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion tez-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-build-tools</artifactId>
</project>
2 changes: 1 addition & 1 deletion tez-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-dag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<properties>
<tez.component>tez-dag</tez.component>
Expand Down
2 changes: 1 addition & 1 deletion tez-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-dist</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>

<artifactId>tez-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tez-ext-service-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tez</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>

<artifactId>tez-ext-service-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tez-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-mapreduce</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-plugins</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-aux-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tez-plugins</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>

<artifactId>tez-aux-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-history-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-history-parser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-protobuf-history-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-protobuf-history-plugin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-yarn-timeline-cache-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-yarn-timeline-cache-plugin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-yarn-timeline-history-with-acls</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-yarn-timeline-history-with-fs</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-yarn-timeline-history/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-yarn-timeline-history</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-runtime-internals/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-runtime-internals</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-runtime-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-runtime-library</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-tools/analyzers/job-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-perf-analyzer</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-job-analyzer</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-tools/analyzers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-tools</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-perf-analyzer</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tez-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-tools</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tez-tools/tez-javadoc-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-tools</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-javadoc-tools</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-tools/tez-tfile-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-tools</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-tfile-parser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.5-SNAPSHOT</version>
</parent>
<artifactId>tez-ui</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 607b2bc

Please sign in to comment.