You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2020/07/24 07:35:23 UTC

[maven-shared-utils] branch master updated: Bump version to 3.3.1 in preparation for release. In 2017 a release attempt was made for version 3.3.0, but it was later revoked.

This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new d1acca0  Bump version to 3.3.1 in preparation for release. In 2017 a release attempt was made for version 3.3.0, but it was later revoked.
d1acca0 is described below

commit d1acca0bfaa7eda578f522f8d7851af074dbaa1c
Author: Dennis Lundberg <de...@apache.org>
AuthorDate: Fri Jul 24 09:35:11 2020 +0200

    Bump version to 3.3.1 in preparation for release.
    In 2017 a release attempt was made for version 3.3.0, but it was later revoked.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c348c54..32f2d65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-shared-utils</artifactId>
-  <version>3.3.0-SNAPSHOT</version>
+  <version>3.3.1-SNAPSHOT</version>
 
   <name>Apache Maven Shared Utils</name>
   <description>Shared utilities for use by Maven core and plugins</description>