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 3b388ea2520a2c156a17f3ce1341e59c95a023f3 Author: Glaucia <[email protected]> AuthorDate: Wed Aug 23 22:08:19 2023 +0100 adding final name to build tag --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e6ccf4ef..653227a5 100644 --- a/pom.xml +++ b/pom.xml @@ -31,11 +31,6 @@ <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 @@ -1003,7 +998,7 @@ </dependencies> <build> - + <finalName>apache-${project.artifactId}-${project.version}-incubating</finalName> <!-- Default versioned declarations of managed plugins to be overridden when the distribute profile is active.
