Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 6, 2024
1 parent 40735df commit b3cbd7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>
<packaging>pom</packaging>

<name>Java coding style POM</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
<scm>
<connection>scm:git:https://github.com/uhafner/codingstyle-pom.git</connection>
<developerConnection>scm:git:git@github.com:uhafner/codingstyle-pom.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.7.0</tag>
<url>https://github.com/uhafner/codingstyle-pom</url>
</scm>
<distributionManagement>
Expand Down Expand Up @@ -884,7 +884,7 @@
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<configLocation>checkstyle-tests-configuration.xml</configLocation>
<outputFile>${project.build.directory}/checkstyle-tests/checkstyle-result.xml</outputFile>
<sourceDirectories></sourceDirectories>
<sourceDirectories />
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit b3cbd7a

Please sign in to comment.