You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/08/01 09:06:54 UTC

[commons-imaging] branch master updated (890bd71 -> c29c1af)

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

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


    from 890bd71  GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0.
     new 7ad4fcc  Set commons.rc.version back to RC1, preparing for alpha2
     new c29c1af  Define commons.bc.version

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-imaging] 01/02: Set commons.rc.version back to RC1, preparing for alpha2

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

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

commit 7ad4fccebe53471f8dd0a180977473edc0b0f922
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Sat Aug 1 20:48:58 2020 +1200

    Set commons.rc.version back to RC1, preparing for alpha2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6ca6664..50da89c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
 
     <!-- Commons Release Plugin -->
     <!-- commons.bc.version>0.97</commons.bc.version -->
-    <commons.rc.version>RC3</commons.rc.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/imaging</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Bruno P. Kinoshita</commons.releaseManagerName>


[commons-imaging] 02/02: Define commons.bc.version

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

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

commit c29c1af32c9840acb3d266aa6e544d238d420b7d
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Sat Aug 1 20:49:20 2020 +1200

    Define commons.bc.version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50da89c..2f67060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
 
     <!-- Commons Release Plugin -->
-    <!-- commons.bc.version>0.97</commons.bc.version -->
+    <commons.bc.version>1.0-alpha1</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/imaging</commons.distSvnStagingUrl>