This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to annotated tag wayang-0.7.0 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit d3047b199c099391771b261843103d75cf189651 Author: Glaucia <[email protected]> AuthorDate: Tue Jul 11 22:32:51 2023 +0100 [maven-release-plugin] prepare branch @{releaseLabel} --- RELEASE_NOTES | 16 ---------------- pom.xml | 2 +- wayang-docs/pom.xml | 2 +- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6ce93c25..e15c9779 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -96,19 +96,3 @@ New Contributors * @michellesackmann made their first contribution in https://github.com/apache/incubator-wayang/pull/310 * @AdeelAslamUnimore made their first contribution in https://github.com/apache/incubator-wayang/pull/311 * @ichbinrich made their first contribution in https://github.com/apache/incubator-wayang/pull/315 - - -============================================================== -(Unreleased) Incubator Apache Wayang 0.7.1-SNAPSHOT -============================================================== - -New Features ------------- - -Incompatible changes --------------------- -This release does not support PR#311 - -Bug Fixes ---------- - diff --git a/pom.xml b/pom.xml index a5041a06..389bfa04 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-07-11T21:32:29Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-07-11T21:32:51Z</project.build.outputTimestamp> <assertj.version>3.17.2</assertj.version> <commons-io.version>2.5</commons-io.version> diff --git a/wayang-docs/pom.xml b/wayang-docs/pom.xml index 93cd2c9a..dd178eb5 100644 --- a/wayang-docs/pom.xml +++ b/wayang-docs/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>wayang</artifactId> <groupId>org.apache.wayang</groupId> - <version>0.6.1-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
