Skip to content

Commit 3993499

Browse files
committed
Bumping to 2.4-SNAPSHOT
And fixed MarkLogic tag so it works better with Jenkins
1 parent 168cf5f commit 3993499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Defines environment variables for docker-compose.
22
# Can be overridden via e.g. `MARKLOGIC_TAG=latest-10.0 docker-compose up -d --build`.
3-
MARKLOGIC_TAG=latest
3+
MARKLOGIC_TAG=11.3.0-ubi

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'com.marklogic'
12-
version '2.4.0'
12+
version '2.4-SNAPSHOT'
1313

1414
java {
1515
// To support reading RDF files, Apache Jena is used - but that requires Java 11.

0 commit comments

Comments
 (0)