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 7bfc59239a112ad46de798cc34850096f1941904 Author: Glaucia <[email protected]> AuthorDate: Tue Jul 11 22:31:44 2023 +0100 [maven-release-plugin] prepare branch @{releaseLabel} --- pom.xml | 2 +- wayang-api/pom.xml | 2 +- wayang-assembly/pom.xml | 3 ++- wayang-benchmark/pom.xml | 3 ++- wayang-commons/pom.xml | 2 +- wayang-platforms/pom.xml | 2 +- wayang-plugins/pom.xml | 2 +- wayang-profiler/pom.xml | 2 +- wayang-resources/pom.xml | 3 ++- wayang-tests-integration/pom.xml | 2 +- 10 files changed, 13 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 33835708..2cd14f57 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:30:47Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-07-11T21:31:43Z</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 44e954ce..c30a4969 100644 --- a/wayang-assembly/pom.xml +++ b/wayang-assembly/pom.xml @@ -21,11 +21,12 @@ <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> <artifactId>wayang-assembly</artifactId> + <version>0.7.0</version> <name>Wayang Project Assembly</name> <url>https://wayang.apache.org/</url> <packaging>pom</packaging> diff --git a/wayang-benchmark/pom.xml b/wayang-benchmark/pom.xml index a3c2fbf5..3513aaad 100644 --- a/wayang-benchmark/pom.xml +++ b/wayang-benchmark/pom.xml @@ -21,11 +21,12 @@ <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> <artifactId>wayang-benchmark</artifactId> + <version>0.7.0</version> <packaging>pom</packaging> <dependencies> 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 7b3523b3..b3416b38 100644 --- a/wayang-resources/pom.xml +++ b/wayang-resources/pom.xml @@ -21,11 +21,12 @@ <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> <artifactId>wayang-resources</artifactId> + <version>0.7.0</version> <packaging>pom</packaging> <name>Wayang - Common resources</name> 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>
