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-crypto.git
commit c0b105fba2377dc73e92b792cb8e8896534e1f07 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jan 14 16:54:16 2023 -0500 Update POM version numbers for Apache release 1.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 221e7a9..6a1ca83 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ </parent> <artifactId>commons-crypto</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>jar</packaging> <name>Apache Commons Crypto</name>
