Skip to content

Commit bef5a46

Browse files
committed
release version 2.0.0
- supporting Dropwizard 5.0.0
1 parent 65c7e47 commit bef5a46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Maven Central](https://maven-badges.sml.io/sonatype-central/io.github.sideshowcoder/dropwizard-openfeature/badge.svg?version=1.0.1)](https://maven-badges.sml.io/sonatype-central/io.github.sideshowcoder/dropwizard-openfeature) ![Maven Test & Build](https://github.com/sideshowcoder/dropwizard-openfeature/actions/workflows/maven-build.yml/badge.svg)
1+
[![Maven Central](https://maven-badges.sml.io/sonatype-central/io.github.sideshowcoder/dropwizard-openfeature/badge.svg?version=2.0.0)](https://maven-badges.sml.io/sonatype-central/io.github.sideshowcoder/dropwizard-openfeature) ![Maven Test & Build](https://github.com/sideshowcoder/dropwizard-openfeature/actions/workflows/maven-build.yml/badge.svg)
22

33
# Dropwizard Openfeature
44

@@ -17,7 +17,7 @@ Currently only [flagd][2] and the SDKs [InMemoryProvider][3] providers are suppo
1717
<dependency>
1818
<groupId>io.github.sideshowcoder</groupId>
1919
<artifactId>dropwizard-openfeature</artifactId>
20-
<version>1.0.1</version>
20+
<version>2.0.0</version>
2121
</dependency>
2222
```
2323

@@ -35,7 +35,7 @@ After installing the plugin locally you can include it in your `pom.xml`
3535
<dependency>
3636
<groupId>io.github.sideshowcoder</groupId>
3737
<artifactId>dropwizard-openfeature</artifactId>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>2.0.1-SNAPSHOT</version>
3939
</dependency>
4040
```
4141

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.sideshowcoder</groupId>
88
<artifactId>dropwizard-openfeature</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>dropwizard-openfeature</name>

0 commit comments

Comments
 (0)