File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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+
1013Changed:
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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ nexusPublishing {
2222
2323allprojects {
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 {
You can’t perform that action at this time.
0 commit comments