diff --git a/pom.xml b/pom.xml
index fdc5d8e..3245ea9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.github.egoettelmann
spring-configuration-extensions
pom
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
Spring Configuration Extensions
Extensions for Spring Configurations management
diff --git a/spring-configuration-aggregator-maven-plugin/README.md b/spring-configuration-aggregator-maven-plugin/README.md
index b59d49d..e127aae 100644
--- a/spring-configuration-aggregator-maven-plugin/README.md
+++ b/spring-configuration-aggregator-maven-plugin/README.md
@@ -43,7 +43,7 @@ You can simply add the project to the build plugin section.
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
@@ -137,7 +137,7 @@ Simple aggregation, with following additional options:
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
false
@@ -172,7 +172,7 @@ Simple aggregation, by only including properties from:
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
@@ -199,7 +199,7 @@ Aggregation and reporting of all configuration properties.
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
@@ -238,7 +238,7 @@ Simple aggregation, that declares custom configuration files to load default val
com.github.egoettelmann
spring-configuration-aggregator-maven-plugin
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
diff --git a/spring-configuration-aggregator-maven-plugin/pom.xml b/spring-configuration-aggregator-maven-plugin/pom.xml
index 2a964e2..6bf3802 100644
--- a/spring-configuration-aggregator-maven-plugin/pom.xml
+++ b/spring-configuration-aggregator-maven-plugin/pom.xml
@@ -7,7 +7,7 @@
spring-configuration-extensions
com.github.egoettelmann
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
spring-configuration-aggregator-maven-plugin
maven-plugin
diff --git a/spring-configuration-extensions-samples/pom.xml b/spring-configuration-extensions-samples/pom.xml
index ba25157..9bd99c6 100644
--- a/spring-configuration-extensions-samples/pom.xml
+++ b/spring-configuration-extensions-samples/pom.xml
@@ -7,7 +7,7 @@
spring-configuration-extensions
com.github.egoettelmann
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
spring-configuration-extensions-samples
Spring Configuration Extensions: Samples
diff --git a/spring-value-annotation-processor/README.md b/spring-value-annotation-processor/README.md
index 824d7cc..d26fa53 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.0.8-SNAPSHOT
+ 0.1.0-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.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
@@ -61,7 +61,7 @@ Configuration would be as follows:
com.github.egoettelmann
spring-value-annotation-processor
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
diff --git a/spring-value-annotation-processor/pom.xml b/spring-value-annotation-processor/pom.xml
index 5d02ad9..7153c75 100644
--- a/spring-value-annotation-processor/pom.xml
+++ b/spring-value-annotation-processor/pom.xml
@@ -7,7 +7,7 @@
spring-configuration-extensions
com.github.egoettelmann
- 0.0.8-SNAPSHOT
+ 0.1.0-SNAPSHOT
spring-value-annotation-processor
Spring Configuration Extensions: Value Annotation Processor