This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to branch rel/0.7.1 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 87522c0c77f74bdf85d6c055a32878cada87b43d Author: Glaucia <[email protected]> AuthorDate: Wed Aug 23 22:04:07 2023 +0100 creating the filename with correct sentence] --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 89411f6d..e6ccf4ef 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,11 @@ <version>0.7.1-SNAPSHOT</version> <packaging>pom</packaging> + <packaging>jar</packaging> + <build> + <finalName>apache-${project.artifactId}-${project.version}-incubating</finalName> + </build> + <name>Apache Wayang (incubating)</name> <description> Apache Wayang (incubating) is a tool to build platform-agnostic data processing apps and have them both optimized for and
