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 d8c099f6f7982df8488f12b2256942bef1800f2a
Author: Glaucia <[email protected]>
AuthorDate: Sun Jun 25 12:43:02 2023 +0100

    fix pom file
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index ea9f108b..4abeae92 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.6.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache Wayang (incubating)</name>
@@ -175,7 +175,7 @@
                 <dependency>
                     <groupId>org.apache.wayang</groupId>
                     <artifactId>wayang-resources</artifactId>
-                    <version>0.7.0-SNAPSHOT</version>
+                    <version>0.6.1-SNAPSHOT</version>
                     <type>zip</type>
                     <optional>true</optional>
                 </dependency>
@@ -1498,11 +1498,11 @@
                     <releaseProfiles>apache-release</releaseProfiles>
                     <!--<pushChanges>false</pushChanges>-->
                     <!--<dryRun>true</dryRun>-->
-                    <releaseVersion>0.7.0</releaseVersion>
+                    <releaseVersion>0.6.0</releaseVersion>
                     <updateWorkingCopyVersions>true</updateWorkingCopyVersions>
                     <updateDependencies>true</updateDependencies>
-                    <tag>wayang-0.7.0</tag>
-                    <scmReleaseCommitComment>@{prefix} prepare release 
0.7.0</scmReleaseCommitComment>
+                    <tag>wayang-0.6.0</tag>
+                    <scmReleaseCommitComment>@{prefix} prepare release 
0.6.0</scmReleaseCommitComment>
                     
<tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat>
                     <tagNameFormat>v${project.version}</tagNameFormat>
                 </configuration>
@@ -1521,4 +1521,4 @@
         <module>wayang-benchmark</module>
         <module>wayang-assembly</module>
     </modules>
-</project>
+</project>
\ No newline at end of file

Reply via email to