diff --git a/README.md b/README.md
index 5fe9032e..e203c585 100644
--- a/README.md
+++ b/README.md
@@ -12,24 +12,13 @@ Java has some embedded features to parse binary data (for instance ByteBuffer),
![Use cases](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png)
# Change log
-- **2.0.2 (SNAPSHOT)**
+- __2.0.2 (22-aug-2020)__
- added `JBBPOut#Bin` variant to override `@Bin` annotation fields in written objects.
- [#28](https://github.com/raydac/java-binary-block-parser/issues/28) added `JBBPOut#BinForceByteOrder` to override byte order defined in `@Bin` annotations of written object.
-- **2.0.1 (04-feb-2020)**
+- __2.0.1 (04-feb-2020)__
- [#26](https://github.com/raydac/java-binary-block-parser/issues/26) fixed bug in array write with MSB0
-- **2.0.0 (20-nov-2019)**
- - __removed DslBinCustom annotation, use @Bin annotation instead__
- - __renamed attributes of @Bin annotation to their correct form__
- - __reworked object mapping system, removed hacks to instantiate classes, now only mapping to objects allowed, support of private fields mapping is removed__
- - __minimal JDK version now 1.8+__
- - __minimal Android API now 3.0+__
- - added support of getters and setters into mapping
- - added `Object newInstance(Class)` method support of mapped classes to generate local class member instances
- - added generating of `makeFIELD()` method for structure types in Java class converter
- - refactoring
-
[Full changelog](https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt)
# Maven dependency
diff --git a/jbbp-plugins/jbbp-gradle/pom.xml b/jbbp-plugins/jbbp-gradle/pom.xml
index 1544ef95..7b759eac 100644
--- a/jbbp-plugins/jbbp-gradle/pom.xml
+++ b/jbbp-plugins/jbbp-gradle/pom.xml
@@ -6,7 +6,7 @@
com.igormaznitsa
jbbp-main-plugin-pom
- 2.0.2-SNAPSHOT
+ 2.0.2
jbbp-gradle-plugin
diff --git a/jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/pom.xml b/jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/pom.xml
index bf1213be..c43bd23a 100644
--- a/jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/pom.xml
+++ b/jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/pom.xml
@@ -5,7 +5,7 @@
com.igormaznitsa
jbbp-maven-plugin-pom
- 2.0.2-SNAPSHOT
+ 2.0.2
jbbp-maven-plugin-tests
diff --git a/jbbp-plugins/jbbp-maven/jbbp-maven-plugin/pom.xml b/jbbp-plugins/jbbp-maven/jbbp-maven-plugin/pom.xml
index 82a55537..247e5696 100644
--- a/jbbp-plugins/jbbp-maven/jbbp-maven-plugin/pom.xml
+++ b/jbbp-plugins/jbbp-maven/jbbp-maven-plugin/pom.xml
@@ -5,7 +5,7 @@
com.igormaznitsa
jbbp-maven-plugin-pom
- 2.0.2-SNAPSHOT
+ 2.0.2
jbbp-maven-plugin
diff --git a/jbbp-plugins/jbbp-maven/pom.xml b/jbbp-plugins/jbbp-maven/pom.xml
index ba435949..f5a04079 100644
--- a/jbbp-plugins/jbbp-maven/pom.xml
+++ b/jbbp-plugins/jbbp-maven/pom.xml
@@ -5,7 +5,7 @@
com.igormaznitsa
jbbp-main-plugin-pom
- 2.0.2-SNAPSHOT
+ 2.0.2
jbbp-maven-plugin-pom
diff --git a/jbbp-plugins/jbbp-plugin-common/pom.xml b/jbbp-plugins/jbbp-plugin-common/pom.xml
index 418443fb..0e72018b 100644
--- a/jbbp-plugins/jbbp-plugin-common/pom.xml
+++ b/jbbp-plugins/jbbp-plugin-common/pom.xml
@@ -6,7 +6,7 @@
com.igormaznitsa
jbbp-main-plugin-pom
- 2.0.2-SNAPSHOT
+ 2.0.2
jbbp-plugin-common
diff --git a/jbbp-plugins/pom.xml b/jbbp-plugins/pom.xml
index c02ae88f..ee31c52a 100644
--- a/jbbp-plugins/pom.xml
+++ b/jbbp-plugins/pom.xml
@@ -5,7 +5,7 @@
com.igormaznitsa
jbbp-main-pom
- 2.0.2-SNAPSHOT
+ 2.0.2
jbbp-main-plugin-pom
diff --git a/jbbp/pom.xml b/jbbp/pom.xml
index 66678a0a..fefd5ec7 100644
--- a/jbbp/pom.xml
+++ b/jbbp/pom.xml
@@ -5,7 +5,7 @@
com.igormaznitsa
jbbp-main-pom
- 2.0.2-SNAPSHOT
+ 2.0.2
jbbp
diff --git a/pom.xml b/pom.xml
index 8ee08d85..803589b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.igormaznitsa
jbbp-main-pom
- 2.0.2-SNAPSHOT
+ 2.0.2
pom
@@ -20,7 +20,7 @@
yyyyMMddHHmm
3.0
1.1.2
- 2.0.2-SNAPSHOT
+ 2.0.2
${jbbp.version}
1.8
1.8