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/14 22:16:21 UTC

[commons-crypto] branch release updated (9f85cf7 -> d1ca10a)

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


    from 9f85cf7  Fix typo
     new c0b105f  Update POM version numbers for Apache release 1.2.0
     new d1ca10a  Pickup SpotBugs version from parent

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:
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


[commons-crypto] 01/02: Update POM version numbers for Apache release 1.2.0

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

commit c0b105fba2377dc73e92b792cb8e8896534e1f07
Author: Gary Gregory <ga...@gmail.com>
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>


[commons-crypto] 02/02: Pickup SpotBugs version from parent

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

commit d1ca10a92a61257ac225c6c1f8881af0aef91309
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 14 17:00:51 2023 -0500

    Pickup SpotBugs version from parent
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a1ca83..6dd2755 100644
--- a/pom.xml
+++ b/pom.xml
@@ -649,7 +649,6 @@ The following provides more details on the included cryptographic software:
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${commons.spotbugs.version}</version>
         <configuration>
           <excludeFilterFile>${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>