Skip to content

Commit

Permalink
Missed 2 strings
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Oct 3, 2022
1 parent 8213171 commit 16692de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<configuration>
<dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
<excludes>
<exclude>dev/openfeature/javasdk/exceptions/**</exclude>
<exclude>dev/openfeature/sdk/exceptions/**</exclude>
</excludes>

<rules>
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bootstrap-sha": "c701a6c4ebbe1170a25ca7636a31508b9628831c",
"packages": {
".": {
"package-name": "dev.openfeature.javasdk",
"package-name": "dev.openfeature.sdk",
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
Expand All @@ -13,4 +13,4 @@
]
}
}
}
}

0 comments on commit 16692de

Please sign in to comment.