Skip to content

Commit

Permalink
ALFREDAPI-540: Change apix-interface to alfred-api-interface artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
WimCrols committed Jan 10, 2024
1 parent f8be186 commit c3eff3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions 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 Down

0 comments on commit c3eff3c

Please sign in to comment.