Skip to content

Commit 2f10d83

Browse files
author
Charles Greer
committed
Update version numbers in code
1 parent 4d11e90 commit 2f10d83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=4.0.0
1+
version=4.0.1

marklogic-data-hub/src/main/java/com/marklogic/hub/impl/HubConfigImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ public DatabaseClient newModulesDbClient() {
12881288

12891289
// this lets debug builds work from an IDE
12901290
if (version.equals("${project.version}")) {
1291-
version = "4.0.0";
1291+
version = "4.0.1";
12921292
}
12931293
return version;
12941294
}

marklogic-data-hub/src/test/java/com/marklogic/hub/deploy/commands/LoadHubModulesCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void ensureHubFourLoaded() {
5656
logger.info(jarVersion);
5757

5858
// this test will work until major version 10
59-
assertTrue(jarVersion.compareTo("4.0.0") >= 0);
59+
assertTrue(jarVersion.compareTo("4.0.1") >= 0);
6060
assertEquals(jarVersion, versions.getHubVersion(),
6161
"Jar version must match version in config.xqy/config.sjs after installation");
6262

ml-data-hub-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
mlDHFVersion=4.0.0
15+
mlDHFVersion=4.0.1
1616
mlHost=localhost
1717
mlAppName=data-hub
1818

0 commit comments

Comments
 (0)