This is an automated email from the ASF dual-hosted git repository.
glauesppen pushed a commit to branch rel/0.7.0
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/rel/0.7.0 by this push:
new e762c50d [maven-release-plugin] prepare release 0.7.0
e762c50d is described below
commit e762c50d217b5f04b5f17660f56a998f8797d030
Author: Glaucia <[email protected]>
AuthorDate: Tue Jul 11 23:07:13 2023 +0100
[maven-release-plugin] prepare release 0.7.0
---
pom.xml | 6 +++---
wayang-api/pom.xml | 2 +-
wayang-assembly/pom.xml | 2 +-
wayang-benchmark/pom.xml | 2 +-
wayang-commons/pom.xml | 2 +-
wayang-platforms/pom.xml | 2 +-
wayang-plugins/pom.xml | 2 +-
wayang-profiler/pom.xml | 2 +-
wayang-resources/pom.xml | 2 +-
wayang-tests-integration/pom.xml | 2 +-
10 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2ebc9df5..4f14c7e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.wayang</groupId>
<artifactId>wayang</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
<packaging>pom</packaging>
<name>Apache Wayang (incubating)</name>
@@ -66,7 +66,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-wayang.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-wayang.git</developerConnection>
<url>https://github.com/apache/incubator-wayang</url>
- <tag>rel/0.7.0</tag>
+ <tag>wayang-0.7.0</tag>
</scm>
<issueManagement>
@@ -100,7 +100,7 @@
<maven.kotlin.skip>false</maven.kotlin.skip>
<!-- Timestamp for the reproducible builds -->
-
<project.build.outputTimestamp>2023-07-11T21:59:33Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-07-11T22:00:44Z</project.build.outputTimestamp>
<assertj.version>3.17.2</assertj.version>
<commons-io.version>2.5</commons-io.version>
diff --git a/wayang-api/pom.xml b/wayang-api/pom.xml
index 4c68604a..98033b26 100644
--- a/wayang-api/pom.xml
+++ b/wayang-api/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<artifactId>wayang-api</artifactId>
diff --git a/wayang-assembly/pom.xml b/wayang-assembly/pom.xml
index c30a4969..06ac9ff0 100644
--- a/wayang-assembly/pom.xml
+++ b/wayang-assembly/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-benchmark/pom.xml b/wayang-benchmark/pom.xml
index 3513aaad..2cd06621 100644
--- a/wayang-benchmark/pom.xml
+++ b/wayang-benchmark/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-commons/pom.xml b/wayang-commons/pom.xml
index a8f9265a..7b087cee 100644
--- a/wayang-commons/pom.xml
+++ b/wayang-commons/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wayang</groupId>
<artifactId>wayang</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<artifactId>wayang-commons</artifactId>
diff --git a/wayang-platforms/pom.xml b/wayang-platforms/pom.xml
index b4a18ec0..2daeee15 100644
--- a/wayang-platforms/pom.xml
+++ b/wayang-platforms/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<artifactId>wayang-platforms</artifactId>
diff --git a/wayang-plugins/pom.xml b/wayang-plugins/pom.xml
index 47d55321..69b1f309 100644
--- a/wayang-plugins/pom.xml
+++ b/wayang-plugins/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<artifactId>wayang-plugins</artifactId>
diff --git a/wayang-profiler/pom.xml b/wayang-profiler/pom.xml
index 18988429..2243276c 100644
--- a/wayang-profiler/pom.xml
+++ b/wayang-profiler/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<artifactId>wayang-profiler</artifactId>
diff --git a/wayang-resources/pom.xml b/wayang-resources/pom.xml
index b3416b38..8461455b 100644
--- a/wayang-resources/pom.xml
+++ b/wayang-resources/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-tests-integration/pom.xml b/wayang-tests-integration/pom.xml
index 2e45552f..c7cf49eb 100644
--- a/wayang-tests-integration/pom.xml
+++ b/wayang-tests-integration/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
</parent>
<artifactId>wayang-tests-integration</artifactId>