Hello all, As discussed in an earlier mail thread, I have staged a release 1.1.0 for Aries Component DSL.
The module is tagged at https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.component-dsl.parent-1.1.0 Artifacts are in one staged repo, https://repository.apache.org/content/repositories/orgapachearies-1132 Instructions for verifying the release are at http://aries.apache.org/development/verifyingrelease.html. Alternately, cut and paste the following to run a full check: ----- wget --no-check-certificate https://svn.apache.org/repos/asf/aries/scripts/verify_staged_release.sh chmod a+x verify_staged_release.sh MAVEN_OPTS='-Dbnd.baseline.skip=true' ./verify_staged_release.sh 1132 mytempdirectory 2>&1 | tee verifyresults.txt grep FAIL verifyresults.txt grep ERROR verifyresults.txt ----- I add the bnd.baseline.skip because the plugin is incorrectly using 1.1.0-SNAPSHOT as the baseline instead of 1.0.0. The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1 Bests, Carlos Sierra.
