File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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 ) )
You can’t perform that action at this time.
0 commit comments