Skip to content

Commit a785fe9

Browse files
kkanthetaebadirad
authored andcommitted
Release/4.2.1 (#1938)
* update version * Update CHANGELOG.md Fix link for change log * update changelog for 4.2.1
1 parent 1772d79 commit a785fe9

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
# [v4.2.1](https://github.com/marklogic/marklogic-data-hub/tree/v4.2.1) (2019-02-27)
4+
5+
6+
**Fixed bugs:**
7+
- Unable to delete harmonize flow with the "trash" icon [\#1877](https://github.com/marklogic/marklogic-data-hub/issues/1877)
8+
- QuickStart - mlcp transform_param shows the wrong entity when defining input flow [\#1858](https://github.com/marklogic/marklogic-data-hub/issues/1858)
9+
- flow name no longer stored for errors [\#1845](https://github.com/marklogic/marklogic-data-hub/issues/1845)
10+
311

412
# [v4.2.0](https://github.com/marklogic/marklogic-data-hub/tree/v4.2.0) (2019-02-14)
513
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v4.1.1...v4.2.0)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=4.2.0
1+
version=4.2.1
22
publishUrl=file:../marklogic-data-hub/releases

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.2.0
15+
mlDHFVersion=4.2.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
@@ -1611,7 +1611,7 @@ public DatabaseClient newModulesDbClient() {
16111611

16121612
// this lets debug builds work from an IDE
16131613
if (version.equals("${project.version}")) {
1614-
version = "4.2.0";
1614+
version = "4.2.1";
16151615
}
16161616
return version;
16171617
}

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 the Data Hub Framework do its magic
22-
id 'com.marklogic.ml-data-hub' version '4.2.0'
22+
id 'com.marklogic.ml-data-hub' version '4.2.1'
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 Framework library
33-
compile 'com.marklogic:marklogic-data-hub:4.2.0'
33+
compile 'com.marklogic:marklogic-data-hub:4.2.1'
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=4.2.0
15+
mlDHFVersion=4.2.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.2.0
16+
mlDHFVersion=4.2.1
1717

1818
mlHost=localhost
1919
mlAppName=data-hub

0 commit comments

Comments
 (0)