From 7503dbd09d1d2b11c015f9f4f031149f4f7cc96f Mon Sep 17 00:00:00 2001 From: Dmitriy Pavlov Date: Mon, 18 Mar 2019 08:36:29 +0300 Subject: [PATCH] release 0.2.1. Promoted to maven central --- README.md | 2 +- spring-hocon-property-source/pom.xml | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c18c14..03a1e41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ of hocon configuration com.github.zeldigas spring-hocon-property-source - 0.2 + 0.2.1 2. In `META-INF/factories` file add the following line diff --git a/spring-hocon-property-source/pom.xml b/spring-hocon-property-source/pom.xml index e048ceb..ae15774 100644 --- a/spring-hocon-property-source/pom.xml +++ b/spring-hocon-property-source/pom.xml @@ -6,7 +6,7 @@ com.github.zeldigas spring-hocon-property-source - 0.2 + 0.2.1 Spring HOCON property source Property source loader for Spring that add support for HOCON format files as property sources @@ -83,7 +83,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.0.1 + 3.1.0 attach-javadocs @@ -99,7 +99,7 @@ io.github.zlika reproducible-build-maven-plugin - 0.7 + 0.8 @@ -121,6 +121,13 @@ + + + --pinentry-mode + loopback + + ${gpg.keyname} + org.sonatype.plugins @@ -148,6 +155,7 @@ org.springframework.boot spring-boot 2.0.0.RELEASE + provided