Skip to content

Commit 6a8c575

Browse files
committed
Update docs with new version.
1 parent 93d280f commit 6a8c575

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ most popular ones:
5252
<dependency>
5353
<groupId>com.commercetools</groupId>
5454
<artifactId>commercetools-sync-java</artifactId>
55-
<version>v1.0.0-M2-beta</version>
55+
<version>v1.0.0-M2</version>
5656
</dependency>
5757
````
5858
#### Gradle
5959
````groovy
60-
compile 'com.commercetools:commercetools-sync-java:v1.0.0-M2-beta'
60+
compile 'com.commercetools:commercetools-sync-java:v1.0.0-M2'
6161
````
6262
<!-- TODO #### SBT
6363
````java
6464
libraryDependencies ++= Seq(
65-
"com.commercetools" % "commercetools-sync-java" % "v1.0.0-M2-beta",
65+
"com.commercetools" % "commercetools-sync-java" % "v1.0.0-M2",
6666
)
6767
````-->
6868

docs/RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,17 @@ are breaking changes. If there are, then a migration guide should be provided.
3333
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3434

3535

36+
- [v1.0.0-M2 - Oct 12, 2017](#v100-m2----oct-12-2017)
3637
- [v1.0.0-M2-beta - Sep 28, 2017](#v100-m2-beta----sep-28-2017)
3738
- [v1.0.0-M1 - Sep 06, 2017](#v100-m1----sep-06-2017)
3839

3940
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4041
### v1.0.0-M2 - Oct 12, 2017
4142

43+
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M2-beta...v1.0.0-M2) |
44+
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M2/) |
45+
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M2)
46+
4247
**New Features** (3)
4348
- **Product Sync** - Support syncing entire product variant images, putting order into consideration. [#114](https://github.com/commercetools/commercetools-sync-java/issues/114)
4449
- **Product Sync** - Expose `ProductVariantUpdateActionUtils#buildProductVariantImagesUpdateActions` and `ProductVariantUpdateActionUtils#buildMoveImageToPositionUpdateActions` action build util. [#114](https://github.com/commercetools/commercetools-sync-java/issues/114)
@@ -61,7 +66,8 @@ are breaking changes. If there are, then a migration guide should be provided.
6166
- **Commons** - Adds release notes doc. [#125](https://github.com/commercetools/commercetools-sync-java/issues/125)
6267
- **Build Tools** - Adds JavaDoc badge to repo. [#145](https://github.com/commercetools/commercetools-sync-java/issues/145)
6368

64-
69+
**Compatibility notes**
70+
- No breaking changes introduced.
6571

6672

6773
### v1.0.0-M2-beta - Sep 28, 2017

0 commit comments

Comments
 (0)