Skip to content

Commit

Permalink
Merge pull request #198 from xenit-eu/ALFREDAPI-540/artifactnames
Browse files Browse the repository at this point in the history
Alfredapi 540/artifactnames
  • Loading branch information
WimCrols authored Jan 10, 2024
2 parents d5e63dd + c3eff3c commit 83d0187
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Alfred API - Changelog

## 5.0.1 (unreleased - yyyy-MM-dd)

The artifact name of `apix-interface` has been changed to `alfred-api-interface`.

### Added

### Changed

### Fixed
* [ALFREDAPI-537](https://xenitsupport.jira.com/browse/ALFREDAPI-537): Fix conflicts between artifacts when publishing to Sonatype
* [ALFREDAPI-538](https://xenitsupport.jira.com/browse/ALFREDAPI-538): Fixed issue where errors related to jackson library conflicts would occurs while Alfresco is running
* [ALFREDAPI-540](https://xenitsupport.jira.com/browse/ALFREDAPI-540): Realign interface artifact name

### Removed

Expand Down
3 changes: 2 additions & 1 deletion apix-interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ task javadocJar(type: Jar) {
publishing {
publications {
mavenJava(MavenPublication) {
artifactId 'alfred-api-interface'
from components.java
artifact sourcesJar
artifact javadocJar
Expand All @@ -25,6 +26,6 @@ publishing {
dependencies {
compileOnly "com.fasterxml.jackson.core:jackson-annotations:${jackson_version}"
compileOnly "com.fasterxml.jackson.core:jackson-databind:${jackson_version}"
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
}

0 comments on commit 83d0187

Please sign in to comment.