Skip to content

Commit 56765b8

Browse files
committed
Remove Parent POM from API POM
Otherwise we would need to publish the parent on maven central as well
1 parent ba09888 commit 56765b8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

liquidjava-api/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>liquidjava</groupId>
8-
<artifactId>liquidjava-umbrella</artifactId>
9-
<version>1.0</version>
10-
</parent>
11-
126
<groupId>io.github.rcosta358</groupId>
137
<artifactId>liquidjava-api</artifactId>
14-
<version>0.0.2</version>
8+
<version>0.0.3</version>
159
<name>liquidjava-api</name>
1610
<description>LiquidJava API</description>
1711
<url>https://github.com/CatarinaGamboa/liquidjava</url>
@@ -150,6 +144,7 @@
150144
</distributionManagement>
151145

152146
<properties>
147+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
153148
<javaVersion>20</javaVersion>
154149
<maven.compiler.source>20</maven.compiler.source>
155150
<maven.compiler.target>20</maven.compiler.target>

0 commit comments

Comments
 (0)