Skip to content

Commit

Permalink
prepare for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rikcarve committed Dec 15, 2019
1 parent 67f7eb8 commit b9b8d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The eclipse microprofile config framework is a simple yet powerful configuration
<dependency>
<groupId>ch.carve</groupId>
<artifactId>mp-config-db</artifactId>
<version>0.4</version>
<version>0.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.carve</groupId>
<artifactId>mp-config-db</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<packaging>jar</packaging>
<name>mp-config-db</name>
<description>ConfigurationSource for eclipse microprofile config based on a database</description>
Expand Down

0 comments on commit b9b8d0f

Please sign in to comment.