We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95956f2 commit aaf457eCopy full SHA for aaf457e
maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt
@@ -11,7 +11,7 @@ internal fun buildPomFile(
11
return """
12
<?xml version="1.0" encoding="UTF-8"?>
13
<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>
+ <modelVersion>4.0.0</modelVersion>
15
<groupId>$owner</groupId>
16
<artifactId>$name</artifactId>
17
<version>$version</version>
0 commit comments