https://github.com/aparise1217/commons-http
Common Base Classes and Utilities for Http Request and Response Handling
https://github.com/aparise1217/commons-http
dto error-handling groovy http
Last synced: 27 days ago
JSON representation
Common Base Classes and Utilities for Http Request and Response Handling
- Host: GitHub
- URL: https://github.com/aparise1217/commons-http
- Owner: AParise1217
- License: mit
- Created: 2019-07-19T22:08:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:21:38.000Z (over 1 year ago)
- Last Synced: 2024-12-07T19:52:40.711Z (over 1 year ago)
- Topics: dto, error-handling, groovy, http
- Language: Groovy
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commons-HTTP
# Releasing to Maven Central
## Performing a Release Deployment
*Note: This must occur prior to the Release Deployment!*
Make sure the "release-sign-artifacts" and "ossrh"
Maven profiles are active.
1) `mvn clean`
2) `mvn release:prepare -Possrh,release-sign-artifacts`
3) `mvn release:perform -Possrh,release-sign-artifacts`
* await the release process to finish *
4) `git push --tags`
5) `git push origin master`
## Updating the Release Version
1) `mvn versions:set -DnewVersion=1.2.3`