Fedora fork of Modeshape 5.4.1.FINAL which includes most unreleased updates to Modeshape up until March 2019, along with a fix related to missing container types. Excludes S3 tag based updates.
To deploy these artifacts:
Use basic guidelines from [Fedora Wiki](https://wiki.duraspace.org/display/FF/Fedora+Release+Process#FedoraReleaseProcess-ReleaseDay)
You will need to configure your authorization credentials for sonatype
The release:prepare command should be replaced with
mvn -Darguments="-s settings-local.xml -DskipTests -Dmaven.javadoc.failOnError=false" release:prepare -DreleaseVersion=$CURR -DdevelopmentVersion=$NEXT -DautoVersionSubmodules=true -DpushChanges=false
Modify release.properties to change scm.url in release.properties to scm:git:[[email protected]](mailto:[email protected]):fcrepo-exts/modeshape.git
For the release:perform step
mvn release:perform -Prelease-sign-artifacts -Dgoals=deploy -Darguments="-DskipTests -Dmaven.javadoc.failOnError=false"