Skip to content

Commit

Permalink
[maven-release-plugin] prepare release hello-0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 23, 2024
1 parent 097dbe2 commit 6f19320
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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.2-SNAPSHOT</version>
<version>0.0.2</version>
<name>hello</name>
<description>A hello world app for testing.</description>
<url>https://github.com/gdcc/hello</url>
Expand All @@ -25,6 +25,7 @@
<scm>
<developerConnection>scm:git:git@github.com:gdcc/hello.git</developerConnection>
<url>https://github.com/gdcc/hello</url>
<tag>hello-0.0.2</tag>
</scm>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -111,8 +112,8 @@
<version>${spotless.version}</version>
<configuration>
<java>
<importOrder></importOrder>
<removeUnusedImports></removeUnusedImports>
<importOrder />
<removeUnusedImports />
<googleJavaFormat>
<version>1.15.0</version>
<style>AOSP</style>
Expand All @@ -123,7 +124,7 @@
<includes>
<include>pom.xml</include>
</includes>
<sortPom></sortPom>
<sortPom />
</pom>
</configuration>
</plugin>
Expand Down

0 comments on commit 6f19320

Please sign in to comment.