Skip to content

Commit 3c88d1d

Browse files
committed
Missed 2 strings
Signed-off-by: Justin Abrahms <[email protected]>
1 parent 591513c commit 3c88d1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<configuration>
272272
<dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
273273
<excludes>
274-
<exclude>dev/openfeature/javasdk/exceptions/**</exclude>
274+
<exclude>dev/openfeature/sdk/exceptions/**</exclude>
275275
</excludes>
276276

277277
<rules>

Diff for: release-please-config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"bootstrap-sha": "c701a6c4ebbe1170a25ca7636a31508b9628831c",
33
"packages": {
44
".": {
5-
"package-name": "dev.openfeature.javasdk",
5+
"package-name": "dev.openfeature.sdk",
66
"release-type": "simple",
77
"bump-minor-pre-major": true,
88
"bump-patch-for-minor-pre-major": true,
@@ -13,4 +13,4 @@
1313
]
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)