File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11name : Release
2+ run-name : Release ${{ inputs.releaseVersion }}
23
34on :
45 workflow_dispatch :
3334 servers : >-
3435 [{
3536 "id": "ossrh",
36- "username": "${{ github.actor }}",
37+ "username": "${{ secrets.OSS_USER }}",
3738 "password": "${{ secrets.OSS_PASSWORD }}"
3839 }]
3940 - name : Configure git
Original file line number Diff line number Diff line change 11# Hamcrest Mail Changes
22
3+ ## Version 2.0.7 (7 August 2024)
4+
5+ * Update to Hamcrest 3.0
6+ * Other dependencies updated
7+
38## Version 2.0.6 (15 February 2024)
49
510* Updated deployment settings, no code changes or dependency updates
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ To use Hamcrest Mail in a Maven project add a dependency on `org.devopsix:hamcre
1717<dependency >
1818 <groupId >org.devopsix</groupId >
1919 <artifactId >hamcrest-mail</artifactId >
20- <version >2.0.6 </version >
20+ <version >2.0.7 </version >
2121 <scope >test</scope >
2222</dependency >
2323<!-- Maven coordinates for Jakarta EE 9+ / jakarta.mail -->
2424<dependency >
2525 <groupId >org.devopsix</groupId >
2626 <artifactId >hamcrest-mail-jakarta</artifactId >
27- <version >2.0.6 </version >
27+ <version >2.0.7 </version >
2828 <scope >test</scope >
2929</dependency >
3030```
You can’t perform that action at this time.
0 commit comments