Skip to content

Commit aaf457e

Browse files
committed
fix(server): fix model version in generated POM
1 parent 95956f2 commit aaf457e

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
@@ -11,7 +11,7 @@ internal fun buildPomFile(
1111
return """
1212
<?xml version="1.0" encoding="UTF-8"?>
1313
<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">
14-
<modelVersion>3.0/0</modelVersion>
14+
<modelVersion>4.0.0</modelVersion>
1515
<groupId>$owner</groupId>
1616
<artifactId>$name</artifactId>
1717
<version>$version</version>

0 commit comments

Comments
 (0)