Skip to content

Commit c19bcf8

Browse files
authored
Merge pull request #366 from Axway-API-Management-Plus/master
Master
2 parents a6ca734 + 5b9395e commit c19bcf8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Java to deploy to OSSRH
2323
uses: actions/setup-java@v3
2424
with:
25-
java-version: '11'
25+
java-version: '8'
2626
distribution: 'zulu'
2727
server-id: ossrh
2828
server-username: MAVEN_USERNAME
@@ -34,7 +34,7 @@ jobs:
3434
git config user.email "rathnapandi.n@gmail.com"
3535
git config user.name $github.actor
3636
- name: Prepare & PublishRelease
37-
run: mvn -Darguments=-DskipTests release:prepare release:perform -P release -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }}
37+
run: mvn -Dmaven.test.skip=true -pl '!modules/apim-cli-tests' release:prepare release:perform -P release -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }}
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
4040
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [1.13.5] In progress
7+
## [1.13.5] 2023-03-15
88

99
### Fixed
1010
- apim does not import the whole chain in a PEM certificate (See issue [#361](https://github.com/Axway-API-Management-Plus/apim-cli/issues/361))

0 commit comments

Comments
 (0)