You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/17 21:43:23 UTC

[commons-parent] branch master updated: ensure release-plugin can be found

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b2f9bd4  ensure release-plugin can be found
b2f9bd4 is described below

commit b2f9bd4ca43b13067b85819f9e8c718a11c31cac
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 17 22:43:15 2020 +0100

    ensure release-plugin can be found
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 834b98e..94c6468 100644
--- a/pom.xml
+++ b/pom.xml
@@ -608,6 +608,11 @@
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-release-plugin</artifactId>
+          <version>${commons.release-plugin.version}</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <version>${commons.felix.version}</version>
@@ -1490,7 +1495,6 @@
           <plugin>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-release-plugin</artifactId>
-            <version>${commons.release-plugin.version}</version>
             <executions>
               <execution>
                 <id>clean-staging</id>