Skip to content

roycetech/array-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

array-utils

Common array utilities, only one function for now. Prefer to reuse, but I couldn't find what I needed, so I just wrote my own. This project is built for at least Java 1.8.

Build Status Test Coverage Maintainability Maven Central

To build

mvn test

Release process

  • Develop, develop, develop
  • Commit any outstanding changes
  • Verify build passes with mvn test
  • Update versions to release version with mvn versions:set -DnewVersion=1.0.2
  • Commit release version
  • Run deployment with: mvn clean deploy -P release
  • Update versions to next snapshot version: mvn versions:set -DnewVersion=1.0.2-SNAPSHOT
  • Commit new snapshot version
  • Develop, develop, develop and rinse and repeat

References

Working with Apache Maven

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published