You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/07/17 16:56:53 UTC

[maven-common-artifact-filters] branch master updated: [maven-release-plugin] prepare release maven-common-artifact-filters-3.3.1

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

cstamas 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 b244fd9  [maven-release-plugin] prepare release maven-common-artifact-filters-3.3.1
b244fd9 is described below

commit b244fd9e0e7e84ee0e2e3ba3402f5ba654b5becd
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sun Jul 17 18:56:41 2022 +0200

    [maven-release-plugin] prepare release maven-common-artifact-filters-3.3.1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 396cd5e..3de8117 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-common-artifact-filters</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.3.1</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.3.1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -60,7 +60,7 @@
     <resolver.version>1.6.3</resolver.version>
     <surefire.version>2.22.2</surefire.version>
     <checkstyle.violation.ignore>MethodLength</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2022-06-11T13:26:28Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-17T16:56:36Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>