Skip to content

Commit

Permalink
update version to 4.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBees DEV@Cloud committed Mar 7, 2017
1 parent 6bad559 commit e7789d0
Show file tree
Hide file tree
Showing 81 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mule</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mule-bom</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bom/runtime-api/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>mule-bom</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>mule-runtime-api-bom</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mule Runtime APIs BOM</name>
<description>Module that provides all the APIs versions provided by the Mule Runtime for a particular runtime version. Users of the APIs should use this BOM when depending on any Mule API.</description>
Expand Down
4 changes: 2 additions & 2 deletions bom/runtime-impl/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>mule-bom</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>mule-runtime-impl-bom</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<name>Mule Runtime Implementation Libraries BOM</name>
<description>A BOM project that provides all the implementation libraries required by the Mule runtime</description>

Expand Down
2 changes: 1 addition & 1 deletion buildtools/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-buildtools</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core-tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-core-tests</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distributions/embedded/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.distributions</groupId>
<artifactId>mule-distributions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-embedded</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distributions/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.mule.distributions</groupId>
<artifactId>mule-distributions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/standalone/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.distributions</groupId>
<artifactId>mule-distributions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-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 embedded/embedded-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-module-embedded-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion embedded/embedded-impl/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion embedded/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mule</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/all-extensions/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-extensions-all</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extensions/db/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/email/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions/file/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/ftp/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/http/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/jms/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/oauth/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<groupId>org.mule.modules</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/sockets/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/validation/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-extensions</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/wsc/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mule-extensions</artifactId>
<groupId>org.mule.extensions</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/all-modules/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-modules-all</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modules/artifact/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-module-artifact</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modules/builders/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-module-builders</artifactId>
<name>Configuration Builders</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/container/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-module-container</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modules/deployment-model-impl/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mule-modules</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>mule-module-deployment-model-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/deployment-model/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mule-modules</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>mule-module-deployment-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/deployment/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mule-modules</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>mule-module-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/dsl-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mule-modules</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/extensions-spring-support/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-module-extensions-spring-support</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions modules/extensions-support/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-module-extensions-support</artifactId>
Expand Down Expand Up @@ -115,37 +115,37 @@
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-metadata-extension</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-vegan-extension</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-heisenberg-extension</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-marvel-extension</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-subtypes-extension</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-petstore-extension</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/extensions-xml-support/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mule-modules</artifactId>
<groupId>org.mule.runtime</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-module-extensions-xml-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/file-extension-common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-file-extension-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/http-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/http/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-modules</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>mule-module-http</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit e7789d0

Please sign in to comment.