Skip to content

Commit

Permalink
build: Rename Artifact package (#61)
Browse files Browse the repository at this point in the history
build: Rename package
  • Loading branch information
fabriziodemaria authored Oct 9, 2023
1 parent 84b40a5 commit b8f1e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</repository>
</distributionManagement>

<groupId>com.spotify</groupId>
<artifactId>confidence-openfeature-provider</artifactId>
<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider</artifactId>
<version>0.0.3-SNAPSHOT</version>

<url>https://github.com/spotify/confidence-openfeature-provider-java</url>
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bootstrap-sha": "188faf7e47b03bde3bf02c3521771301c77580d6",
"packages": {
".": {
"package-name": "com.spotify.confidence-openfeature-provider",
"package-name": "com.spotify.confidence.openfeature-provider",
"release-type": "maven",
"monorepo-tags": false,
"include-component-in-tag": false,
Expand Down

0 comments on commit b8f1e65

Please sign in to comment.