File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments