Skip to content

Commit

Permalink
fix(server): fix model version in generated POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Aug 19, 2024
1 parent 71f4f1e commit 015701a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal fun buildPomFile(
return """
<?xml version="1.0" encoding="UTF-8"?>
<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>3.0/0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<groupId>$owner</groupId>
<artifactId>$name</artifactId>
<version>$version</version>
Expand Down

0 comments on commit 015701a

Please sign in to comment.