Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Oct 21, 2023
1 parent 47b8ec6 commit 88262c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 88262c5

Please sign in to comment.