Skip to content

Commit 12881c5

Browse files
Update pom.xml
1 parent fbe2a2c commit 12881c5

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

pom.xml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
5-
<groupId>MeshLibCoreClean2022</groupId>
6-
<artifactId>MeshLibCoreClean2022</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
8-
<build>
9-
<sourceDirectory>src/main/java</sourceDirectory>
10-
<testSourceDirectory>src/test/java</testSourceDirectory>
11-
<plugins>
12-
<plugin>
13-
<artifactId>maven-compiler-plugin</artifactId>
14-
<version>3.8.1</version>
15-
<configuration>
16-
<release>15</release>
17-
</configuration>
18-
</plugin>
19-
</plugins>
20-
</build>
21-
<distributionManagement>
22-
<repository>
23-
<id>github</id>
24-
<name>GitHub ArtifactForms Apache Maven Packages</name>
25-
<url>https://maven.pkg.github.com/ArtifactForms/MeshLibCore</url>
26-
</repository>
27-
</distributionManagement>
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>MeshLibCoreClean2022</groupId>
6+
<artifactId>MeshLibCoreClean2022</artifactId>
7+
<version>0.0.1-SNAPSHOT</version>
8+
<build>
9+
<sourceDirectory>src/main/java</sourceDirectory>
10+
<testSourceDirectory>src/test/java</testSourceDirectory>
11+
<plugins>
12+
<plugin>
13+
<artifactId>maven-compiler-plugin</artifactId>
14+
<version>3.8.1</version>
15+
<configuration>
16+
<release>15</release>
17+
</configuration>
18+
</plugin>
19+
</plugins>
20+
</build>
21+
<distributionManagement>
22+
<repository>
23+
<id>github</id>
24+
<name>GitHub ArtifactForms Apache Maven Packages</name>
25+
<url>https://maven.pkg.github.com/ArtifactForms/MeshLibCore</url>
26+
</repository>
27+
</distributionManagement>
2828

29-
<dependencies>
30-
<dependency>
31-
<groupId>org.junit.jupiter</groupId>
32-
<artifactId>junit-jupiter-engine</artifactId>
33-
<version>5.2.0</version>
34-
<scope>test</scope>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.junit.platform</groupId>
38-
<artifactId>junit-platform-runner</artifactId>
39-
<version>1.2.0</version>
40-
<scope>test</scope>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.junit.jupiter</groupId>
44-
<artifactId>junit-jupiter-api</artifactId>
45-
<version>5.9.1</version>
46-
<scope>test</scope>
47-
</dependency>
48-
<dependency>
49-
<groupId>org.jacoco</groupId>
50-
<artifactId>jacoco-maven-plugin</artifactId>
51-
<version>0.8.10</version>
52-
</dependency>
53-
</dependencies>
29+
<dependencies>
30+
<dependency>
31+
<groupId>org.junit.jupiter</groupId>
32+
<artifactId>junit-jupiter-engine</artifactId>
33+
<version>5.2.0</version>
34+
<scope>test</scope>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.junit.platform</groupId>
38+
<artifactId>junit-platform-runner</artifactId>
39+
<version>1.2.0</version>
40+
<scope>test</scope>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.junit.jupiter</groupId>
44+
<artifactId>junit-jupiter-api</artifactId>
45+
<version>5.9.1</version>
46+
<scope>test</scope>
47+
</dependency>
48+
<dependency>
49+
<groupId>org.jacoco</groupId>
50+
<artifactId>jacoco-maven-plugin</artifactId>
51+
<version>0.8.10</version>
52+
</dependency>
53+
</dependencies>
5454
</project>

0 commit comments

Comments
 (0)