Skip to content

Commit e339976

Browse files
committed
revert pom ......
1 parent 2efd006 commit e339976

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

pom.xml

+30-30
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<modelVersion>4.0.0</modelVersion>
5+
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.optimusprime.katamino</groupId>
8-
<artifactId>Katamino</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<groupId>com.optimusprime.katamino</groupId>
8+
<artifactId>Katamino</artifactId>
9+
<version>1.0-SNAPSHOT</version>
1010

11-
<build>
12-
<plugins>
13-
<plugin>
14-
<groupId>org.apache.maven.plugins</groupId>
15-
<artifactId>maven-compiler-plugin</artifactId>
16-
<configuration>
17-
<source>1.8</source>
18-
<target>1.8</target>
19-
</configuration>
20-
</plugin>
21-
</plugins>
22-
</build>
23-
<dependencies>
24-
<dependency>
25-
<groupId>com.google.code.gson</groupId>
26-
<artifactId>gson</artifactId>
27-
<version>2.8.5</version>
28-
</dependency>
29-
<dependency>
30-
<groupId>com.optimusprime.katamino.components</groupId>
31-
<artifactId>components</artifactId>
32-
<version>1.0</version>
33-
<scope>system</scope>
34-
<systemPath>${project.basedir}/lib/components.jar</systemPath>
35-
</dependency>
36-
</dependencies>
11+
<build>
12+
<plugins>
13+
<plugin>
14+
<groupId>org.apache.maven.plugins</groupId>
15+
<artifactId>maven-compiler-plugin</artifactId>
16+
<configuration>
17+
<source>1.8</source>
18+
<target>1.8</target>
19+
</configuration>
20+
</plugin>
21+
</plugins>
22+
</build>
23+
<dependencies>
24+
<dependency>
25+
<groupId>com.google.code.gson</groupId>
26+
<artifactId>gson</artifactId>
27+
<version>2.8.5</version>
28+
</dependency>
29+
<dependency>
30+
<groupId>com.optimusprime.katamino.components</groupId>
31+
<artifactId>components</artifactId>
32+
<version>1.0</version>
33+
<scope>system</scope>
34+
<systemPath>${project.basedir}/lib/components.jar</systemPath>
35+
</dependency>
36+
</dependencies>
3737
</project>

0 commit comments

Comments
 (0)