Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mvn clean package -Papache-release
mvn release:prepare

What is the release version for "Apache Rya Project"? (org.apache.rya:rya-project) 3.2.10: : 

What is SCM release tag or label for "Apache Rya Project"? (org.apache.rya:rya-project) v3.2.10: : v3.2.10-RC1

What is the new development version for "Apache Rya Project"? (org.apache.rya:rya-project) 3.2.11-SNAPSHOT: : 

mvn release:perform
Once the release has been performed, the artifacts should be in a staging repository:
From "Publishing Maven Artifacts" page:
Now you must close the staging repository to indicate to Nexus that the build is done and to make the artifacts available. Follow the steps in Closing the Staged Repositoryto close your new repository, this will allow your community to VOTE on the staged atrifacts.
delete the tag:

...