This is an automated email from the ASF dual-hosted git repository.
aloalt pushed a commit to branch rel/0.7.1
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/rel/0.7.1 by this push:
new 097d5446 Update pom.xml
097d5446 is described below
commit 097d54463216b29362dca9c5e70f37202e120e7e
Author: Alexander Alten <[email protected]>
AuthorDate: Thu Aug 24 08:19:24 2023 +0200
Update pom.xml
added finalName
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6236a95d..10edb876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,13 +175,14 @@
<dependency>
<groupId>org.apache.wayang</groupId>
<artifactId>wayang-resources</artifactId>
- <version>0.7.0</version>
+ <version>0.7.1</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependencies>
<build>
+
<finalName>apache-wayang-0.7.1-incubating-source-release</finalName>
<plugins>
<!-- Configures JavaDoc generation. -->
<plugin>
@@ -1525,4 +1526,4 @@
<module>wayang-assembly</module>
<!-- <module>wayang-docs</module> -->
</modules>
-</project>
\ No newline at end of file
+</project>