Hi!
I'd like to call a VOTE for the release of DeltasSpike-0.4. The staging repo is: https://repository.apache.org/content/repositories/orgapachedeltaspike-029/ The tag is available here: https://github.com/struberg/deltaspike/tree/deltaspike-project-0.5 This will get pushed to the ASF repo and merged into the upstream master branch once the VOTE succeeded. The source release is available here: https://repository.apache.org/content/repositories/orgapachedeltaspike-029//org/apache/deltaspike/deltaspike-project/0.5/deltaspike-project-0.5-source-release.zip Release Notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312820&version=12320947 Guide to testing: Add the following to your ~/.m2/settings.xml: <profile> <id>staging</id> <repositories> <repository> <id>apache_staging</id> <url>https://repository.apache.org/content/repositories/orgapachedeltaspike-029/</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>false</enabled></snapshots> </repository> </repositories> </profile> Then upgrade your project to 0.5 and build with mvn -Pstaging. LieGrue, your Apache DeltaSpike Team
