Skip to content

Commit

Permalink
Merge pull request mulesoft#1020 from mulesoft/update-version
Browse files Browse the repository at this point in the history
update version to 3.6.0-M3-SNAPSHOT
  • Loading branch information
vromero committed Sep 16, 2014
2 parents fe18ac4 + be045cb commit 53dc539
Show file tree
Hide file tree
Showing 124 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion buildtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule</groupId>
<artifactId>mule</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-buildtools</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule</groupId>
<artifactId>mule</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distributions/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.distributions</groupId>
<artifactId>mule-distributions</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distributions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule</groupId>
<artifactId>mule</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<groupId>org.mule.distributions</groupId>
<artifactId>mule-distributions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.distributions</groupId>
<artifactId>mule-distributions</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-standalone</artifactId>
<!-- Packaging 'pom' ensures that maven does not try to bind a plugin to the
Expand Down
2 changes: 1 addition & 1 deletion distributions/studio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.distributions</groupId>
<artifactId>mule-distributions</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-studio</artifactId>
<!-- Packaging 'pom' ensures that maven does not try to bind a plugin to the
Expand Down
2 changes: 1 addition & 1 deletion examples/all-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-examples-all</artifactId>
<name>All Mule examples</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/bookstore/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>Bookstore Example App</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/bookstore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-bookstore</artifactId>
<packaging>mule</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/cep/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>This example is an adaptation of the Drools Stock Tick example to run inside Mule.</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/cep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-cep</artifactId>
<name>CEP Example</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/echo/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>This example shows how to add message processing components, in this example Logger and Echo, to a Flow. By doing so, you can perform custom logging in your Mule application. Logging is useful to introspect the current message and create logging events for your specific needs.</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/echo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-echo</artifactId>
<packaging>mule</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/errorhandler/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>Demonstrates using Spring as the external container to provide the objects managed by Mule and how to publish events to multiple outbound endpoints. The example consists of two components; ExecptionManager and BusinessErrorManager.</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
<activemqVersion>5.5.0</activemqVersion>
<javaMailVersion>1.4.3</javaMailVersion>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/errorhandler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-errorhandler</artifactId>
<name>Error Handler Example</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/flight-reservation/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>This example simulates a flight reservation system using some of the new features added in Mule 3.3.</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/flight-reservation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-flight-reservation</artifactId>
<packaging>mule</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/foreach/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>This example demonstrates how to use Foreach to add information to each message in a collection using some of the new features of Mule 3.3.</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
<activemqVersion>5.5.0</activemqVersion>
<javaMailVersion>1.4.3</javaMailVersion>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/foreach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-foreach</artifactId>
<name>Foreach Example</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/geomail/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0</version>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<description>A web based example that plots incoming emails on a world map. This example demonstrates how to use Ajax events with Mule.</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/geomail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-geomail</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/gpswalker/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0</version>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<description>Simulates plotting GPS coordinates</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/gpswalker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-gpswalker</artifactId>
<packaging>mule</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/hello/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>Shows how to configure multiple components to interact on a single request and how to manage event transformations.</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-hello</artifactId>
<packaging>mule</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-bpm/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Loanbroker BPM Example</name>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-bpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-loanbroker-bpm</artifactId>
<packaging>mule</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-legacy/common-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-parent</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-loanbroker-common-tests</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-legacy/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-parent</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-loanbroker-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-legacy/credit-agency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-parent</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-loanbroker-credit-agency</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-legacy/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>The Loan Broker example application is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
<activemqVersion>4.1.2</activemqVersion>
<licensePath>../../../LICENSE_HEADER.txt</licensePath>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-legacy/esb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-parent</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-loanbroker-esb</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-legacy/esn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-parent</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-loanbroker-esn</artifactId>
<name>Loan Broker ESN Example</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>

<artifactId>mule-example-loanbroker-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-simple/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>A simple implementation of the loanbroker example from the Enterprise Integration Patterns book using the new constructs in Mule 3</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/loanbroker-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-loanbroker-simple</artifactId>
<packaging>mule</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/notifications/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0</version>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<description>Demonstrates capturing and firing notifications and uses AJAX to send notifications to the browser.</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-notifications</artifactId>
<packaging>mule</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule</groupId>
<artifactId>mule</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/scripting/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>A simple example that demonstrates Mule's JSR-223 Scripting support.</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-scripting</artifactId>
<name>Scripting Example</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/stockquote/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>This example demonstrates how to invoke an ASPX web service from Mule and transform the result using XSLT and deserialise the result to a StockQuote javabean. The examples demonstrates invoking the service using REST and SOAP.</description>

<properties>
<muleVersion>3.6.0-M2-SNAPSHOT</muleVersion>
<muleVersion>3.6.0-M3-SNAPSHOT</muleVersion>
<jaxbVersion>2.1.9-osgi</jaxbVersion>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion examples/stockquote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-example-stockquote</artifactId>
<name>Stock Quotes Example</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/all-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.modules</groupId>
<artifactId>mule-modules</artifactId>
<version>3.6.0-M2-SNAPSHOT</version>
<version>3.6.0-M3-SNAPSHOT</version>
</parent>
<artifactId>mule-modules-all</artifactId>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit 53dc539

Please sign in to comment.