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

Commit 6145e3c

Browse files
committed
Updated changelog
1 parent 893992d commit 6145e3c

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.mdown

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# ml-gradle releases
2-
3-
## 2.5.1
4-
5-
* [#13](https://github.com/rjrudin/ml-javaclient-util/issues/13) Added support for loading from any directory in source path
1+
# ml-javaclient-util releases
62

73
## 2.5
84

5+
* [#13](https://github.com/rjrudin/ml-javaclient-util/issues/13) Added support for loading from any directory in source path
96
* Added classes from ml-xcc-util
107

118
## 2.4

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if (project.hasProperty("myBintrayUser")) {
5656
licenses = ['Apache-2.0']
5757
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
5858
version {
59-
name = "2.5.1"
59+
name = "2.5"
6060
released = new Date()
6161
}
6262
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=com.marklogic
22
publishUrl=file:../gh-pages-marklogic-java/releases
33
javadocsDir=../gh-pages-marklogic-java/javadocs
4-
version=2.5.1
4+
version=2.5

0 commit comments

Comments
 (0)