From 4dcf58db24d62e1bdb2650ec4a731ae9df3a5b1f Mon Sep 17 00:00:00 2001 From: CircleCI Date: Sat, 15 Jul 2023 21:12:19 +0000 Subject: [PATCH] [CircleCI] Release version 0.1.3 [skip ci] --- pom.xml | 2 +- spring-configuration-aggregator-maven-plugin/README.md | 10 +++++----- spring-configuration-aggregator-maven-plugin/pom.xml | 2 +- spring-configuration-extensions-samples/pom.xml | 2 +- spring-value-annotation-processor/README.md | 6 +++--- spring-value-annotation-processor/pom.xml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 6b7b0f5..27628b3 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.egoettelmann spring-configuration-extensions pom - 0.1.3-SNAPSHOT + 0.1.3 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 ea5e288..2cd9af3 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-SNAPSHOT + 0.1.3 @@ -139,7 +139,7 @@ Simple aggregation, with following additional options: com.github.egoettelmann spring-configuration-aggregator-maven-plugin - 0.1.3-SNAPSHOT + 0.1.3 false @@ -174,7 +174,7 @@ Simple aggregation, by only including properties from: com.github.egoettelmann spring-configuration-aggregator-maven-plugin - 0.1.3-SNAPSHOT + 0.1.3 @@ -201,7 +201,7 @@ Aggregation and reporting of all configuration properties. com.github.egoettelmann spring-configuration-aggregator-maven-plugin - 0.1.3-SNAPSHOT + 0.1.3 @@ -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-SNAPSHOT + 0.1.3 diff --git a/spring-configuration-aggregator-maven-plugin/pom.xml b/spring-configuration-aggregator-maven-plugin/pom.xml index f7ea0b7..8c94544 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.1.3-SNAPSHOT + 0.1.3 spring-configuration-aggregator-maven-plugin maven-plugin diff --git a/spring-configuration-extensions-samples/pom.xml b/spring-configuration-extensions-samples/pom.xml index f5594ff..5e7bfa4 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.1.3-SNAPSHOT + 0.1.3 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 5a5a855..9ee548b 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-SNAPSHOT + 0.1.3 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-SNAPSHOT + 0.1.3 @@ -61,7 +61,7 @@ Configuration would be as follows: com.github.egoettelmann spring-value-annotation-processor - 0.1.3-SNAPSHOT + 0.1.3 diff --git a/spring-value-annotation-processor/pom.xml b/spring-value-annotation-processor/pom.xml index 98c6052..6689b8f 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.1.3-SNAPSHOT + 0.1.3 spring-value-annotation-processor Spring Configuration Extensions: Value Annotation Processor