Skip to content

Commit 4e34910

Browse files
authored
fix: project name was missing (#201)
project name was missing
1 parent 083e3fc commit 4e34910

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

confidence-proto/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>confidence-proto</artifactId>
11+
<name>Confidence Proto files</name>
1112

1213
<dependencies>
1314
<dependency>

openfeature-provider-local/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<version>0.1.10</version>
88
</parent>
99

10+
<name>Confidence local resolve provider</name>
1011
<artifactId>openfeature-provider-local</artifactId>
1112

1213
<properties>

openfeature-provider-shared/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<version>0.1.10</version>
88
</parent>
99

10+
<name>Confidence java resolver shared components</name>
1011
<artifactId>openfeature-provider-shared</artifactId>
11-
12-
<name>OpenFeature Provider Types</name>
1312
<organization>
1413
<name>com.spotify</name>
1514
<url>https://github.com/spotify</url>

0 commit comments

Comments
 (0)