Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit e0eab16

Browse files
committed
Ships 6 beta 11
1 parent 63d179d commit e0eab16

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
<groupId>org.ships</groupId>
88
<artifactId>CoreToPaper</artifactId>
99
<version>1.0-SNAPSHOT</version>
10+
<properties>
11+
<main.baseDir>${project.basedir}/..</main.baseDir>
12+
</properties>
1013
<build>
1114
<plugins>
1215
<plugin>
1316
<groupId>org.apache.maven.plugins</groupId>
1417
<artifactId>maven-compiler-plugin</artifactId>
18+
<version>3.8.1</version>
1519
<configuration>
1620
<source>1.8</source>
1721
<target>1.8</target>
@@ -31,7 +35,7 @@
3135
<dependency>
3236
<groupId>com.destroystokyo.paper</groupId>
3337
<artifactId>paper-api</artifactId>
34-
<version>1.14.4-R0.1-SNAPSHOT</version>
38+
<version>1.16.2-R0.1-SNAPSHOT</version>
3539
<scope>provided</scope>
3640
</dependency>
3741
<dependency>
@@ -40,5 +44,11 @@
4044
<version>1.0-SNAPSHOT</version>
4145
<scope>compile</scope>
4246
</dependency>
47+
<dependency>
48+
<groupId>org.ships</groupId>
49+
<artifactId>ShipsCore</artifactId>
50+
<version>1.0-SNAPSHOT</version>
51+
<scope>compile</scope>
52+
</dependency>
4353
</dependencies>
4454
</project>

0 commit comments

Comments
 (0)