Skip to content

Commit

Permalink
Fix parent of Gradle plugin marker artifact's pom
Browse files Browse the repository at this point in the history
See gh-321
  • Loading branch information
wilkinsona committed May 24, 2022
1 parent d0da890 commit c9b13d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-build</artifactId>
<artifactId>spring-javaformat-gradle</artifactId>
<version>0.0.32-SNAPSHOT</version>
</parent>
<groupId>io.spring.javaformat</groupId>
Expand Down

0 comments on commit c9b13d8

Please sign in to comment.