Skip to content

Commit 4a72f06

Browse files
committed
Updated Changelog
1 parent 0cc453c commit 4a72f06

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.4.0 - 2022-10-04
99

10+
Fixed:
11+
* [#9] - Fixed release to Maven Central via Sonatype
12+
1013
Changed:
1114
* [#8] - Moved packages to `com.contentgrid.opa`
1215
* [#7] - Moved maven group coordinates to `com.contentgrid.opa-java-client`
@@ -17,6 +20,8 @@ Housekeeping:
1720

1821
[#6]: https://github.com/xenit-eu/opa-java-client/pull/6
1922
[#7]: https://github.com/xenit-eu/opa-java-client/pull/7
23+
[#8]: https://github.com/xenit-eu/opa-java-client/pull/8
24+
[#9]: https://github.com/xenit-eu/opa-java-client/pull/9
2025

2126
## 0.3.0 - 2021-12-09
2227

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nexusPublishing {
2222

2323
allprojects {
2424
pluginManager.withPlugin('maven-publish') {
25-
apply from: "${rootDir}/gradle/publish.gradle"
25+
apply from: "${rootDir}/gradle/publish.gradle"
2626
}
2727
pluginManager.withPlugin('java') {
2828
java {

0 commit comments

Comments
 (0)