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

Commit 30f0e85

Browse files
committed
Update version for release 4.8.0
Update ml-javaclient-util to 4.8.0
1 parent 94f49c7 commit 30f0e85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

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

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

1313
java {
1414
sourceCompatibility = 1.8
@@ -24,7 +24,7 @@ repositories {
2424
}
2525

2626
dependencies {
27-
api 'com.marklogic:ml-javaclient-util:4.8-SNAPSHOT'
27+
api 'com.marklogic:ml-javaclient-util:4.8.0'
2828
api 'org.springframework:spring-web:5.3.34'
2929
api 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
3030

pom.xml

Lines changed: 1 addition & 1 deletion
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.6.1</version>
15+
<version>4.8.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/ml-app-deployer</url>

0 commit comments

Comments
 (0)