You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/01/11 00:52:17 UTC

commons-release-plugin git commit: (chore) add commons-build-plugin

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 827a19da1 -> cbd34fb8c


(chore) add commons-build-plugin


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/cbd34fb8
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/cbd34fb8
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/cbd34fb8

Branch: refs/heads/master
Commit: cbd34fb8c755e11a2037978c00907ffe454e596e
Parents: 827a19d
Author: Rob Tompkins <ch...@apache.org>
Authored: Wed Jan 10 19:52:11 2018 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Wed Jan 10 19:52:11 2018 -0500

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/cbd34fb8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e4bc652..355776a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,6 +198,11 @@
         </pluginManagement>
         <plugins>
             <plugin>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-build-plugin</artifactId>
+                <version>1.7</version>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>${commons.javadoc.version}</version>