This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to branch rel/0.7.1 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 76fafe4c83b5c4c6857dc0d1c1b5f04ea8537c3b Author: Glaucia <[email protected]> AuthorDate: Wed Aug 23 21:05:37 2023 +0100 [maven-release-plugin] rollback the release of wayang-0.7.1 --- pom.xml | 9 ++++++--- wayang-benchmark/wayang-benchmark_2.11/pom.xml | 3 +-- wayang-benchmark/wayang-benchmark_2.12/pom.xml | 3 +-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index f1f562f5..9ca26a71 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ <maven.kotlin.skip>false</maven.kotlin.skip> <!-- Timestamp for the reproducible builds --> - <project.build.outputTimestamp>2023-08-23T20:01:34Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-08-23T19:33:48Z</project.build.outputTimestamp> <assertj.version>3.17.2</assertj.version> <commons-io.version>2.5</commons-io.version> @@ -1016,10 +1016,13 @@ <version>4.2.1</version> </plugin> - <plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.3.0</version> + <version>3.5.0</version> + <configuration> + <finalName>apache-${project.artifactId}-${project.version}-incubating</finalName> + </configuration> </plugin> <plugin> diff --git a/wayang-benchmark/wayang-benchmark_2.11/pom.xml b/wayang-benchmark/wayang-benchmark_2.11/pom.xml index 7b2d21ef..78622234 100644 --- a/wayang-benchmark/wayang-benchmark_2.11/pom.xml +++ b/wayang-benchmark/wayang-benchmark_2.11/pom.xml @@ -21,12 +21,11 @@ <parent> <artifactId>wayang-benchmark</artifactId> <groupId>org.apache.wayang</groupId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>wayang-benchmark_2.11</artifactId> - <version>0.7.0</version> <dependencies> <dependency> diff --git a/wayang-benchmark/wayang-benchmark_2.12/pom.xml b/wayang-benchmark/wayang-benchmark_2.12/pom.xml index 806c53db..2b1831b3 100644 --- a/wayang-benchmark/wayang-benchmark_2.12/pom.xml +++ b/wayang-benchmark/wayang-benchmark_2.12/pom.xml @@ -21,12 +21,11 @@ <parent> <artifactId>wayang-benchmark</artifactId> <groupId>org.apache.wayang</groupId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>wayang-benchmark_2.12</artifactId> - <version>0.7.0</version> <dependencies> <dependency>
