Skip to content

Commit

Permalink
release 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rikcarve committed Jan 3, 2023
1 parent b979abe commit b2c072d
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 @@ -23,7 +23,7 @@ The eclipse microprofile config framework is a simple yet powerful configuration
<dependency>
<groupId>ch.carve</groupId>
<artifactId>mp-config-consul</artifactId>
<version>0.14</version>
<version>0.15</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-consul</artifactId>
<version>0.15-SNAPSHOT</version>
<version>0.15</version>
<packaging>jar</packaging>
<name>mp-config-consul</name>
<description>Consul ConfigurationSource for eclipse microprofile config</description>
Expand Down

0 comments on commit b2c072d

Please sign in to comment.