This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git
The following commit(s) were added to refs/heads/master by this push:
new 637f9ed [maven-release-plugin] prepare release
maven-common-artifact-filters-3.2.0
637f9ed is described below
commit 637f9ed8f389481eac0e590effb0267e9186c269
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Feb 14 01:03:44 2021 +0100
[maven-release-plugin] prepare release maven-common-artifact-filters-3.2.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 743f8f8..2d20ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-common-artifact-filters</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<name>Apache Maven Common Artifact Filters</name>
<description>A collection of ready-made filters to control
inclusion/exclusion of artifacts during dependency resolution.</description>
@@ -37,7 +37,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</developerConnection>
<url>https://github.com/apache/maven-common-artifact-filters/tree/${project.scm.tag}</url>
- <tag>HEAD</tag>
+ <tag>maven-common-artifact-filters-3.2.0</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -60,7 +60,7 @@
<aether.version>0.9.0.M2</aether.version>
<surefire.version>2.22.2</surefire.version>
<checkstyle.violation.ignore>MethodLength</checkstyle.violation.ignore>
-
<project.build.outputTimestamp>2021-01-23T01:12:59Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2021-02-14T00:03:03Z</project.build.outputTimestamp>
</properties>
<build>