Skip to content

Commit

Permalink
feat(versioning): version to 0.9.2-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrotws committed Jan 30, 2024
1 parent b1e48f6 commit 3af6596
Show file tree
Hide file tree
Showing 32 changed files with 33 additions and 33 deletions.
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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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 @@ -19,7 +19,7 @@
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<packaging>pom</packaging>
<version>0.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</version>
<name>tez</name>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions tdp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TDP Tez Notes

The version 0.9.2-1.0-SNAPSHOT of Apache Hive is based on the `branch-0.9.2` tag of the Apache [repository](https://github.com/apache/tez/tree/branch-0.9.2).
The version 0.9.2-1.0 of Apache Hive is based on the `branch-0.9.2` tag of the Apache [repository](https://github.com/apache/tez/tree/branch-0.9.2).

## Jenkinfile

Expand All @@ -12,7 +12,7 @@ The file `./Jenkinsfile-sample` can be used in a Jenkins / Kubernetes environmen
mvn clean install -pl \!tez-ui -Phadoop28 -P\!hadoop27 -DskipTests
```

The command generates a `.tar.gz` file of the release at `./tez-dist/target/tez-0.9.2-1.0-SNAPSHOT.tar.gz`.
The command generates a `.tar.gz` file of the release at `./tez-dist/target/tez-0.9.2-1.0.tar.gz`.

## Testing parameters

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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</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.9.2-1.0-SNAPSHOT</version>
<version>0.9.2-1.0</version>
</parent>
<artifactId>tez-ui</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 3af6596

Please sign in to comment.