Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:21:38.000Z (2 months ago)
- Last Synced: 2024-10-21T17:15:05.873Z (2 months 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`