Skip to content

Commit 4159bd5

Browse files
committed
#218: Prepare for new version release.
1 parent 7ffabd2 commit 4159bd5

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

README.md

Lines changed: 6 additions & 6 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-M7/)
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-M8/)
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
@@ -21,7 +21,7 @@ Java API which exposes utilities for building update actions and automatic synci
2121
- [Ivy](#ivy)
2222
- [Roadmap](#roadmap)
2323
- [Release Notes](/docs/RELEASE_NOTES.md)
24-
- [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M7/)
24+
- [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M8/)
2525

2626
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2727
## Usage
@@ -56,20 +56,20 @@ most popular ones:
5656
<dependency>
5757
<groupId>com.commercetools</groupId>
5858
<artifactId>commercetools-sync-java</artifactId>
59-
<version>v1.0.0-M7</version>
59+
<version>v1.0.0-M8</version>
6060
</dependency>
6161
````
6262
#### Gradle
6363
````groovy
64-
implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M7'
64+
implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M8'
6565
````
6666
#### SBT
6767
````
68-
libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "v1.0.0-M7"
68+
libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "v1.0.0-M8"
6969
````
7070
#### Ivy
7171
````xml
72-
<dependency org="com.commercetools" name="commercetools-sync-java" rev="v1.0.0-M7"/>
72+
<dependency org="com.commercetools" name="commercetools-sync-java" rev="v1.0.0-M8"/>
7373
````
7474

7575

docs/RELEASE_NOTES.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3434

3535

36+
- [v1.0.0-M8 - Dec 29, 2017](#v100-m8----dec-29-2017)
3637
- [v1.0.0-M7 - Dec 15, 2017](#v100-m7----dec-15-2017)
3738
- [v1.0.0-M6 - Dec 5, 2017](#v100-m6----dec-5-2017)
3839
- [v1.0.0-M5 - Nov 16, 2017](#v100-m5----nov-16-2017)
@@ -45,31 +46,29 @@
4546
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4647

4748
<!--
48-
### v1.0.0-M9 - Jan 10, 2018
49+
### v1.0.0-M9 - Jan 15, 2018
4950
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M8...v1.0.0-M9) |
5051
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M9/) |
5152
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M9)
5253
-->
5354

54-
<!--
55-
### v1.0.0-M8 - Dec 28, 2017
55+
### v1.0.0-M8 - Dec 29, 2017
5656
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M7...v1.0.0-M8) |
5757
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M8/) |
5858
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M8)
5959

60-
61-
**Enhancements** (1)
62-
- **Build Tools** - Bumped Gradle to version 4.4. [#205](https://github.com/commercetools/commercetools-sync-java/issues/205)
63-
6460
**New Features** (1)
6561
- **Category Sync** - Exposed new method `CategorySyncStatistics#getNumberOfCategoriesWithMissingParents` which gets the
6662
total number of categories with missing parents from the statistics instance. [#186](https://github.com/commercetools/commercetools-sync-java/issues/186)
6763

68-
**Changes** (1)
64+
**Changes** (2)
6965
- **Product Sync** - Changed product sync statistics report message wording. [#186](https://github.com/commercetools/commercetools-sync-java/issues/186)
7066
- **Product Sync** - Exposed new methods `ProductReferenceResolver#resolveStateReference`, `ProductReferenceResolver#resolveTaxCategoryReference`, `ProductReferenceResolver#resolveCategoryReferences` and `ProductReferenceResolver#resolveProductTypeReference`.
7167
[#218](https://github.com/commercetools/commercetools-sync-java/issues/218)
72-
-->
68+
69+
**Enhancements** (1)
70+
- **Build Tools** - Bumped Gradle to version 4.4. [#205](https://github.com/commercetools/commercetools-sync-java/issues/205)
71+
7372

7473
### v1.0.0-M7 - Dec 15, 2017
7574
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M6...v1.0.0-M7) |

0 commit comments

Comments
 (0)