Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Standard Maven Versioning... #12

Closed
jwcarman opened this issue Apr 18, 2016 · 1 comment
Closed

Use Standard Maven Versioning... #12

jwcarman opened this issue Apr 18, 2016 · 1 comment

Comments

@jwcarman
Copy link

Typically, Maven projects do not have a non-SNAPSHOT version in their pom.xml file. When you cut a release, you remove the "-SNAPSHOT" and create a tag for that release. Using the maven-release-plugin makes this very simple:

https://maven.apache.org/maven-release/maven-release-plugin/

Also, uploading this jar file to Maven Central would make using this API so much easier (there's another issue open for this already). Right now, we have to build and deploy this to our own Nexus server.

@colinbendell
Copy link
Contributor

This was left over from an internal release. fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants