You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: