diff --git a/README.md b/README.md
index 52840d6a..77c1706a 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ Barcode4j
[![Maven](https://github.com/SingingBush/barcode4j/actions/workflows/maven.yml/badge.svg)](https://github.com/SingingBush/barcode4j/actions/workflows/maven.yml)
[![Ant](https://github.com/SingingBush/barcode4j/actions/workflows/ant.yml/badge.svg)](https://github.com/SingingBush/barcode4j/actions/workflows/ant.yml)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.singingbush/barcode4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.singingbush/barcode4j)
+[![Javadocs](https://www.javadoc.io/badge/com.singingbush/barcode4j.svg)](https://www.javadoc.io/doc/com.singingbush/barcode4j)
Barcode4J is a flexible generator for barcodes written in Java and available under the Apache License v2.0. Features
@@ -22,7 +24,7 @@ This fork has the following goals:
- [x] Move to standard maven project structure
- [ ] Pulling in various svn patches and git merge requests
- [ ] Adding Test Coverage
- - [ ] Publish build artifacts to maven central
+ - [x] Publish build artifacts to maven central
- [ ] Support the latest Saxon version**
- [ ] Add JPMS support (**in version 3 and above**, 2.* releases will continue to support JDK 8)
@@ -42,7 +44,7 @@ Initially the project will continue to be a compatible drop-in replacement for e
com.singingbush
barcode4j
- 2.1.0
+ 2.2.0
```
diff --git a/barcode4j-ant/pom.xml b/barcode4j-ant/pom.xml
index 40211d73..18f136b1 100644
--- a/barcode4j-ant/pom.xml
+++ b/barcode4j-ant/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j-ant
diff --git a/barcode4j-cli/pom.xml b/barcode4j-cli/pom.xml
index bbd33792..9ff20598 100644
--- a/barcode4j-cli/pom.xml
+++ b/barcode4j-cli/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j-cli
diff --git a/barcode4j-fop-ext/pom.xml b/barcode4j-fop-ext/pom.xml
index 8dbe6e64..2d48ab99 100644
--- a/barcode4j-fop-ext/pom.xml
+++ b/barcode4j-fop-ext/pom.xml
@@ -6,9 +6,9 @@
4.0.0
- barcode4j-parent
com.singingbush
- 2.2.0
+ barcode4j-parent
+ 2.2.1-SNAPSHOT
barcode4j-fop-ext
diff --git a/barcode4j-jdom/pom.xml b/barcode4j-jdom/pom.xml
index 1c43ae7f..f347de75 100644
--- a/barcode4j-jdom/pom.xml
+++ b/barcode4j-jdom/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j-jdom
diff --git a/barcode4j-saxon8/pom.xml b/barcode4j-saxon8/pom.xml
index fcd4617d..0b0a4ebc 100644
--- a/barcode4j-saxon8/pom.xml
+++ b/barcode4j-saxon8/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j-saxon8
diff --git a/barcode4j-saxon91/pom.xml b/barcode4j-saxon91/pom.xml
index 8973ba8a..f56a1282 100644
--- a/barcode4j-saxon91/pom.xml
+++ b/barcode4j-saxon91/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j-saxon91
diff --git a/barcode4j-servlet/pom.xml b/barcode4j-servlet/pom.xml
index db635f2d..bfed44a3 100644
--- a/barcode4j-servlet/pom.xml
+++ b/barcode4j-servlet/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j-servlet
diff --git a/barcode4j-xalan/pom.xml b/barcode4j-xalan/pom.xml
index 3818f5ac..df659342 100644
--- a/barcode4j-xalan/pom.xml
+++ b/barcode4j-xalan/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j-xalan
diff --git a/barcode4j-xgc/pom.xml b/barcode4j-xgc/pom.xml
index 33c2058b..338e45fd 100644
--- a/barcode4j-xgc/pom.xml
+++ b/barcode4j-xgc/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j-xgc
diff --git a/barcode4j/pom.xml b/barcode4j/pom.xml
index f32cf63f..1a42aabf 100644
--- a/barcode4j/pom.xml
+++ b/barcode4j/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j
diff --git a/pom.xml b/pom.xml
index bf5feee5..f431341b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.singingbush
barcode4j-parent
pom
- 2.2.0
+ 2.2.1-SNAPSHOT
barcode4j