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 2019/02/26 12:21:50 UTC

[commons-build-plugin] branch 1.10 updated: (update) pom changes for 1.10

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

chtompki pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new 013cc18  (update) pom changes for 1.10
013cc18 is described below

commit 013cc18b4c99404c8b602dea070cefb174af5de4
Author: Rob Tompkins <ch...@apache.org>
AuthorDate: Tue Feb 26 07:20:49 2019 -0500

    (update) pom changes for 1.10
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 53d328d..1144caf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.10-SNAPSHOT</version>
+  <version>1.10</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.
@@ -214,8 +214,8 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.8</commons.bc.version>
-    <commons.release.version>1.9</commons.release.version>
+    <commons.bc.version>1.9</commons.bc.version>
+    <commons.release.version>1.10</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>