Skip to content

Commit 720fdc8

Browse files
chore: Bring the version up to date with main
1 parent 03cc35c commit 720fdc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

confidence-proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify.confidence</groupId>
66
<artifactId>confidence-sdk-java</artifactId>
7-
<version>0.1.9-SNAPSHOT</version>
7+
<version>0.1.10</version>
88
</parent>
99

1010
<artifactId>confidence-proto</artifactId>

openfeature-provider-local/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify.confidence</groupId>
66
<artifactId>confidence-sdk-java</artifactId>
7-
<version>0.1.9-SNAPSHOT</version>
7+
<version>0.1.10</version>
88
</parent>
99

1010
<artifactId>openfeature-provider-local</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.spotify.confidence</groupId>
2424
<artifactId>confidence-proto</artifactId>
25-
<version>0.1.9-SNAPSHOT</version>
25+
<version>0.1.10</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.assertj</groupId>

sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.spotify.confidence</groupId>
7171
<artifactId>confidence-proto</artifactId>
72-
<version>0.1.9-SNAPSHOT</version>
72+
<version>0.1.10</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>dev.failsafe</groupId>

0 commit comments

Comments
 (0)