Skip to content

Commit 1e00080

Browse files
committed
fix(abg): use correct coordinates in generated POM file
1 parent 52919f6 commit 1e00080

File tree

1 file changed

+1
-1
lines changed
  • maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding

1 file changed

+1
-1
lines changed

maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal fun ActionCoords.buildPomFile() =
1212
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1313
<modelVersion>4.0.0</modelVersion>
1414
<groupId>$owner</groupId>
15-
<artifactId>$fullName</artifactId>
15+
<artifactId>$mavenName</artifactId>
1616
<version>$version</version>
1717
<name>$fullName</name>
1818
<description>Auto-generated binding for $prettyPrint.</description>

0 commit comments

Comments
 (0)