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 9b34b44 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.0 9b34b44 is described below commit 9b34b4415978855f629015f42d09a0bc549811c7 Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri May 19 15:39:47 2023 +0200 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ec71de0..db61ce4 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.2.3-SNAPSHOT</version> + <version>3.3.0</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.2.2</tag> + <tag>maven-checkstyle-plugin-3.3.0</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-04-18T14:54:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-05-19T13:33:36Z</project.build.outputTimestamp> </properties> <dependencies>