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

Commit f9f839e

Browse files
committed
Update version for release 4.8.0
1 parent 1769260 commit f9f839e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group = "com.marklogic"
17-
version = "4.8-SNAPSHOT"
17+
version = "4.8.0"
1818

1919
java {
2020
sourceCompatibility = 1.8

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-javaclient-util</artifactId>
15-
<version>4.6.0</version>
15+
<version>4.8.0</version>
1616
<name>com.marklogic:ml-javaclient-util</name>
1717
<description>Library that adds functionality on top of the MarkLogic Java Client</description>
1818
<url>https://github.com/marklogic/ml-javaclient-util</url>

0 commit comments

Comments
 (0)