File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >ProtocolLib-API</artifactId >
5
5
<name >ProtocolLib-API</name >
6
- <version >${minorVersion} </version >
6
+ <version >4.4.0-SNAPSHOT </version >
7
7
8
8
<description >Provides read/write access to the Minecraft protocol.</description >
9
9
<url >http://www.spigotmc.org/resources/protocollib.1997/</url >
26
26
<build >
27
27
<defaultGoal >clean install</defaultGoal >
28
28
<sourceDirectory >src/main/java</sourceDirectory >
29
- <testSourceDirectory >src/test/java</testSourceDirectory >
30
29
<resources >
31
30
<resource >
32
31
<directory >src/main/resources</directory >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >ProtocolLib</artifactId >
5
5
<name >ProtocolLib</name >
6
- <version >${minorVersion} </version >
6
+ <version >4.4.0-SNAPSHOT </version >
7
7
8
8
<description >Provides read/write access to the Minecraft protocol.</description >
9
9
<url >http://www.spigotmc.org/resources/protocollib.1997/</url >
Original file line number Diff line number Diff line change 8
8
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
- <minorVersion >4.4.0-SNAPSHOT</minorVersion >
12
11
<spigotVersion >1.12.2-R0.1-SNAPSHOT</spigotVersion >
13
12
</properties >
14
13
76
75
<version >1.1-SNAPSHOT</version >
77
76
<scope >compile</scope >
78
77
</dependency >
78
+ <dependency >
79
+ <groupId >com.hervian</groupId >
80
+ <artifactId >lambda-factory</artifactId >
81
+ <version >2.0.2-SNAPSHOT</version >
82
+ </dependency >
79
83
</dependencies >
80
84
81
85
<build >
You can’t perform that action at this time.
0 commit comments