Skip to content

Commit ec52938

Browse files
3.8.0-SNAPSHOT
1 parent 68ca4ff commit ec52938

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

API/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.inventivetalent</groupId>
3838
<artifactId>reflectionhelper</artifactId>
39-
<version>1.15.2-SNAPSHOT</version>
39+
<version>1.16.0-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.inventivetalent</groupId>
@@ -51,4 +51,4 @@
5151
</dependency>
5252
</dependencies>
5353

54-
</project>
54+
</project>

pom.xml

+11-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
<name>PacketListenerAPI</name>
1919

2020
<properties>
21-
<pl.version>3.7.9-SNAPSHOT</pl.version>
21+
<pl.version>3.8.0-SNAPSHOT</pl.version>
22+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23+
<maven.compiler.source>1.9</maven.compiler.source>
24+
<maven.compiler.target>1.9</maven.compiler.target>
2225
</properties>
2326

2427
<build>
@@ -44,10 +47,10 @@
4447
<plugins>
4548
<plugin>
4649
<artifactId>maven-compiler-plugin</artifactId>
47-
<version>3.3</version>
50+
<version>3.8.1</version>
4851
<configuration>
49-
<source>1.8</source>
50-
<target>1.8</target>
52+
<source>1.9</source>
53+
<target>1.9</target>
5154
</configuration>
5255
</plugin>
5356
<plugin>
@@ -103,6 +106,10 @@
103106
<id>inventive-repo</id>
104107
<url>https://repo.inventivetalent.org/content/groups/public/</url>
105108
</repository>
109+
<repository>
110+
<id>jitpack.io</id>
111+
<url>https://jitpack.io</url>
112+
</repository>
106113
<repository>
107114
<id>md_5-repo</id>
108115
<url>http://repo.md-5.net/content/repositories/public/</url>

0 commit comments

Comments
 (0)