Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 75a5e72

Browse files
committed
Bumped to 4.5.0
1 parent 2ac55b7 commit 75a5e72

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

build.gradle

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,19 @@ plugins {
88
}
99

1010
group = "com.marklogic"
11-
version = "4.5-SNAPSHOT"
11+
version = "4.5.0"
1212

1313
java {
1414
sourceCompatibility = 1.8
1515
targetCompatibility = 1.8
1616
}
1717

1818
repositories {
19-
mavenLocal()
20-
maven {
21-
url "https://nexus.marklogic.com/repository/maven-snapshots/"
22-
}
2319
mavenCentral()
2420
}
2521

26-
// Do not cache changing modules
27-
configurations.all {
28-
resolutionStrategy {
29-
cacheChangingModulesFor 0, 'seconds'
30-
}
31-
}
32-
3322
dependencies {
34-
api('com.marklogic:marklogic-client-api:6.1-SNAPSHOT') {
35-
changing = true
36-
}
37-
api('com.marklogic:ml-javaclient-util:4.5-SNAPSHOT') {
38-
changing = true
39-
}
23+
api 'com.marklogic:ml-javaclient-util:4.5.0'
4024
api 'org.springframework:spring-web:5.3.24'
4125
api 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
4226

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>com.marklogic</groupId>
1414
<artifactId>ml-app-deployer</artifactId>
15-
<version>4.4.0</version>
15+
<version>4.5.0</version>
1616
<name>com.marklogic:ml-app-deployer</name>
1717
<description>Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description>
1818
<url>https://github.com/marklogic-community/ml-app-deployer</url>
@@ -40,7 +40,7 @@ It is not intended to be used to build this project.
4040
<dependency>
4141
<groupId>com.marklogic</groupId>
4242
<artifactId>ml-javaclient-util</artifactId>
43-
<version>4.4.0</version>
43+
<version>4.5.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
@@ -52,7 +52,7 @@ It is not intended to be used to build this project.
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-databind</artifactId>
55-
<version>2.13.4.2</version>
55+
<version>2.14.1</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)