Skip to content

Commit

Permalink
chore!: use 1.0 sdk
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert committed Oct 25, 2022
1 parent 07dabad commit cab0275
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hooks/open-telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.openfeature.contrib</groupId>
<artifactId>parent</artifactId>
<version>0.0.3</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>dev.openfeature.contrib.hooks</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.openfeature.contrib</groupId>
<artifactId>parent</artifactId>
<version>0.0.3</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>java-sdk-contrib</name>
Expand Down Expand Up @@ -51,8 +51,8 @@
<!-- provided -->
<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<!-- 0.3.0 or greater -->
<version>[0.3,)</version>
<!-- 1.0 <= v < 2.0 -->
<version>[1.0,2.0)</version>
<!-- use the version provided at runtime -->
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.openfeature.contrib</groupId>
<artifactId>parent</artifactId>
<version>0.0.3</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.openfeature.contrib</groupId>
<artifactId>parent</artifactId>
<version>0.0.3</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
Expand Down

0 comments on commit cab0275

Please sign in to comment.