Update pom.xml
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -11,14 +11,18 @@
|
|||||||
<name>dev.jamesallenby.maven-sandbox</name>
|
<name>dev.jamesallenby.maven-sandbox</name>
|
||||||
<description>A simple dev.jamesallenby.maven-sandbox.</description>
|
<description>A simple dev.jamesallenby.maven-sandbox.</description>
|
||||||
<!-- FIXME change it to the project's website -->
|
<!-- FIXME change it to the project's website -->
|
||||||
<url>http://www.example.com</url>
|
<url>https://gitea.jrdn.dev/JamesAllenby/Maven-Sandbox</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>23</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>23</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<developerConnection>scm:git:git@git.jrdn.dev:JamesAllenby/Maven-Sandbox.git</developerConnection>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user