Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aparise1217/commons-concat
Common Utils used in String Concatenation Operations
https://github.com/aparise1217/commons-concat
groovy string-manipulation utilities
Last synced: 2 months ago
JSON representation
Common Utils used in String Concatenation Operations
- Host: GitHub
- URL: https://github.com/aparise1217/commons-concat
- Owner: AParise1217
- License: mit
- Created: 2019-07-19T11:11:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:20:52.000Z (3 months ago)
- Last Synced: 2024-10-19T23:22:13.839Z (3 months ago)
- Topics: groovy, string-manipulation, utilities
- Language: Groovy
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commons-Concat
# 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`