Skip to content

Commit 844bfdb

Browse files
Merge pull request #190 from commercetools/1.0.0-M5-release-prep
Prepare for release 1.0.0-M5.
2 parents a5e6c30 + 2ae66dd commit 844bfdb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/commercetools/commercetools-sync-java.svg?branch=master)](https://travis-ci.org/commercetools/commercetools-sync-java)
44
[![codecov](https://codecov.io/gh/commercetools/commercetools-sync-java/branch/master/graph/badge.svg)](https://codecov.io/gh/commercetools/commercetools-sync-java)
55
[![Download](https://api.bintray.com/packages/commercetools/maven/commercetools-sync-java/images/download.svg) ](https://bintray.com/commercetools/maven/commercetools-sync-java/_latestVersion)
6-
[![Javadoc](http://javadoc-badge.appspot.com/com.commercetools/commercetools-sync-java.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M4/)
6+
[![Javadoc](http://javadoc-badge.appspot.com/com.commercetools/commercetools-sync-java.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M5/)
77
[![Known Vulnerabilities](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646/badge.svg)](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646)
88

99
Java API which exposes utilities for building update actions and automatic syncing of CTP data from external sources
@@ -53,17 +53,17 @@ most popular ones:
5353
<dependency>
5454
<groupId>com.commercetools</groupId>
5555
<artifactId>commercetools-sync-java</artifactId>
56-
<version>v1.0.0-M4</version>
56+
<version>v1.0.0-M5</version>
5757
</dependency>
5858
````
5959
#### Gradle
6060
````groovy
61-
implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M4'
61+
implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M5'
6262
````
6363
<!-- TODO #### SBT
6464
````java
6565
libraryDependencies ++= Seq(
66-
"com.commercetools" % "commercetools-sync-java" % "v1.0.0-M4",
66+
"com.commercetools" % "commercetools-sync-java" % "v1.0.0-M5",
6767
)
6868
````-->
6969

docs/RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@
3232
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3333

3434

35+
- [v1.0.0-M5 - Nov 16, 2017](#v100-m5----nov-16-2017)
3536
- [v1.0.0-M4 - Nov 7, 2017](#v100-m4----nov-7-2017)
3637
- [v1.0.0-M3 - Nov 3, 2017](#v100-m3----nov-3-2017)
3738
- [v1.0.0-M2 - Oct 12, 2017](#v100-m2----oct-12-2017)
3839
- [v1.0.0-M2-beta - Sep 28, 2017](#v100-m2-beta----sep-28-2017)
3940
- [v1.0.0-M1 - Sep 06, 2017](#v100-m1----sep-06-2017)
4041

4142
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
42-
<!--
43+
4344
### v1.0.0-M5 - Nov 16, 2017
4445
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M4...v1.0.0-M5) |
4546
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M5/) |
@@ -74,7 +75,6 @@ updated and the new resource draft. [#169](https://github.com/commercetools/comm
7475
- **Commons** - Renamed `setRemoveOtherSetEntries`, `setRemoveOtherCollectionEntries` and `setRemoveOtherProperties`
7576
to `removeOtherSetEntries`, `removeOtherCollectionEntries` and `removeOtherProperties`. [#169](https://github.com/commercetools/commercetools-sync-java/issues/169)
7677
- **Product Sync** - Renamed `setSyncFilter` to `syncFilter`. [#169](https://github.com/commercetools/commercetools-sync-java/issues/169)
77-
-->
7878

7979
### v1.0.0-M4 - Nov 7, 2017
8080
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M3...v1.0.0-M4) |

0 commit comments

Comments
 (0)