Skip to content

Commit a4be1ff

Browse files
authored
feat: migrate to Java 11 (#1336)
Signed-off-by: Todd Baert <[email protected]>
1 parent fa58c8e commit a4be1ff

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

hooks/open-telemetry/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.hooks</groupId>
@@ -55,4 +55,4 @@
5555
</dependency>
5656
</dependencies>
5757

58-
</project>
58+
</project>

providers/configcat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/env-var/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.openfeature.contrib</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.2.1</version>
9+
<version>0.2.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<groupId>dev.openfeature.contrib.providers</groupId>

providers/flagsmith/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/flipt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/go-feature-flag/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/jsonlogic-eval-provider/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.openfeature.contrib</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.1.0</version>
7+
<version>0.2.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<!-- The group id MUST start with dev.openfeature, or publishing will fail. OpenFeature has verified ownership of this (reversed) domain. -->
@@ -55,4 +55,4 @@
5555
</plugins>
5656
</build>
5757

58-
</project>
58+
</project>

providers/multiprovider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/statsig/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/unleash/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

tools/junit-openfeature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.tools</groupId>

0 commit comments

Comments
 (0)