jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

Release + Versioning mismatch #16

Closed jlgrock closed 10 years ago

jlgrock commented 12 years ago

If I release 1.13.0, and someone is using 1.12.4 of the library, the maven source will currently break their build (in some cases). This is due to the fact that Maven will by default use the newest (non-snapshot) version of the plugin. To fix this, the components.xml needs to include the version, preferably populated by maven variables.

jlgrock commented 12 years ago

Also, should update the examples again after this is completed.

jlgrock commented 11 years ago

This has been corrected as of 1.13.1 (and higher). anything prior to this revision may have a problem when newer versions are released. The examples need to be re-updated.