2012/1/8 sebb <seb...@gmail.com>:
> This is a VOTE to release commons-parent 23 based on RC4.
>
> As agreed previously, commons parent release votes operate on lazy
> consensus, i.e. the vote is assumed to have passed if 72 hours have
> elapsed without an objection.
>
> Changes since RC3:
> The buildNumber profile is now activated unless the property
> buildManager.skip=true
> It no longer checks for the .svn directory.
>
> This is not perfect, but is better than CP22 and the plugin can now
> easily be skipped if necessary.
>

Just correcting a typo in property name above:
The pom.xml actually looks for "buildNumber.skip"

     <activation>
       <property><name>!buildNumber.skip</name><value>!true</value></property>
     </activation>

Is prefixing name with "!" and value with "!" a valid syntax? Isn't it
actually looking for property "!buildNumber.skip"?

I have not found it being documented anywhere. I looked at

1. http://maven.apache.org/ref/3.0.4/maven-settings/settings.html#class_property
2. http://maven.apache.org/ref/2.2.1/maven-model/maven.html#class_property
3. http://maven.apache.org/settings.html#Activation

> Release notes (including changes):
>
> https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-23-RC4/RELEASE-NOTES.txt
>
> Note: I did not update the Maven-3 section to configure the deploy
> plugin, because I'm not able to test the change.
>
>
> Tag:
>
> https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-23-RC4
>
> Site: None.
>
> Maven artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-033/org/apache/commons/commons-parent/23/
>

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to