@@ -28,7 +28,7 @@ under the License.
28
28
</parent >
29
29
30
30
<artifactId >maven-checkstyle-plugin</artifactId >
31
- <version >3.3.1-SNAPSHOT </version >
31
+ <version >3.3.1</version >
32
32
<packaging >maven-plugin</packaging >
33
33
34
34
<name >Apache Maven Checkstyle Plugin</name >
@@ -54,7 +54,7 @@ under the License.
54
54
<scm >
55
55
<connection >scm:git:https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</connection >
56
56
<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 >
58
58
<url >https://github.com/apache/maven-checkstyle-plugin/tree/${project.scm.tag} </url >
59
59
</scm >
60
60
<issueManagement >
@@ -81,7 +81,7 @@ under the License.
81
81
<doxiaSitetoolsVersion >1.11.1</doxiaSitetoolsVersion >
82
82
<sitePluginVersion >3.12.1</sitePluginVersion >
83
83
<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>
85
85
</properties >
86
86
87
87
<dependencies >
@@ -285,6 +285,7 @@ under the License.
285
285
<exclude >src/it/MCHECKSTYLE-225-customHeader/build-tools/src/main/resources/test/custom-header.txt</exclude >
286
286
<exclude >src/it/MCHECKSTYLE-225-pluginManagement/build-tools/src/main/resources/test/custom-header.txt</exclude >
287
287
<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 >
288
289
</excludes >
289
290
</configuration >
290
291
</plugin >
0 commit comments