Skip to content

Commit 88262c5

Browse files
committed
[maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.1
1 parent 47b8ec6 commit 88262c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828
</parent>
2929

3030
<artifactId>maven-checkstyle-plugin</artifactId>
31-
<version>3.3.1-SNAPSHOT</version>
31+
<version>3.3.1</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Apache Maven Checkstyle Plugin</name>
@@ -54,7 +54,7 @@ under the License.
5454
<scm>
5555
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</connection>
5656
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</developerConnection>
57-
<tag>maven-checkstyle-plugin-3.3.0</tag>
57+
<tag>maven-checkstyle-plugin-3.3.1</tag>
5858
<url>https://github.com/apache/maven-checkstyle-plugin/tree/${project.scm.tag}</url>
5959
</scm>
6060
<issueManagement>
@@ -81,7 +81,7 @@ under the License.
8181
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
8282
<sitePluginVersion>3.12.1</sitePluginVersion>
8383
<jxrPluginVersion>3.3.0</jxrPluginVersion>
84-
<project.build.outputTimestamp>2023-05-19T13:39:57Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2023-10-21T10:35:28Z</project.build.outputTimestamp>
8585
</properties>
8686

8787
<dependencies>
@@ -285,6 +285,7 @@ under the License.
285285
<exclude>src/it/MCHECKSTYLE-225-customHeader/build-tools/src/main/resources/test/custom-header.txt</exclude>
286286
<exclude>src/it/MCHECKSTYLE-225-pluginManagement/build-tools/src/main/resources/test/custom-header.txt</exclude>
287287
<exclude>src/it/MCHECKSTYLE-225-LICENSE.txt/build-tools/src/main/resources/LICENSE.txt</exclude>
288+
<exclude>src/test/resources/plugin-configs/target/test-harness/checkstyle/min/checkstyle-checker.xml</exclude>
288289
</excludes>
289290
</configuration>
290291
</plugin>

0 commit comments

Comments
 (0)