You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/25 15:14:24 UTC

[commons-build-plugin] branch release updated (0117f62 -> 6c99abd)

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

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


    from 0117f62  maven-plugin-plugin 3.9.0 blows up, go back to 3.8.2
     new 37788bd  Update POM version for Apache Commons Build Plugin Maven Mojo release 1.13
     new 6c99abd  Prepare release candidate

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[commons-build-plugin] 01/02: Update POM version for Apache Commons Build Plugin Maven Mojo release 1.13

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 37788bd46febb94244112a4430d3a07f7135da32
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 25 11:03:12 2023 -0400

    Update POM version for Apache Commons Build Plugin Maven Mojo release 1.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91c7e5d..7455743 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.13-SNAPSHOT</version>
+  <version>1.13</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.


[commons-build-plugin] 02/02: Prepare release candidate

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6c99abd8ae378dcfa4154b0ff1787de6b4bff968
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 25 11:13:49 2023 -0400

    Prepare release candidate
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7455743..f80c26b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@
     <commons.bc.version>1.12</commons.bc.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.site.path}</commons.distSvnStagingUrl>
+    <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>