We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52919f6 commit 1e00080Copy full SHA for 1e00080
maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt
@@ -12,7 +12,7 @@ internal fun ActionCoords.buildPomFile() =
12
<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">
13
<modelVersion>4.0.0</modelVersion>
14
<groupId>$owner</groupId>
15
- <artifactId>$fullName</artifactId>
+ <artifactId>$mavenName</artifactId>
16
<version>$version</version>
17
<name>$fullName</name>
18
<description>Auto-generated binding for $prettyPrint.</description>
0 commit comments