|
2 | 2 | # commercetools sync java |
3 | 3 | [](https://github.com/commercetools/commercetools-sync-java/actions?query=workflow%3ACI) |
4 | 4 | [](https://codecov.io/gh/commercetools/commercetools-sync-java) |
5 | | -[](https://commercetools.github.io/commercetools-sync-java/v/10.0.0/) |
| 5 | +[](https://commercetools.github.io/commercetools-sync-java/v/10.0.0-beta.3-beta.3/) |
6 | 6 | [](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646) |
7 | 7 |
|
8 | 8 |
|
9 | | -> Note: The current version of this library uses [JVM-SDK-V2](http://commercetools.github.io/commercetools-sdk-java-v2). This doc already contains updated information. Please migrate to this version, using our [Migration Guide](/docs/MIGRATION_GUIDE.md). |
10 | | -> If migration isn't an option for you, you can still use deprecated versions of this library available at [Maven central](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.0.0/jar). |
| 9 | +> Note: The current version of this library uses [JVM-SDK-V2](http://commercetools.github.io/commercetools-sdk-java-v2). This doc already contains updated information. Please migrate to this version, using our [Migration Guide](/docs/MIGRATION_GUIDE.md). The support for JVM SDK v1 has been discontinued with [commercetools-sync-java v9.2.3](https://github.com/commercetools/commercetools-sync-java/tree/9.2.3) |
| 10 | +> If migration isn't an option for you, you can still use deprecated versions of this library available at [Maven central](https://central.sonatype.com/artifact/com.commercetools/commercetools-sync-java/9.2.3). |
11 | 11 |
|
12 | 12 | More at https://commercetools.github.io/commercetools-sync-java |
13 | 13 |
|
@@ -60,26 +60,26 @@ Here are the most popular ones: |
60 | 60 | <dependency> |
61 | 61 | <groupId>com.commercetools</groupId> |
62 | 62 | <artifactId>commercetools-sync-java</artifactId> |
63 | | - <version>10.0.0</version> |
| 63 | + <version>10.0.0-beta.3</version> |
64 | 64 | </dependency> |
65 | 65 | ```` |
66 | 66 |
|
67 | 67 | #### Gradle |
68 | 68 |
|
69 | 69 | ````groovy |
70 | | -implementation 'com.commercetools:commercetools-sync-java:10.0.0' |
| 70 | +implementation 'com.commercetools:commercetools-sync-java:10.0.0-beta.3' |
71 | 71 | ```` |
72 | 72 |
|
73 | 73 | #### SBT |
74 | 74 |
|
75 | 75 | ```` |
76 | | -libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "10.0.0" |
| 76 | +libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "10.0.0-beta.3" |
77 | 77 | ```` |
78 | 78 |
|
79 | 79 | #### Ivy |
80 | 80 |
|
81 | 81 | ````xml |
82 | | -<dependency org="com.commercetools" name="commercetools-sync-java" rev="10.0.0"/> |
| 82 | +<dependency org="com.commercetools" name="commercetools-sync-java" rev="10.0.0-beta.3"/> |
83 | 83 | ```` |
84 | 84 |
|
85 | 85 | **Note**: To avoid `commercetools JVM SDK` libraries version mismatch between projects. |
|
0 commit comments