Skip to content

Commit 5701dc5

Browse files
jarebudevchrfwowaepfli
authored
chore: added upper bound to parent pom range (#1421)
Signed-off-by: jarebudev <[email protected]> Co-authored-by: chrfwow <[email protected]> Co-authored-by: Simon Schrottner <[email protected]>
1 parent 2bc16a8 commit 5701dc5

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

hooks/open-telemetry/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
8+
<version>[0.2,1.0)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.hooks</groupId>

providers/configcat/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
8+
<version>[0.2,1.0)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/env-var/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
8+
<version>[0.2,1.0)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
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,)</version>
9+
<version>[0.2,1.0)</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<groupId>dev.openfeature.contrib.providers</groupId>

providers/flagsmith/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
8+
<version>[0.2,1.0)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/flipt/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
8+
<version>[0.2,1.0)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/go-feature-flag/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
8+
<version>[0.2,1.0)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/jsonlogic-eval-provider/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
7+
<version>[0.2,1.0)</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. -->

providers/multiprovider/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
8+
<version>[0.2,1.0)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

providers/statsig/pom.xml

Lines changed: 1 addition & 1 deletion
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.2,)</version>
8+
<version>[0.2,1.0)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

0 commit comments

Comments
 (0)