Skip to content

Commit c10feb3

Browse files
committedNov 19, 2020
Add chunky and chunky-denoiser dependencies as git submodules. Bump version.
1 parent d10d5cc commit c10feb3

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed
 

‎.gitmodules

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[submodule "vendor/chunky"]
2+
path = vendor/chunky
3+
url = https://github.com/leMaik/chunky
4+
[submodule "."]
5+
branch = remove-static-registries
6+
[submodule "vendor/chunky-denoiser"]
7+
path = vendor/chunky-denoiser
8+
url = https://github.com/chunky-dev/chunky-denoiser

‎pom.xml

+5-5
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.4.2</version>
9+
<version>2.5.0</version>
1010

1111
<licenses>
1212
<license>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>se.llbit</groupId>
5656
<artifactId>chunky-core</artifactId>
57-
<version>2.2.0-382-g9695d95c</version>
57+
<version>2.3.0-18-g94f81238</version>
5858
</dependency>
5959
<dependency>
6060
<!-- dependency of chunky -->
@@ -141,11 +141,11 @@
141141
<id>install-chunky</id>
142142
<phase>clean</phase>
143143
<configuration>
144-
<file>${basedir}/chunky.jar</file>
144+
<file>${basedir}/vendor/chunky/build/chunky-core-2.3.0-18-g94f81238.jar</file>
145145
<repositoryLayout>default</repositoryLayout>
146146
<groupId>se.llbit</groupId>
147147
<artifactId>chunky-core</artifactId>
148-
<version>2.2.0-382-g9695d95c</version>
148+
<version>2.3.0-18-g94f81238</version>
149149
<packaging>jar</packaging>
150150
<generatePom>true</generatePom>
151151
</configuration>
@@ -157,7 +157,7 @@
157157
<id>install-chunky-denoiser</id>
158158
<phase>clean</phase>
159159
<configuration>
160-
<file>${basedir}/chunky-denoiser-chunky2.jar</file>
160+
<file>${basedir}/vendor/chunky-denoiser/build/libs/chunky-denoiser-chunky2.jar</file>
161161
<repositoryLayout>default</repositoryLayout>
162162
<groupId>de.lemaik</groupId>
163163
<artifactId>chunky-denoiser</artifactId>

‎vendor/chunky

Submodule chunky added at 94f8123

‎vendor/chunky-denoiser

Submodule chunky-denoiser added at 62b2471

0 commit comments

Comments
 (0)