Skip to content

Commit

Permalink
fix(abg): use correct coordinates in generated POM file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Oct 27, 2024
1 parent 37ad070 commit 0db61bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal fun ActionCoords.buildPomFile() =
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>$owner</groupId>
<artifactId>$fullName</artifactId>
<artifactId>$mavenName</artifactId>
<version>$version</version>
<name>$fullName</name>
<description>Auto-generated binding for $prettyPrint.</description>
Expand Down

0 comments on commit 0db61bc

Please sign in to comment.