This is an automated email from the ASF dual-hosted git repository. sjaranowski 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 6c72421 [maven-release-plugin] prepare for next development iteration 6c72421 is described below commit 6c7242159031dd72f36bcc15f76f86b4faee70b4 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Mon Sep 12 21:17:26 2022 +0200 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3681ed4..ad7b6a0 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>maven-common-artifact-filters</artifactId> - <version>3.3.2</version> + <version>3.3.3-SNAPSHOT</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>maven-common-artifact-filters-3.3.2</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>jira</system> @@ -59,7 +59,7 @@ <javaVersion>8</javaVersion> <resolver.version>1.6.3</resolver.version> <checkstyle.violation.ignore>MethodLength</checkstyle.violation.ignore> - <project.build.outputTimestamp>2022-09-12T19:17:10Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-09-12T19:17:26Z</project.build.outputTimestamp> </properties> <dependencies>