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:17 UTC

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

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>