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 dd1abd9 [maven-release-plugin] prepare release
maven-checkstyle-plugin-3.6.0
dd1abd9 is described below
commit dd1abd9ee7cb1046ece3ae013fa6e68a345c7a32
Author: Michael Osipov <[email protected]>
AuthorDate: Tue Oct 22 17:03:56 2024 +0200
[maven-release-plugin] prepare release maven-checkstyle-plugin-3.6.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c877ed3..fe47daf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.5.1-SNAPSHOT</version>
+ <version>3.6.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.3.1</tag>
+ <tag>maven-checkstyle-plugin-3.6.0</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-08-19T15:41:42Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-10-22T15:03:35Z</project.build.outputTimestamp>
</properties>
<dependencies>