File tree 6 files changed +7
-7
lines changed
java/com/marklogic/hub/impl
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- version =5.2-SNAPSHOT
1
+ version =5.2.3
2
2
publishUrl =file:../marklogic-data-hub/releases
3
3
systemProp.file.encoding =utf-8
4
4
org.gradle.jvmargs =' -Dfile.encoding=UTF-8'
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
- mlDHFVersion =5.2-SNAPSHOT
15
+ mlDHFVersion =5.2.3
16
16
mlHost =localhost
17
17
mlAppName =data-hub
18
18
Original file line number Diff line number Diff line change @@ -1794,7 +1794,7 @@ public Path getStepDefinitionsDir() {
1794
1794
1795
1795
// this lets debug builds work from an IDE
1796
1796
if (version .equals ("${project.version}" )) {
1797
- version = "5.2-SNAPSHOT " ;
1797
+ version = "5.2.3 " ;
1798
1798
}
1799
1799
return version ;
1800
1800
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
19
19
20
20
// This gradle plugin extends the ml-gradle plugin with
21
21
// commands that make Data Hub do its magic
22
- id 'com.marklogic.ml-data-hub' version '5.2-SNAPSHOT '
22
+ id 'com.marklogic.ml-data-hub' version '5.2.3 '
23
23
}
24
24
25
25
repositories {
@@ -30,7 +30,7 @@ repositories {
30
30
dependencies {
31
31
// this allows you to write custom java code that depends
32
32
// on the Data Hub library
33
- compile 'com.marklogic:marklogic-data-hub:5.2-SNAPSHOT '
33
+ compile 'com.marklogic:marklogic-data-hub:5.2.3 '
34
34
compile 'com.marklogic:marklogic-xcc:9.0.7'
35
35
}
36
36
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
- mlDHFVersion =5.2-SNAPSHOT
15
+ mlDHFVersion =5.2.3
16
16
mlHost =localhost
17
17
mlAppName =data-hub
18
18
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
# What version of DHF am I intending on targetting? Make sure you use the full SemVer x.x.x
16
- mlDHFVersion =5.2-SNAPSHOT
16
+ mlDHFVersion =5.2.3
17
17
18
18
mlHost =localhost
19
19
mlAppName =data-hub
You can’t perform that action at this time.
0 commit comments