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

Commit ea47933

Browse files
authored
Merge pull request #477 from marklogic-community/feature/version-bump
Bumped to 4.5.1
2 parents 7dd5a03 + 28227ab commit ea47933

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
@@ -8,7 +8,7 @@ plugins {
88
}
99

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

1313
java {
1414
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-app-deployer</artifactId>
15-
<version>4.5.0</version>
15+
<version>4.5.1</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>

0 commit comments

Comments
 (0)