diff --git a/Changelog.txt b/Changelog.txt
index b56c108..7ed9349 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -28,4 +28,7 @@
. first open source version (github + maven central)
3.0.0:
- . update to Java 17
\ No newline at end of file
+ . update to Java 17
+
+3.0.1:
+ .
\ No newline at end of file
diff --git a/README.md b/README.md
index d1450dd..d1d596a 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,14 @@ Add one (or all) of the following maven dependencies to your project.
be.vito.rma.configtools
configtools-common
- 3.0.0
+ 3.0.1-SNAPSHOT
```
```
be.vito.rma.configtools
configtools-spring
- 3.0.0
+ 3.0.1-SNAPSHOT
```
diff --git a/configtools-common/pom.xml b/configtools-common/pom.xml
index 9da8b07..116b805 100644
--- a/configtools-common/pom.xml
+++ b/configtools-common/pom.xml
@@ -4,7 +4,7 @@
be.vito.rma.configtools
configtools
- 3.0.0
+ 3.0.1-SNAPSHOT
configtools-common
diff --git a/configtools-spring/pom.xml b/configtools-spring/pom.xml
index da6b35b..93ab425 100644
--- a/configtools-spring/pom.xml
+++ b/configtools-spring/pom.xml
@@ -4,7 +4,7 @@
be.vito.rma.configtools
configtools
- 3.0.0
+ 3.0.1-SNAPSHOT
configtools-spring
diff --git a/pom.xml b/pom.xml
index ffc964a..56a7744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
be.vito.rma.configtools
configtools
- 3.0.0
+ 3.0.1-SNAPSHOT
pom
${project.groupId}:${project.artifactId}