Skip to content

Commit 0d9a926

Browse files
committed
[feature] Update for the latest version of Elemental
1 parent 2ea1405 commit 0d9a926

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
<properties>
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050

51-
<elemental.version>6.4.0</elemental.version>
52-
<exist-db.version>6.3.0</exist-db.version>
51+
<elemental.version>6.6.1</elemental.version>
5352

5453
<!-- NOTE(AR): URL of the Public Repo for downloading XAR files, used for the Docker build -->
5554
<public.xar.repo.uri>https://exist-db.org/exist/apps/public-repo</public.xar.repo.uri>
@@ -84,9 +83,9 @@
8483

8584
<dependencies>
8685
<dependency>
87-
<groupId>org.exist-db</groupId>
86+
<groupId>xyz.elemental.fork.org.exist-db</groupId>
8887
<artifactId>exist-core</artifactId>
89-
<version>${exist-db.version}</version>
88+
<version>${elemental.version}</version>
9089
<scope>provided</scope>
9190
</dependency>
9291
</dependencies>

0 commit comments

Comments
 (0)