diff --git a/.circleci/config.yml b/.circleci/config.yml
index 64876f9..f819817 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -152,7 +152,7 @@ jobs:
OLD_PROJECT_VERSION=$(mvn help:evaluate -N -Dexpression=project.version|grep -v '\[')
mvn versions:set -DnextSnapshot=true -DgenerateBackupPoms=false
PROJECT_VERSION=$(mvn help:evaluate -N -Dexpression=project.version|grep -v '\[')
- sed -i "s,$OLD_PROJECT_VERSION,$PROJECT_VERSION,g" README.md
+ find ./ -iname "*README.md" -exec sed -i "s,$OLD_PROJECT_VERSION,$PROJECT_VERSION,g" "{}" ";"
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
git config user.name "<< pipeline.parameters.git-user >>"
git config user.email "<< pipeline.parameters.git-email >>"
diff --git a/spring-configuration-aggregator-maven-plugin/README.md b/spring-configuration-aggregator-maven-plugin/README.md
index 2cd9af3..653ea0f 100644
--- a/spring-configuration-aggregator-maven-plugin/README.md
+++ b/spring-configuration-aggregator-maven-plugin/README.md
@@ -44,7 +44,7 @@ You can simply add the project to the build plugin section.
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.1.3
+ 0.1.4-SNAPSHOT
@@ -139,7 +139,7 @@ Simple aggregation, with following additional options:
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.1.3
+ 0.1.4-SNAPSHOT
false
@@ -174,7 +174,7 @@ Simple aggregation, by only including properties from:
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.1.3
+ 0.1.4-SNAPSHOT
@@ -201,7 +201,7 @@ Aggregation and reporting of all configuration properties.
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.1.3
+ 0.1.4-SNAPSHOT
@@ -240,7 +240,7 @@ Simple aggregation, that declares custom configuration files to load default val
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.1.3
+ 0.1.4-SNAPSHOT
diff --git a/spring-value-annotation-processor/README.md b/spring-value-annotation-processor/README.md
index 9ee548b..9dcc528 100644
--- a/spring-value-annotation-processor/README.md
+++ b/spring-value-annotation-processor/README.md
@@ -16,7 +16,7 @@ If using Maven, you can simply add the project as a `provided` dependency.
com.github.egoettelmann
spring-value-annotation-processor
- 0.1.3
+ 0.1.4-SNAPSHOT
provided
```
@@ -34,7 +34,7 @@ The plugin's configuration should look to something like the following:
com.github.egoettelmann
spring-value-annotation-processor
- 0.1.3
+ 0.1.4-SNAPSHOT
@@ -61,7 +61,7 @@ Configuration would be as follows:
com.github.egoettelmann
spring-value-annotation-processor
- 0.1.3
+ 0.1.4-SNAPSHOT