Skip to content

Commit 6c72421

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 31e20e5 commit 6c72421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929

3030
<artifactId>maven-common-artifact-filters</artifactId>
31-
<version>3.3.2</version>
31+
<version>3.3.3-SNAPSHOT</version>
3232

3333
<name>Apache Maven Common Artifact Filters</name>
3434
<description>A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.</description>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</connection>
3838
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</developerConnection>
3939
<url>https://github.com/apache/maven-common-artifact-filters/tree/${project.scm.tag}</url>
40-
<tag>maven-common-artifact-filters-3.3.2</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242
<issueManagement>
4343
<system>jira</system>
@@ -59,7 +59,7 @@
5959
<javaVersion>8</javaVersion>
6060
<resolver.version>1.6.3</resolver.version>
6161
<checkstyle.violation.ignore>MethodLength</checkstyle.violation.ignore>
62-
<project.build.outputTimestamp>2022-09-12T19:17:10Z</project.build.outputTimestamp>
62+
<project.build.outputTimestamp>2022-09-12T19:17:26Z</project.build.outputTimestamp>
6363
</properties>
6464

6565
<dependencies>

0 commit comments

Comments
 (0)