Skip to content

Commit

Permalink
chore(main): release 0.1.1-SNAPSHOT (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 20, 2024
1 parent e409393 commit fc51bc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>
```
<!---x-release-please-end-->
Expand Down
4 changes: 2 additions & 2 deletions openfeature-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>openfeature-provider</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>
<!---x-release-please-end-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>

<url>https://github.com/spotify/confidence-sdk-java</url>
<description>Confidence SDK for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>sdk-java</artifactId>
Expand Down

0 comments on commit fc51bc0

Please sign in to comment.