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 >
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 >
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 >
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 >
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
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 >
198208 <url >https://hub.spigotmc.org/nexus/content/groups/public/</url >
199209 </repository >
200210 </repositories >
201- </project >
211+ </project >
0 commit comments