Skip to content

Commit

Permalink
release 0.2.1. Promoted to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldigas committed Mar 18, 2019
1 parent 2fc4622 commit 7503dbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ of hocon configuration
<dependency>
<groupId>com.github.zeldigas</groupId>
<artifactId>spring-hocon-property-source</artifactId>
<version>0.2</version>
<version>0.2.1</version>
</dependency>

2. In `META-INF/factories` file add the following line
Expand Down
14 changes: 11 additions & 3 deletions spring-hocon-property-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.zeldigas</groupId>
<artifactId>spring-hocon-property-source</artifactId>
<version>0.2</version>
<version>0.2.1</version>

<name>Spring HOCON property source</name>
<description>Property source loader for Spring that add support for HOCON format files as property sources
Expand Down Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -99,7 +99,7 @@
<plugin>
<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
<version>0.7</version>
<version>0.8</version>
<executions>
<execution>
<goals>
Expand All @@ -121,6 +121,13 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
<passphraseServerId>${gpg.keyname}</passphraseServerId>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down Expand Up @@ -148,6 +155,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.0.0.RELEASE</version>
<scope>provided</scope>
</dependency>


Expand Down

0 comments on commit 7503dbd

Please sign in to comment.