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-011/ The tag is available here: https://github.com/struberg/incubator-deltaspike/tree/deltaspike-project-0.4 This will get pushed to the ASF repo once the VOTE succeeded. The source release is available here: https://repository.apache.org/content/repositories/orgapachedeltaspike-011/org/apache/deltaspike/deltaspike-project/0.4/deltaspike-project-0.4-source-release.zip sha1: 261897829b42f003ad43a157c607ed931686c482 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-011/</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>false</enabled></snapshots> </repository> </repositories> </profile> Then upgrade your project to 0.4 and build with mvn -Pstaging. LieGrue, your Apache DeltaSpike Team
