Skip to content

Commit aa2e6ec

Browse files
chore(main): release 0.2.8-SNAPSHOT (#264)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent beb21f5 commit aa2e6ec

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the OpenFeature provider dependency if you want to use Confidence via the Op
1515
<dependency>
1616
<groupId>com.spotify.confidence</groupId>
1717
<artifactId>openfeature-provider</artifactId>
18-
<version>0.2.7</version>
18+
<version>0.2.8-SNAPSHOT</version>
1919
</dependency>
2020
```
2121
<!---x-release-please-end-->
@@ -83,7 +83,7 @@ Use the Confidence SDK directly if you are not using OpenFeature.
8383
<dependency>
8484
<groupId>com.spotify.confidence</groupId>
8585
<artifactId>sdk-java</artifactId>
86-
<version>0.2.7</version>
86+
<version>0.2.8-SNAPSHOT</version>
8787
</dependency>
8888
```
8989
<!---x-release-please-end-->

confidence-proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.2.7</version>
8+
<version>0.2.8-SNAPSHOT</version>
99
</parent>
1010
<!---x-release-please-end-->
1111

openfeature-provider-local/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.2.7</version>
8+
<version>0.2.8-SNAPSHOT</version>
99
</parent>
1010
<!---x-release-please-end-->
1111

@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>com.spotify.confidence</groupId>
3030
<artifactId>confidence-proto</artifactId>
31-
<version>0.2.7</version>
31+
<version>0.2.8-SNAPSHOT</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.spotify.confidence</groupId>
3535
<artifactId>openfeature-provider-shared</artifactId>
36-
<version>0.2.7</version>
36+
<version>0.2.8-SNAPSHOT</version>
3737
</dependency>
3838
<!---x-release-please-end-->
3939

openfeature-provider-shared/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.2.7</version>
8+
<version>0.2.8-SNAPSHOT</version>
99
</parent>
1010
<!---x-release-please-end-->
1111
<artifactId>openfeature-provider-shared</artifactId>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.spotify.confidence</groupId>
7272
<artifactId>confidence-proto</artifactId>
73-
<version>0.2.7</version>
73+
<version>0.2.8-SNAPSHOT</version>
7474
</dependency>
7575
<!---x-release-please-end-->
7676

openfeature-provider/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.2.7</version>
8+
<version>0.2.8-SNAPSHOT</version>
99
</parent>
1010
<!---x-release-please-end-->
1111
<artifactId>openfeature-provider</artifactId>
@@ -71,24 +71,24 @@
7171
<dependency>
7272
<groupId>com.spotify.confidence</groupId>
7373
<artifactId>sdk-java</artifactId>
74-
<version>0.2.7</version>
74+
<version>0.2.8-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.spotify.confidence</groupId>
7878
<artifactId>sdk-java</artifactId>
79-
<version>0.2.7</version>
79+
<version>0.2.8-SNAPSHOT</version>
8080
<type>test-jar</type>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.spotify.confidence</groupId>
8585
<artifactId>openfeature-provider-shared</artifactId>
86-
<version>0.2.7</version>
86+
<version>0.2.8-SNAPSHOT</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.spotify.confidence</groupId>
9090
<artifactId>confidence-proto</artifactId>
91-
<version>0.2.7</version>
91+
<version>0.2.8-SNAPSHOT</version>
9292
</dependency>
9393
<!---x-release-please-end-->
9494

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- x-release-please-start-version -->
2525
<groupId>com.spotify.confidence</groupId>
2626
<artifactId>confidence-sdk-java</artifactId>
27-
<version>0.2.7</version>
27+
<version>0.2.8-SNAPSHOT</version>
2828
<!---x-release-please-end-->
2929
<url>https://github.com/spotify/confidence-sdk-java</url>
3030
<description>Confidence SDK for Java</description>

sdk-java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.2.7</version>
8+
<version>0.2.8-SNAPSHOT</version>
99
</parent>
1010
<!---x-release-please-end-->
1111
<artifactId>sdk-java</artifactId>
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>com.spotify.confidence</groupId>
7373
<artifactId>openfeature-provider-shared</artifactId>
74-
<version>0.2.7</version>
74+
<version>0.2.8-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.spotify.confidence</groupId>
7878
<artifactId>confidence-proto</artifactId>
79-
<version>0.2.7</version>
79+
<version>0.2.8-SNAPSHOT</version>
8080
</dependency>
8181
<!---x-release-please-end-->
8282

sdk-java/src/main/java/com/spotify/confidence/ConfidenceUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ static ConfidenceValue getValueForPath(List<String> path, ConfidenceValue fullVa
8080
}
8181

8282
static String getSdkVersion() {
83-
return "0.2.7"; // x-release-please-version
83+
return "0.2.8-SNAPSHOT"; // x-release-please-version
8484
}
8585
}

0 commit comments

Comments
 (0)