Skip to content

Commit c9b13d8

Browse files
committed
Fix parent of Gradle plugin marker artifact's pom
See gh-321
1 parent d0da890 commit c9b13d8

File tree

1 file changed

+1
-1
lines changed
  • spring-javaformat-gradle/io.spring.javaformat.gradle.plugin

1 file changed

+1
-1
lines changed

spring-javaformat-gradle/io.spring.javaformat.gradle.plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>io.spring.javaformat</groupId>
7-
<artifactId>spring-javaformat-build</artifactId>
7+
<artifactId>spring-javaformat-gradle</artifactId>
88
<version>0.0.32-SNAPSHOT</version>
99
</parent>
1010
<groupId>io.spring.javaformat</groupId>

0 commit comments

Comments
 (0)