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 2020/09/03 00:50:15 UTC

[commons-crypto] branch master updated (c0e2028 -> 446a69d)

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


    from c0e2028  Prepare for 1.1.0 RC1.
     add 3b2561b  Update POM version numbers for Apache release 1.1.0
     new 446a69d  Bump to next development version

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.


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


[commons-crypto] 01/01: Bump to next development version

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

commit 446a69d9f828adeb9d79d4f64bf5e9a22daa45a3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 2 20:47:30 2020 -0400

    Bump to next development version
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e250716..3be4116 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
 
   <artifactId>commons-crypto</artifactId>
-  <version>1.1.0</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Commons Crypto</name>
@@ -144,6 +144,7 @@ The following provides more details on the included cryptographic software:
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
 
     <commons.pmd.version>3.13.0</commons.pmd.version>
+    <commons.javadoc.version>3.2.0</commons.javadoc.version>
     <japicmp.skip>false</japicmp.skip>
     <commons.japicmp.version>0.14.3</commons.japicmp.version>