Skip to content

Commit 93cf027

Browse files
committed
Renamed REST endpoint
1 parent 222ee55 commit 93cf027

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.gradle
33
*.iml
44
.DS_Store
5+
build

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=0.9.0
2+
version=0.9.1
33

44
# These properties are used for the test application that ml-gradle deploys so we can test out ml-unit-test
55
mlAppName=marklogic-unit-test-testapp

ml-unit-test.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id="ml-unit-test" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.marklogic" external.system.module.version="0.9.0" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id="ml-unit-test" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.marklogic" external.system.module.version="0.9.1" type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">

0 commit comments

Comments
 (0)