Skip to content

Commit d693a5a

Browse files
committedDec 2, 2020
Actually update the Chunky version and put the version into a maven property.
1 parent a057077 commit d693a5a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.lemaik.chunkymap</groupId>
88
<artifactId>ChunkyMap</artifactId>
9-
<version>2.5.1</version>
9+
<version>2.5.2</version>
1010

1111
<licenses>
1212
<license>
@@ -19,6 +19,7 @@
1919
<jdk.version>1.8</jdk.version>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
22+
<chunky.version>2.3.0-30-g82f6ab17</chunky.version>
2223
</properties>
2324

2425
<repositories>
@@ -54,7 +55,7 @@
5455
<dependency>
5556
<groupId>se.llbit</groupId>
5657
<artifactId>chunky-core</artifactId>
57-
<version>2.3.0-18-g94f81238</version>
58+
<version>${chunky.version}</version>
5859
</dependency>
5960
<dependency>
6061
<!-- dependency of chunky -->
@@ -135,11 +136,11 @@
135136
<id>install-chunky</id>
136137
<phase>clean</phase>
137138
<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>
139140
<repositoryLayout>default</repositoryLayout>
140141
<groupId>se.llbit</groupId>
141142
<artifactId>chunky-core</artifactId>
142-
<version>2.3.0-30-g82f6ab17</version>
143+
<version>${chunky.version}</version>
143144
<packaging>jar</packaging>
144145
<generatePom>true</generatePom>
145146
</configuration>

0 commit comments

Comments
 (0)
Please sign in to comment.