mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-20 17:05:51 +00:00
Upgrade to Proton 0.9.1 release, use a property to keep versions in sync
This commit is contained in:
parent
0b44b4060e
commit
008e0ecf7d
5
pom.xml
5
pom.xml
@ -64,6 +64,7 @@
|
||||
${project.version}(${activemq.version.incrementingVersion})
|
||||
</ActiveMQ-Version>
|
||||
<resteasy.version>3.0.9.Final</resteasy.version>
|
||||
<proton.version>0.9.1</proton.version>
|
||||
<skipUnitTests>true</skipUnitTests>
|
||||
<skipJmsTests>true</skipJmsTests>
|
||||
<skipExtraTests>true</skipExtraTests>
|
||||
@ -334,13 +335,13 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.qpid</groupId>
|
||||
<artifactId>proton-j</artifactId>
|
||||
<version>0.9</version>
|
||||
<version>${proton.version}</version>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.qpid</groupId>
|
||||
<artifactId>proton-jms</artifactId>
|
||||
<version>0.8</version>
|
||||
<version>${proton.version}</version>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user