This is an automated email from the ASF dual-hosted git repository. zkaoudi pushed a commit to branch release-1.0.0-RC4-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit cbe0e2f1a7f52f6bbe2de2c09cc9108f4e400234 Author: Zoi <[email protected]> AuthorDate: Sat Jan 18 18:47:34 2025 +0100 update versions --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5f47ee7c..19dd998b 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.wayang</groupId> <artifactId>wayang</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-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>2025-01-17T18:21:32Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-01-18T17:45:45Z</project.build.outputTimestamp> <scala.version>2.12.12</scala.version> <scala.mayor.version>2.12</scala.mayor.version> @@ -159,7 +159,7 @@ <dependency> <groupId>org.apache.wayang</groupId> <artifactId>wayang-resources</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <type>zip</type> <optional>true</optional> </dependency>
