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
The following commit(s) were added to refs/heads/develop by this push:
new 707c125b [maven-release-plugin] prepare for next development iteration
707c125b is described below
commit 707c125bafc27e793948dcedaeec778fea9d26b8
Author: Glaucia <[email protected]>
AuthorDate: Tue Jul 11 22:33:08 2023 +0100
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 4 ++--
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, 11 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 389bfa04..60a35a49 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.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Wayang (incubating)</name>
@@ -100,7 +100,7 @@
<maven.kotlin.skip>false</maven.kotlin.skip>
<!-- Timestamp for the reproducible builds -->
-
<project.build.outputTimestamp>2023-07-11T21:32:51Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-07-11T21:33:08Z</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..77664e8c 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.1-SNAPSHOT</version>
</parent>
<artifactId>wayang-api</artifactId>
diff --git a/wayang-assembly/pom.xml b/wayang-assembly/pom.xml
index c30a4969..3b8be443 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.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-benchmark/pom.xml b/wayang-benchmark/pom.xml
index 3513aaad..b161d78d 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.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-commons/pom.xml b/wayang-commons/pom.xml
index a8f9265a..5db90e68 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.1-SNAPSHOT</version>
</parent>
<artifactId>wayang-commons</artifactId>
diff --git a/wayang-platforms/pom.xml b/wayang-platforms/pom.xml
index b4a18ec0..276d3498 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.1-SNAPSHOT</version>
</parent>
<artifactId>wayang-platforms</artifactId>
diff --git a/wayang-plugins/pom.xml b/wayang-plugins/pom.xml
index 47d55321..d90c8eb3 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.1-SNAPSHOT</version>
</parent>
<artifactId>wayang-plugins</artifactId>
diff --git a/wayang-profiler/pom.xml b/wayang-profiler/pom.xml
index 18988429..fa9e1600 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.1-SNAPSHOT</version>
</parent>
<artifactId>wayang-profiler</artifactId>
diff --git a/wayang-resources/pom.xml b/wayang-resources/pom.xml
index b3416b38..cf7c924e 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.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-tests-integration/pom.xml b/wayang-tests-integration/pom.xml
index 2e45552f..856c8c09 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.1-SNAPSHOT</version>
</parent>
<artifactId>wayang-tests-integration</artifactId>