Skip to content

Commit fd27331

Browse files
committed
Updated pom.xml
1 parent 44fa5c2 commit fd27331

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

pom.xml

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
<groupId>JavaUtils</groupId>
4-
<artifactId>javautils</artifactId>
5-
<version>0.4.0-SNAPSHOT</version>
6-
<name>JavaUtils</name>
7-
<build>
8-
<sourceDirectory>src</sourceDirectory>
9-
<plugins>
10-
<plugin>
11-
<artifactId>maven-compiler-plugin</artifactId>
12-
<version>3.8.1</version>
13-
<configuration>
14-
<release>8</release>
15-
</configuration>
16-
</plugin>
17-
</plugins>
18-
</build>
19-
<distributionManagement>
20-
<repository>
21-
<id>github</id>
22-
<name>GitHub Der-Zauberer Apache Maven Packages</name>
23-
<url>https://maven.pkg.github.com/Der-Zauberer/JavaUtils</url>
24-
<snapshots>
25-
<enabled>true</enabled>
26-
</snapshots>
27-
</repository>
28-
</distributionManagement>
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>JavaUtils</groupId>
4+
<artifactId>javautils</artifactId>
5+
<version>0.5.0-SNAPSHOT</version>
6+
<name>JavaUtils</name>
7+
<build>
8+
<finalName>JavaUtils-${project.version}</finalName>
9+
<sourceDirectory>src</sourceDirectory>
10+
<plugins>
11+
<plugin>
12+
<artifactId>maven-compiler-plugin</artifactId>
13+
<version>3.8.1</version>
14+
<configuration>
15+
<release>8</release>
16+
</configuration>
17+
</plugin>
18+
</plugins>
19+
</build>
20+
<distributionManagement>
21+
<repository>
22+
<id>github</id>
23+
<name>GitHub Der-Zauberer Apache Maven Packages</name>
24+
<url>https://maven.pkg.github.com/Der-Zauberer/JavaUtils</url>
25+
<snapshots>
26+
<enabled>true</enabled>
27+
</snapshots>
28+
</repository>
29+
</distributionManagement>
2930
</project>

0 commit comments

Comments
 (0)