Skip to content

Commit ca2422b

Browse files
4.13.0-SNAPSHOT
1 parent ce9cb5c commit ca2422b

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

pom.xml

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,15 @@
3434

3535
<groupId>org.inventivetalent</groupId>
3636
<artifactId>animatedframes</artifactId>
37-
<version>4.12.1-SNAPSHOT</version>
37+
<version>4.13.0-SNAPSHOT</version>
3838
<name>AnimatedFrames</name>
3939

40+
<properties>
41+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42+
<maven.compiler.source>1.9</maven.compiler.source>
43+
<maven.compiler.target>1.9</maven.compiler.target>
44+
</properties>
45+
4046
<build>
4147
<finalName>AnimatedFrames_v${project.version}</finalName>
4248
<sourceDirectory>src/main/java</sourceDirectory>
@@ -59,16 +65,16 @@
5965
<plugins>
6066
<plugin>
6167
<artifactId>maven-compiler-plugin</artifactId>
62-
<version>3.3</version>
68+
<version>3.8.1</version>
6369
<configuration>
64-
<source>1.8</source>
65-
<target>1.8</target>
70+
<source>1.9</source>
71+
<target>1.9</target>
6672
</configuration>
6773
</plugin>
6874
<plugin>
6975
<groupId>org.apache.maven.plugins</groupId>
7076
<artifactId>maven-shade-plugin</artifactId>
71-
<version>2.4</version>
77+
<version>3.2.2</version>
7278
<executions>
7379
<execution>
7480
<phase>package</phase>
@@ -140,12 +146,12 @@
140146
<dependency>
141147
<groupId>org.inventivetalent</groupId>
142148
<artifactId>mapmanager</artifactId>
143-
<version>1.7.10-SNAPSHOT</version>
149+
<version>1.8.0-SNAPSHOT</version>
144150
</dependency>
145151
<dependency>
146152
<groupId>org.inventivetalent</groupId>
147153
<artifactId>pluginannotations</artifactId>
148-
<version>1.4.7-SNAPSHOT</version>
154+
<version>1.5.0-SNAPSHOT</version>
149155
</dependency>
150156
<dependency>
151157
<groupId>org.inventivetalent</groupId>
@@ -160,7 +166,7 @@
160166
<dependency>
161167
<groupId>org.inventivetalent</groupId>
162168
<artifactId>frame-map-util</artifactId>
163-
<version>1.2.3-SNAPSHOT</version>
169+
<version>1.3.0-SNAPSHOT</version>
164170
</dependency>
165171
<dependency>
166172
<groupId>org.inventivetalent.spiget-update</groupId>
@@ -171,12 +177,12 @@
171177
<dependency>
172178
<groupId>org.projectlombok</groupId>
173179
<artifactId>lombok</artifactId>
174-
<version>1.16.8</version>
180+
<version>1.18.16</version>
175181
</dependency>
176182
<dependency>
177183
<groupId>com.google.code.gson</groupId>
178184
<artifactId>gson</artifactId>
179-
<version>2.6.2</version>
185+
<version>2.8.5</version>
180186
</dependency>
181187
</dependencies>
182188

@@ -185,6 +191,10 @@
185191
<id>inventive-repo</id>
186192
<url>https://repo.inventivetalent.org/content/groups/public/</url>
187193
</repository>
194+
<repository>
195+
<id>jitpack.io</id>
196+
<url>https://jitpack.io</url>
197+
</repository>
188198
<repository>
189199
<id>md_5-repo</id>
190200
<url>http://repo.md-5.net/content/repositories/public/</url>
@@ -198,4 +208,4 @@
198208
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
199209
</repository>
200210
</repositories>
201-
</project>
211+
</project>

0 commit comments

Comments
 (0)