mirror of https://github.com/apache/activemq.git
updated activemq-version property to 4.2-incubator-SNAPSHOT updated activecluster-version property to 4.x-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@473325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
beaca8a043
commit
b75b1ee059
10
pom.xml
10
pom.xml
|
@ -187,7 +187,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<version>${activemq-version}</version>
|
||||
<version>${activecluster-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
|
@ -396,12 +396,12 @@
|
|||
</dependency>
|
||||
|
||||
<!-- an optional discovery agent -->
|
||||
<dependency>
|
||||
<!--dependency>
|
||||
<groupId>activecluster</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<version>${activecluster-version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependency-->
|
||||
|
||||
<!-- Optional Derby support-->
|
||||
<dependency>
|
||||
|
@ -909,8 +909,8 @@
|
|||
</reporting>
|
||||
|
||||
<properties>
|
||||
<activemq-version>4.1-incubator-SNAPSHOT</activemq-version>
|
||||
<activecluster-version>1.1-SNAPSHOT</activecluster-version>
|
||||
<activemq-version>4.2-incubator-SNAPSHOT</activemq-version>
|
||||
<activecluster-version>4.x-SNAPSHOT</activecluster-version>
|
||||
<activesoap-version>1.3</activesoap-version>
|
||||
<annogen-version>0.1.0</annogen-version>
|
||||
<ant-version>1.6.2</ant-version>
|
||||
|
|
Loading…
Reference in New Issue