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 a7c962a [maven-release-plugin] prepare for next development iteration a7c962a is described below commit a7c962ae77e10c210b51e56e949f9df7223d1e71 Author: Michael Osipov <micha...@apache.org> AuthorDate: Mon Aug 19 17:41:42 2024 +0200 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 62670ee..98d5d7d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.5.0</version> + <version>3.5.1-SNAPSHOT</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.5.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> @@ -82,7 +82,7 @@ under the License. <doxiaSitetoolsVersion>2.0.0-M19</doxiaSitetoolsVersion> <sitePluginVersion>3.20.0</sitePluginVersion> <jxrPluginVersion>3.4.0</jxrPluginVersion> - <project.build.outputTimestamp>2024-08-19T15:41:07Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-08-19T15:41:42Z</project.build.outputTimestamp> </properties> <dependencies>