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 Apr 29, 2024
1 parent df5e953 commit d79313d
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</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>
<packaging>jar</packaging>

<name>Java coding style</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<scm>
<connection>scm:git:https://github.com/uhafner/codingstyle.git</connection>
<developerConnection>scm:git:git@github.com:uhafner/codingstyle.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.7.0</tag>
<url>https://github.com/uhafner/codingstyle</url>
</scm>
<distributionManagement>
Expand Down Expand Up @@ -653,7 +653,7 @@
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<configLocation>etc/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 d79313d

Please sign in to comment.