Skip to content

Commit 8d4a658

Browse files
committed
Upgrade version to 4.1.1
1 parent 08d93dd commit 8d4a658

File tree

5 files changed

+40
-40
lines changed

5 files changed

+40
-40
lines changed

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=4.0-SNAPSHOT
15+
mlDHFVersion=4.1.1
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
@@ -1609,7 +1609,7 @@ public DatabaseClient newModulesDbClient() {
16091609

16101610
// this lets debug builds work from an IDE
16111611
if (version.equals("${project.version}")) {
1612-
version = "4.0-SNAPSHOT";
1612+
version = "4.1.1";
16131613
}
16141614
return version;
16151615
}
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
buildscript {
2-
repositories {
3-
maven {url 'http://developer.marklogic.com/maven2/'}
4-
}
5-
}
6-
7-
plugins {
8-
id 'java'
9-
id 'eclipse'
10-
id 'idea'
11-
12-
// This plugin allows you to create different environments
13-
// for your gradle deploy. Each environment is represented
14-
// by a gradle-${env}.properties file
15-
// See https://github.com/stevesaliman/gradle-properties-plugin
16-
// specify the env on the command line with:
17-
// gradle -PenvironmentName=x ...
18-
id 'net.saliman.properties' version '1.4.6'
19-
20-
// This gradle plugin extends the ml-gradle plugin with
21-
// commands that make the Data Hub Framework do its magic
22-
id 'com.marklogic.ml-data-hub' version '4.0-SNAPSHOT'
23-
}
24-
25-
repositories {
26-
jcenter()
27-
maven {url 'http://developer.marklogic.com/maven2/'}
28-
}
29-
30-
dependencies {
31-
// this allows you to write custom java code that depends
32-
// on the Data Hub Framework library
33-
compile 'com.marklogic:marklogic-data-hub:4.0-SNAPSHOT'
34-
compile 'com.marklogic:marklogic-xcc:9.0.7'
35-
}
36-
1+
buildscript {
2+
repositories {
3+
maven {url 'http://developer.marklogic.com/maven2/'}
4+
}
5+
}
6+
7+
plugins {
8+
id 'java'
9+
id 'eclipse'
10+
id 'idea'
11+
12+
// This plugin allows you to create different environments
13+
// for your gradle deploy. Each environment is represented
14+
// by a gradle-${env}.properties file
15+
// See https://github.com/stevesaliman/gradle-properties-plugin
16+
// specify the env on the command line with:
17+
// gradle -PenvironmentName=x ...
18+
id 'net.saliman.properties' version '1.4.6'
19+
20+
// This gradle plugin extends the ml-gradle plugin with
21+
// commands that make the Data Hub Framework do its magic
22+
id 'com.marklogic.ml-data-hub' version '4.1.1'
23+
}
24+
25+
repositories {
26+
jcenter()
27+
maven {url 'http://developer.marklogic.com/maven2/'}
28+
}
29+
30+
dependencies {
31+
// this allows you to write custom java code that depends
32+
// on the Data Hub Framework library
33+
compile 'com.marklogic:marklogic-data-hub:4.1.1'
34+
compile 'com.marklogic:marklogic-xcc:9.0.7'
35+
}
36+

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

quick-start/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=4.0-SNAPSHOT
16+
mlDHFVersion=4.1.1
1717

1818
mlHost=localhost
1919
mlAppName=data-hub

0 commit comments

Comments
 (0)