File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >de.lemaik.chunkymap</groupId >
8
8
<artifactId >ChunkyMap</artifactId >
9
- <version >2.5.1 </version >
9
+ <version >2.5.2 </version >
10
10
11
11
<licenses >
12
12
<license >
19
19
<jdk .version>1.8</jdk .version>
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
22
+ <chunky .version>2.3.0-30-g82f6ab17</chunky .version>
22
23
</properties >
23
24
24
25
<repositories >
54
55
<dependency >
55
56
<groupId >se.llbit</groupId >
56
57
<artifactId >chunky-core</artifactId >
57
- <version >2.3.0-18-g94f81238 </version >
58
+ <version >${chunky.version} </version >
58
59
</dependency >
59
60
<dependency >
60
61
<!-- dependency of chunky -->
135
136
<id >install-chunky</id >
136
137
<phase >clean</phase >
137
138
<configuration >
138
- <file >${basedir} /vendor/chunky/build/chunky-core-2.3.0-30-g82f6ab17 .jar</file >
139
+ <file >${basedir} /vendor/chunky/build/chunky-core-${chunky.version} .jar</file >
139
140
<repositoryLayout >default</repositoryLayout >
140
141
<groupId >se.llbit</groupId >
141
142
<artifactId >chunky-core</artifactId >
142
- <version >2.3.0-30-g82f6ab17 </version >
143
+ <version >${chunky.version} </version >
143
144
<packaging >jar</packaging >
144
145
<generatePom >true</generatePom >
145
146
</configuration >
You can’t perform that action at this time.
0 commit comments