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 3c115ff [maven-release-plugin] prepare for next development iteration 3c115ff is described below commit 3c115ff7ef261a0138c1b305eabbd9feb75647e5 Author: Michael Osipov <micha...@apache.org> AuthorDate: Tue Oct 22 17:04:06 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 fe47daf..429555b 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.6.0</version> + <version>3.6.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.6.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</doxiaSitetoolsVersion> <sitePluginVersion>3.20.0</sitePluginVersion> <jxrPluginVersion>3.5.0</jxrPluginVersion> - <project.build.outputTimestamp>2024-10-22T15:03:35Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-22T15:04:06Z</project.build.outputTimestamp> </properties> <dependencies>