You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2022/07/29 15:29:14 UTC

[cayenne] branch master updated: Move gpg-plugin version to the pluginManagement as the rest plugins

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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e1d528ad Move gpg-plugin version to the pluginManagement as the rest plugins
1e1d528ad is described below

commit 1e1d528ad773378714c985d2d0c801f3a0082e3b
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Fri Jul 29 18:29:07 2022 +0300

    Move gpg-plugin version to the pluginManagement as the rest plugins
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bcd1f1109..4db0e91a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -757,6 +757,11 @@
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>3.2.2</version>
                 </plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-gpg-plugin</artifactId>
+					<version>3.0.1</version>
+				</plugin>
             </plugins>
 		</pluginManagement>
 
@@ -883,7 +888,6 @@
 					<plugin>
 						<groupId>org.apache.maven.plugins</groupId>
 						<artifactId>maven-gpg-plugin</artifactId>
-						<version>3.0.1</version>
 						<executions>
 							<execution>
 								<id>sign-artifacts</id>