Skip to content

Commit d8ac4bd

Browse files
authored
fix: update-parent-pom (#120)
1 parent 223eb0a commit d8ac4bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hooks/open-telemetry/pom.xml

+1-1
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.0.2</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>dev.openfeature.contrib.hooks</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.openfeature.contrib</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.0.2</version>
7+
<version>0.0.3</version>
88
<packaging>pom</packaging>
99

1010
<name>java-sdk-contrib</name>

providers/flagd/pom.xml

+1-1
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.0.2</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<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.0.2</version>
8+
<version>0.0.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>

0 commit comments

Comments
 (0)