You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/03/02 10:35:44 UTC

[incubator-streampipes] branch rel/0.69.0 updated: [hotfix] Update maven release configurations

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch rel/0.69.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/rel/0.69.0 by this push:
     new 967d31e  [hotfix] Update maven release configurations
967d31e is described below

commit 967d31eb13d651f2353a5ce83abe4744f769920e
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Mar 2 11:29:56 2022 +0100

    [hotfix] Update maven release configurations
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2576020..724c0db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -992,6 +992,7 @@ IoT data streams.
 							<groupId>net.nicoulaj.maven.plugins</groupId>
 							<artifactId>checksum-maven-plugin</artifactId>
 							<version>1.11</version>
+							<inherited>false</inherited>
 							<executions>
 								<execution>
 									<goals>
@@ -1094,9 +1095,8 @@ IoT data streams.
 					<artifactId>maven-release-plugin</artifactId>
 					<version>3.0.0-M5</version>
 					<configuration>
-						<arguments>-Papache-release</arguments>
 						<useReleaseProfile>true</useReleaseProfile>
-						<goals>deploy</goals>
+						<autoVersionSubmodules>true</autoVersionSubmodules>
 						<releaseProfiles>apache-release</releaseProfiles>
 					</configuration>
 				</plugin>