File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/com/bencodez/advancedcore/api/misc/effects Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.bencodez</groupId >
66 <artifactId >advancedcore</artifactId >
7- <version >3.7.10-SNAPSHOT </version >
7+ <version >3.7.10</version >
88 <packaging >jar</packaging >
99 <name >AdvancedCore</name >
1010 <properties >
169169 <enabled >true</enabled >
170170 <updatePolicy >always</updatePolicy >
171171 </snapshots >
172- <releases >
173- <updatePolicy >always</updatePolicy >
174- </releases >
175172 </repository >
176173 <repository >
177174 <id >opencollab-snapshot</id >
186183 <dependency >
187184 <groupId >com.bencodez</groupId >
188185 <artifactId >simpleapi</artifactId >
189- <version >0.0.4 -SNAPSHOT</version >
186+ <version >0.0.5 -SNAPSHOT</version >
190187 <scope >compile</scope >
191188 </dependency >
192189 <dependency >
Original file line number Diff line number Diff line change 11package com .bencodez .advancedcore .api .misc .effects ;
22
33import java .lang .ref .WeakReference ;
4- import java .lang .reflect .InvocationTargetException ;
54import java .lang .reflect .Method ;
65import java .util .List ;
76import java .util .PriorityQueue ;
You can’t perform that action at this time.
0 commit comments