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

Commit

Permalink
Bumped version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Feb 6, 2023
1 parent ad5f41c commit 713ed9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
17 changes: 2 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,19 @@ plugins {
}

group = "com.marklogic"
version = "4.5-SNAPSHOT"
version = "4.5.0"

java {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

repositories {
mavenLocal()
maven {
url "https://nexus.marklogic.com/repository/maven-snapshots/"
}
mavenCentral()
}

// Do not cache changing modules
configurations.all {
resolutionStrategy {
cacheChangingModulesFor 0, 'seconds'
}
}

dependencies {
api ('com.marklogic:marklogic-client-api:6.1-SNAPSHOT') {
changing = true
}
api 'com.marklogic:marklogic-client-api:6.1.0'
api 'com.marklogic:marklogic-xcc:11.0.0'
api 'org.springframework:spring-context:5.3.24'

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>ml-javaclient-util</artifactId>
<version>4.4.0</version>
<version>4.5.0</version>
<name>com.marklogic:ml-javaclient-util</name>
<description>Library that adds functionality on top of the MarkLogic Java Client</description>
<url>https://github.com/marklogic-community/ml-javaclient-util</url>
Expand Down Expand Up @@ -40,7 +40,7 @@ It is not intended to be used to build this project.
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-client-api</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -64,7 +64,7 @@ It is not intended to be used to build this project.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.14.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 713ed9c

Please sign in to comment.