Author: jbonofre
Date: Thu Feb 17 05:41:03 2011
New Revision: 1071507
URL: http://svn.apache.org/viewvc?rev=1071507&view=rev
Log:
Update the RELEASE-NOTES.
Remove ODE feature from the add-features-to-repo goal to be consistent with our
policy:
only the boot features should be present in the system repo.
Modified:
servicemix/smx4/features/trunk/RELEASE-NOTES
servicemix/smx4/features/trunk/assembly/pom.xml
Modified: servicemix/smx4/features/trunk/RELEASE-NOTES
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/RELEASE-NOTES?rev=1071507&r1=1071506&r2=1071507&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/RELEASE-NOTES (original)
+++ servicemix/smx4/features/trunk/RELEASE-NOTES Thu Feb 17 05:41:03 2011
@@ -85,6 +85,7 @@ Release Notes - ServiceMix 4 - Version 4
* [SMX4-739] - add nmr features.xml dependency to make the kit build pass
* [SMX4-748] - Improve logging policy to avoid impact on performances
* [SMX4-749] - JBI deployer version range is not up to date
+* [SMX4-760] - JAXB API and implementation version mismatch in Camel features
descriptor
** Improvement
* [SMX4-512] - Upgrade to ActiveMQ 5.3.1
Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=1071507&r1=1071506&r2=1071507&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Thu Feb 17 05:41:03 2011
@@ -733,8 +733,6 @@
<feature>servicemix-snmp</feature>
<feature>servicemix-vfs</feature>
<feature>servicemix-smpp</feature>
- <!-- ODE -->
- <feature>ode</feature>
</features>
<repository>target/features-repo</repository>
</configuration>