File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
java/com/marklogic/hub/impl Expand file tree Collapse file tree 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.6
22publishUrl =file:../marklogic-data-hub/releases
33systemProp.file.encoding =utf-8
44org.gradle.jvmargs =' -Dfile.encoding=UTF-8'
Original file line number Diff line number Diff line change 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 =5.2-SNAPSHOT
15+ mlDHFVersion =5.2.6
1616mlHost =localhost
1717mlAppName =data-hub
1818
Original file line number Diff line number Diff line change @@ -1794,7 +1794,7 @@ public Path getStepDefinitionsDir() {
17941794
17951795 // this lets debug builds work from an IDE
17961796 if (version .equals ("${project.version}" )) {
1797- version = "5.2-SNAPSHOT " ;
1797+ version = "5.2.6 " ;
17981798 }
17991799 return version ;
18001800 }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
1919
2020 // This gradle plugin extends the ml-gradle plugin with
2121 // 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.6 '
2323}
2424
2525repositories {
@@ -30,7 +30,7 @@ repositories {
3030dependencies {
3131 // this allows you to write custom java code that depends
3232 // on the Data Hub library
33- compile 'com.marklogic:marklogic-data-hub:5.2-SNAPSHOT '
33+ compile 'com.marklogic:marklogic-data-hub:5.2.6 '
3434 compile 'com.marklogic:marklogic-xcc:9.0.7'
3535}
3636
Original file line number Diff line number Diff line change 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 =5.2-SNAPSHOT
15+ mlDHFVersion =5.2.6
1616mlHost =localhost
1717mlAppName =data-hub
1818
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515# 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.6
1717
1818mlHost =localhost
1919mlAppName =data-hub
You can’t perform that action at this time.
0 commit comments