This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 88262c5 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.1 88262c5 is described below commit 88262c550081eaec123ca2a93ac3b225e09ac152 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat Oct 21 12:39:18 2023 +0200 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.1 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 96bcfe4..d6008f7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.1</version> <packaging>maven-plugin</packaging> <name>Apache Maven Checkstyle Plugin</name> @@ -54,7 +54,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</developerConnection> - <tag>maven-checkstyle-plugin-3.3.0</tag> + <tag>maven-checkstyle-plugin-3.3.1</tag> <url>https://github.com/apache/maven-checkstyle-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -81,7 +81,7 @@ under the License. <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion> <sitePluginVersion>3.12.1</sitePluginVersion> <jxrPluginVersion>3.3.0</jxrPluginVersion> - <project.build.outputTimestamp>2023-05-19T13:39:57Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-10-21T10:35:28Z</project.build.outputTimestamp> </properties> <dependencies> @@ -285,6 +285,7 @@ under the License. <exclude>src/it/MCHECKSTYLE-225-customHeader/build-tools/src/main/resources/test/custom-header.txt</exclude> <exclude>src/it/MCHECKSTYLE-225-pluginManagement/build-tools/src/main/resources/test/custom-header.txt</exclude> <exclude>src/it/MCHECKSTYLE-225-LICENSE.txt/build-tools/src/main/resources/LICENSE.txt</exclude> + <exclude>src/test/resources/plugin-configs/target/test-harness/checkstyle/min/checkstyle-checker.xml</exclude> </excludes> </configuration> </plugin>