Skip to content

Commit 6d28020

Browse files
updating version to 5.1.0
1 parent 2e6d080 commit 6d28020

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=5.1-SNAPSHOT
1+
version=5.1.0
22
publishUrl=file:../marklogic-data-hub/releases
33
systemProp.file.encoding=utf-8
44
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

marklogic-data-hub/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=5.1-SNAPSHOT
15+
mlDHFVersion=5.1.0
1616
mlHost=localhost
1717
mlAppName=data-hub
1818

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
@@ -1634,7 +1634,7 @@ public Path getStepDefinitionsDir() {
16341634

16351635
// this lets debug builds work from an IDE
16361636
if (version.equals("${project.version}")) {
1637-
version = "5.1-SNAPSHOT";
1637+
version = "5.1.0";
16381638
}
16391639
return version;
16401640
}

marklogic-data-hub/src/main/resources/scaffolding/build_gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.1-SNAPSHOT'
22+
id 'com.marklogic.ml-data-hub' version '5.1.0'
2323
}
2424

2525
repositories {
@@ -30,7 +30,7 @@ repositories {
3030
dependencies {
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.1-SNAPSHOT'
33+
compile 'com.marklogic:marklogic-data-hub:5.1.0'
3434
compile 'com.marklogic:marklogic-xcc:9.0.7'
3535
}
3636

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=5.1-SNAPSHOT
15+
mlDHFVersion=5.1.0
1616
mlHost=localhost
1717
mlAppName=data-hub
1818

web/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.1-SNAPSHOT
16+
mlDHFVersion=5.1.0
1717

1818
mlHost=localhost
1919
mlAppName=data-hub

0 commit comments

Comments
 (0)