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/09/02 16:06:24 UTC

[commons-logging] branch master updated (b9464ac -> a8cb699)

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

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


    from b9464ac  Fix Maven jar plugin invocation
     new e3923d5  Update release versions
     new a8cb699  Remove duplicate property

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 | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


[commons-logging] 02/02: Remove duplicate property

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

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

commit a8cb6995dc73d27b4fb154e46f0d4d57990d9cc3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 2 12:06:20 2023 -0400

    Remove duplicate property
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ef426a..0e8ab61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,12 +551,11 @@ under the License.
     <commons.module.name>org.apache.commons.logging</commons.module.name>
     <commons.release.version>1.3.0</commons.release.version>
     <commons.bc.version>1.2</commons.bc.version>
-    <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.jira.id>LOGGING</commons.jira.id>
     <commons.jira.pid>12310484</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <skipSurefireReport>true</skipSurefireReport>
     <!-- Allow default test run order to be changed -->
     <failsafe.runorder>filesystem</failsafe.runorder>


[commons-logging] 01/02: Update release versions

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

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

commit e3923d5d59b4dfa4dd45f077412c7fc06d185453
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 2 12:06:10 2023 -0400

    Update release versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f0a9a8a..0ef426a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,8 +549,8 @@ under the License.
     <maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target>
     <commons.componentid>logging</commons.componentid>
     <commons.module.name>org.apache.commons.logging</commons.module.name>
-    <commons.release.version>1.2</commons.release.version>
-    <commons.bc.version>1.1.3</commons.bc.version>
+    <commons.release.version>1.3.0</commons.release.version>
+    <commons.bc.version>1.2</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.jira.id>LOGGING</commons.jira.id>