Skip to content

Commit

Permalink
[maven-release-plugin] copy for tag nmr-parent-1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gertv committed Jul 17, 2013
2 parents e73863c + d0d7933 commit 8c560bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions RELEASE-NOTES
Expand Up @@ -24,8 +24,8 @@

Apache ServiceMix NMR 1.6.1 contains a few bug fixes. Compared to the 1.6.0 release, it also contains
the following dependency upgrades:
- Upgrade from Camel 2.10.3 to Camel 2.10.5
- Upgrade from Karaf 2.10.0 to Karaf 2.11.0
- Upgrade from Camel 2.10.3 to Camel 2.10.6
- Upgrade from Karaf 2.2.10 to Karaf 2.2.11

See the change log below for more informations.

Expand Down
Expand Up @@ -26,7 +26,7 @@
<property name="name" value="${clusterName}" />
</bean>

<bean id="pool" class="org.apache.servicemix.jbi.cluster.requestor.ActiveMQJmsRequestorPool" init-method="afterPropertiesSet" destroy-method="destroy">
<bean id="pool" class="org.apache.servicemix.jbi.cluster.requestor.GenericJmsRequestorPool" init-method="afterPropertiesSet" destroy-method="destroy">
<property name="connectionFactory" ref="connectionFactory" />
<property name="destinationName" value="${destinationName}" />
</bean>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -40,7 +40,7 @@
<properties>
<activemq.version>5.7.0</activemq.version>
<aries.version>0.3</aries.version>
<camel.version>2.10.5</camel.version>
<camel.version>2.10.6</camel.version>
<karaf.version>2.2.11</karaf.version>
<servicemix.components.version>2013.01</servicemix.components.version>
<servicemix.nmr.version>${project.version}</servicemix.nmr.version>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -73,11 +73,11 @@
<geronimo-servlet.version>1.1.2</geronimo-servlet.version>

<!-- Bundles -->
<ant.bundle.version>1.7.0_4</ant.bundle.version>
<aopalliance.bundle.version>1.0_4</aopalliance.bundle.version>
<asm.bundle.version>2.2.3_4</asm.bundle.version> <!-- spring osgi test requires ASM 2 instead of 3 -->
<ant.bundle.version>1.7.0_6</ant.bundle.version>
<aopalliance.bundle.version>1.0_6</aopalliance.bundle.version>
<asm.bundle.version>2.2.3_5</asm.bundle.version> <!-- spring osgi test requires ASM 2 instead of 3 -->
<cglib.bundle.version>2.1_3_6</cglib.bundle.version>
<wsdl4j.bundle.version>1.6.2_3</wsdl4j.bundle.version>
<wsdl4j.bundle.version>1.6.2_6</wsdl4j.bundle.version>

<!-- Components and SMX Resources -->
<servicemix3.version>3.4.0</servicemix3.version>
Expand Down

0 comments on commit 8c560bf

Please sign in to comment.