File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 java-version : ${{ matrix.java }}
2323 - run : |
24- mvn clean install -DskipTests -B
25- mvn verify -B
24+ ./mvnw clean install -DskipTests -B
25+ ./mvnw verify -B
26+
2627 deploy :
2728 runs-on : ubuntu-latest
2829 name : Deploy
3940 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
4041 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
4142 - name : Publish to Apache Maven Central
42- run : mvn clean deploy -Drelease -DskipTests -B
43+ run : ./mvnw clean deploy -Drelease -DskipTests -B
4344 env :
4445 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
4546 MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
Original file line number Diff line number Diff line change 1919 with :
2020 java-version : 8
2121 - name : Bump version using Maven
22- run : ' mvn versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -B'
22+ run : ' ./mvnw versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -B'
2323 - name : Bump version in docs
2424 if : ${{ !endsWith(github.event.inputs.version, 'SNAPSHOT') }}
2525 run : ' find . -type f -name "*.md" -exec sed -i -e "s+<version>[a-zA-Z0-9.-]*<\/version>+<version>$NEW_VERSION</version>+g" {} +'
Original file line number Diff line number Diff line change 2323 java-version : ${{ matrix.java }}
2424 distribution : ' temurin'
2525 - run : |
26- mvn clean install -DskipTests -B
27- mvn verify -B
26+ ./mvnw clean install -DskipTests -B
27+ ./mvnw verify -B
28+ ./mvnw javadoc:javadoc
Original file line number Diff line number Diff line change 170170 <link >https://qpid.apache.org/releases/qpid-proton-j-0.33.7/api/</link >
171171 <link >https://fasterxml.github.io/jackson-databind/javadoc/2.10/</link >
172172 </links >
173+ <source >8</source >
173174 </configuration >
174175 <executions >
175176 <execution >
You can’t perform that action at this time.
0 commit comments