Fix mvn property for openesb core version

master
David BRASSELY 2015-01-16 15:18:23 +01:00
parent fd74c2208d
commit 9af644cce2
2 changed files with 4 additions and 4 deletions

View File

@ -185,7 +185,7 @@
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>core-distribution</artifactId>
<version>${openesb.version}</version>
<version>${openesb-core.version}</version>
<type>zip</type>
<exclusions>
<exclusion>

View File

@ -29,7 +29,7 @@
</modules>
<properties>
<openesb.version>2.4.0</openesb.version>
<openesb-core.version>2.4.0</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.version}</version>
<version>${openesb-core.version}</version>
<exclusions>
<exclusion>
<groupId>jbiplatform</groupId>
@ -80,7 +80,7 @@
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>base</artifactId>
<version>${openesb.version}</version>
<version>${openesb-core.version}</version>
</dependency>
<dependency>