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 2019/07/20 15:28:30 UTC

[commons-codec] branch release created (now 20dc3ec)

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-codec.git.


      at 20dc3ec  Prepare for the next release.

This branch includes the following new commits:

     new 20dc3ec  Prepare for the next release.

The 1 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.



[commons-codec] 01/01: Prepare for the next release.

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-codec.git

commit 20dc3ec2c6b41f9412ecf4a1cbe9bba10e1498ed
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 20 11:28:21 2019 -0400

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

diff --git a/pom.xml b/pom.xml
index 6970ec7..b553b16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@ limitations under the License.
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>1.12</commons.bc.version>
-    <commons.rc.version>RC3</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.release-plugin.version>1.5</commons.release-plugin.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>