From a3815156ce7b46653a8eb89616e738e20584db10 Mon Sep 17 00:00:00 2001 From: Elio Goettelmann Date: Wed, 7 Sep 2022 00:10:58 +0200 Subject: [PATCH] Updated README files --- .circleci/config.yml | 1 - .../README.md | 13 +++++++------ spring-configuration-extensions-samples/README.md | 9 +++++++++ spring-value-annotation-processor/README.md | 9 +++++---- 4 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 spring-configuration-extensions-samples/README.md diff --git a/.circleci/config.yml b/.circleci/config.yml index a9fd019..86a7b8b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,7 +46,6 @@ jobs: OLD_PROJECT_VERSION=$(mvn help:evaluate -N -Dexpression=project.version|grep -v '\[') mvn versions:set -DremoveSnapshot=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" "{}" ";" 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 4dc7aff..b59d49d 100644 --- a/spring-configuration-aggregator-maven-plugin/README.md +++ b/spring-configuration-aggregator-maven-plugin/README.md @@ -1,7 +1,8 @@ -Spring Configuration Aggregator Maven Plugin +Spring Configuration Extensions: Aggregator Maven Plugin ========== [![Maven Central](https://img.shields.io/maven-central/v/com.github.egoettelmann/spring-configuration-aggregator-maven-plugin?style=flat-square&label=Maven%20Central)](https://search.maven.org/artifact/com.github.egoettelmann/spring-configuration-aggregator-maven-plugin) +[![CircleCI build (develop)](https://img.shields.io/circleci/build/github/egoettelmann/spring-configuration-extensions/develop?label=Develop&style=flat-square)](https://app.circleci.com/pipelines/github/egoettelmann/spring-configuration-extensions?branch=develop) Maven plugin that aggregates all Spring configuration metadata files of the project dependencies into a single one. @@ -42,7 +43,7 @@ You can simply add the project to the build plugin section. com.github.egoettelmann spring-configuration-aggregator-maven-plugin - 0.0.7 + 0.0.8-SNAPSHOT @@ -136,7 +137,7 @@ Simple aggregation, with following additional options: com.github.egoettelmann spring-configuration-aggregator-maven-plugin - 0.0.7 + 0.0.8-SNAPSHOT false @@ -171,7 +172,7 @@ Simple aggregation, by only including properties from: com.github.egoettelmann spring-configuration-aggregator-maven-plugin - 0.0.7 + 0.0.8-SNAPSHOT @@ -198,7 +199,7 @@ Aggregation and reporting of all configuration properties. com.github.egoettelmann spring-configuration-aggregator-maven-plugin - 0.0.7 + 0.0.8-SNAPSHOT @@ -237,7 +238,7 @@ Simple aggregation, that declares custom configuration files to load default val com.github.egoettelmann spring-configuration-aggregator-maven-plugin - 0.0.7 + 0.0.8-SNAPSHOT diff --git a/spring-configuration-extensions-samples/README.md b/spring-configuration-extensions-samples/README.md new file mode 100644 index 0000000..fdd8650 --- /dev/null +++ b/spring-configuration-extensions-samples/README.md @@ -0,0 +1,9 @@ +Spring Configuration Extensions: Samples +========== + +This module provides a sample configuration for using: + - [spring-value-annotation-processor](../spring-value-annotation-processor) + - [spring-configuration-aggregator-maven-plugin](../spring-configuration-aggregator-maven-plugin) + +Checkout the [pom.xml](pom.xml) file to see a sample usage. + diff --git a/spring-value-annotation-processor/README.md b/spring-value-annotation-processor/README.md index bbf961f..824d7cc 100644 --- a/spring-value-annotation-processor/README.md +++ b/spring-value-annotation-processor/README.md @@ -1,7 +1,8 @@ -Spring Value Annotation Processor +Spring Configuration Extensions: Value Annotation Processor ========== [![Maven Central](https://img.shields.io/maven-central/v/com.github.egoettelmann/spring-value-annotation-processor?style=flat-square&label=Maven%20Central)](https://search.maven.org/artifact/com.github.egoettelmann/spring-value-annotation-processor) +[![CircleCI build (develop)](https://img.shields.io/circleci/build/github/egoettelmann/spring-configuration-extensions/develop?label=Develop&style=flat-square)](https://app.circleci.com/pipelines/github/egoettelmann/spring-configuration-extensions?branch=develop) An annotation processor to extract all configuration properties injected through Spring `@Value` annotations. @@ -15,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.4-SNAPSHOT + 0.0.8-SNAPSHOT provided ``` @@ -33,7 +34,7 @@ The plugin's configuration should look to something like the following: com.github.egoettelmann spring-value-annotation-processor - 0.0.4-SNAPSHOT + 0.0.8-SNAPSHOT @@ -60,7 +61,7 @@ Configuration would be as follows: com.github.egoettelmann spring-value-annotation-processor - 0.0.4-SNAPSHOT + 0.0.8-SNAPSHOT