This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 1a7164e279ce826811c9e9e766bfb8ae406ab56b Author: Glaucia <[email protected]> AuthorDate: Sun Aug 6 21:03:07 2023 +0100 preparing develop branch to bugfix release --- RELEASE_NOTES | 22 +++++----------------- pom.xml | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6ce93c25..5a512505 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,11 +1,13 @@ ============================================================== -Apache Wayang (incubating) 0.7.0 +Apache Wayang (incubating) 0.7.1 ============================================================== -This is the first official major release of Apache Wayang (incubating). +This is a patch/bugfix release of Apache Wayang (incubating). This release supports the following frameworks: - +- This patch version fixes a problem in the artifact gpg encrypting key. + +Previous updates that are included in this release: - Apache Flink v1.7.1 - Apache Giraph v1.2.0-hadoop2 - GraphChi v0.2.2 (only available with scala 11.x) @@ -98,17 +100,3 @@ New Contributors * @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 60a35a49..b66526cc 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.wayang</groupId> <artifactId>wayang</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> <packaging>pom</packaging> <name>Apache Wayang (incubating)</name>
