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 dbf21d8e [maven-release-plugin] prepare for next development iteration
dbf21d8e is described below
commit dbf21d8eb513a3b2ee33ae8223ec647f02f39989
Author: Glaucia <[email protected]>
AuthorDate: Wed Jul 12 09:25:47 2023 +0100
[maven-release-plugin] prepare for next development iteration
---
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 77ccd498..0d92b0db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.wayang</groupId>
<artifactId>wayang</artifactId>
- <version>0.7.0</version>
+ <version>0.7.0-SNAPSHOT</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>wayang-0.7.0</tag>
+ <tag>rel/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-12T08:19:57Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-07-12T08:25:47Z</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 98033b26..4c68604a 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>wayang-api</artifactId>
diff --git a/wayang-assembly/pom.xml b/wayang-assembly/pom.xml
index 06ac9ff0..c30a4969 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-benchmark/pom.xml b/wayang-benchmark/pom.xml
index 2cd06621..3513aaad 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-commons/pom.xml b/wayang-commons/pom.xml
index 7b087cee..a8f9265a 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>wayang-commons</artifactId>
diff --git a/wayang-platforms/pom.xml b/wayang-platforms/pom.xml
index 2daeee15..b4a18ec0 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>wayang-platforms</artifactId>
diff --git a/wayang-plugins/pom.xml b/wayang-plugins/pom.xml
index 69b1f309..47d55321 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>wayang-plugins</artifactId>
diff --git a/wayang-profiler/pom.xml b/wayang-profiler/pom.xml
index 2243276c..18988429 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>wayang-profiler</artifactId>
diff --git a/wayang-resources/pom.xml b/wayang-resources/pom.xml
index 8461455b..b3416b38 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/wayang-tests-integration/pom.xml b/wayang-tests-integration/pom.xml
index c7cf49eb..2e45552f 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</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>wayang-tests-integration</artifactId>