[maven-release-plugin] prepare release openesb-standalone-3.0.1

master
David BRASSELY 2015-02-13 15:34:45 +01:00
parent f48129168f
commit 1046bbce3f
4 changed files with 9 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>openesb-standalone-bootstrap</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>openesb-standalone-container</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>openesb-standalone-packaging</artifactId>
@ -151,7 +151,7 @@
<dependency>
<groupId>net.open-esb.admin</groupId>
<artifactId>openesb-web-console</artifactId>
<version>${openesb-web-console.version}</version>
<version>1.0.1</version>
<type>zip</type>
</dependency>
@ -159,7 +159,7 @@
<dependency>
<groupId>net.open-esb.admin</groupId>
<artifactId>openesb-oeadmin</artifactId>
<version>${openesb-oeadmin.version}</version>
<version>1.0.1</version>
</dependency>
<!-- OpenESB Model API -->
@ -185,7 +185,7 @@
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>core-distribution</artifactId>
<version>${openesb-core.version}</version>
<version>2.4.1</version>
<type>zip</type>
<exclusions>
<exclusion>

View File

@ -10,7 +10,7 @@
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>pom</packaging>
<name>OpenESB - Standalone</name>
@ -29,7 +29,7 @@
</modules>
<properties>
<openesb-core.version>2.4.0</openesb-core.version>
<openesb-core.version>2.4.1-SNAPSHOT</openesb-core.version>
<openesb-rest-api.version>1.0.0</openesb-rest-api.version>
<openesb-web-console.version>1.0.1-SNAPSHOT</openesb-web-console.version>
<openesb-model-api.version>1.0.0</openesb-model-api.version>
@ -68,7 +68,7 @@
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>framework-core</artifactId>
<version>${openesb-core.version}</version>
<version>2.4.1</version>
<exclusions>
<exclusion>
<groupId>jbiplatform</groupId>