Skip to content

Commit

Permalink
[maven-release-plugin] prepare release hello-0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Aug 8, 2024
1 parent e2221e4 commit 4f0437f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dataverse.test</groupId>
<artifactId>hello</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<name>hello</name>
<description>A hello world app for testing.</description>
<url>https://github.com/gdcc/hello</url>
Expand All @@ -24,7 +24,7 @@
</developers>
<scm>
<developerConnection>scm:git:git@github.com:gdcc/hello.git</developerConnection>
<tag>HEAD</tag>
<tag>hello-0.0.3</tag>
<url>https://github.com/gdcc/hello</url>
</scm>
<distributionManagement>
Expand Down Expand Up @@ -106,8 +106,8 @@
<version>${spotless.version}</version>
<configuration>
<java>
<importOrder></importOrder>
<removeUnusedImports></removeUnusedImports>
<importOrder />
<removeUnusedImports />
<googleJavaFormat>
<version>1.15.0</version>
<style>AOSP</style>
Expand All @@ -118,7 +118,7 @@
<includes>
<include>pom.xml</include>
</includes>
<sortPom></sortPom>
<sortPom />
</pom>
</configuration>
</plugin>
Expand Down

0 comments on commit 4f0437f

Please sign in to comment.