Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 6, 2024
1 parent 7068323 commit 51fa575
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.8.0-SNAPSHOT</version>
<version>4.8.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:[email protected]:uhafner/codingstyle.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.8.0</tag>
<url>https://github.com/uhafner/codingstyle</url>
</scm>
<distributionManagement>
Expand Down Expand Up @@ -719,7 +719,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 51fa575

Please sign in to comment.