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/01/21 13:29:15 UTC

[commons-crypto] branch master updated (50383d3 -> d15b4f1)

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 50383d3  += .asf.yaml
     add c0b105f  Update POM version numbers for Apache release 1.2.0
     add d1ca10a  Pickup SpotBugs version from parent
     add cdf7c0d  Fix typos
     add 9493786  POM project name should contain "Apache" prefix
     new 69a5ede  Merge remote-tracking branch 'origin/release'
     new d15b4f1  Reset version to SNAPSHOT after merge from release branch

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:
 RELEASE-NOTES.txt            | 6 +++---
 pom.xml                      | 1 -
 src/changes/release-notes.vm | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)


[commons-crypto] 01/02: Merge remote-tracking branch 'origin/release'

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 69a5ede55305038c7c09bf4bf5efa8b109eb13d3
Merge: 50383d3 9493786
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 21 08:26:03 2023 -0500

    Merge remote-tracking branch 'origin/release'

 RELEASE-NOTES.txt            | 6 +++---
 pom.xml                      | 3 +--
 src/changes/release-notes.vm | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)


[commons-crypto] 02/02: Reset version to SNAPSHOT after merge from release branch

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 d15b4f18cca4851b105937c88435b25daab1c449
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 21 08:27:08 2023 -0500

    Reset version to SNAPSHOT after merge from release branch
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6dd2755..284127e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
 
   <artifactId>commons-crypto</artifactId>
-  <version>1.2.0</version>
+  <version>1.2.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Commons Crypto</name>