Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`