Skip to content

Commit

Permalink
Merge pull request #52 from dizzzz/upgrade_activemq
Browse files Browse the repository at this point in the history
Upgrade activemq
  • Loading branch information
dizzzz committed Jun 26, 2015
2 parents 6adb822 + 2f82fb0 commit 15de040
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ exist.dir=../exist/

# Extension details
module.name=messaging-replication
module.version=0.9.1
module.version=0.9.2
module.title=Messaging and Replication

# Build instructions
javac.target=7
javac.source=7

# Support lib, cannot be called ivy.url
ivy_url=http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0-rc1/ivy-2.4.0-rc1.jar
ivy_url=http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar
8 changes: 4 additions & 4 deletions config/library/exist.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://exist-db.org/ns/expath-pkg">
<jar>exist-messaging-replication-@[email protected]</jar>
<jar>activemq-client-5.10.0.jar</jar>
<jar>activemq-jms-pool-5.10.0.jar</jar>
<jar>activemq-pool-5.10.0.jar</jar>
<jar>activemq-client-5.11.1.jar</jar>
<jar>activemq-jms-pool-5.11.1.jar</jar>
<jar>activemq-pool-5.11.1.jar</jar>
<jar>geronimo-j2ee-management_1.1_spec-1.0.1.jar</jar>
<jar>geronimo-jms_1.1_spec-1.1.1.jar</jar>
<jar>hawtbuf-1.10.jar</jar>
<jar>hawtbuf-1.11.jar</jar>
<java>
<namespace>http://exist-db.org/xquery/jms</namespace>
<class>org.exist.jms.xquery.JmsModule</class>
Expand Down
6 changes: 3 additions & 3 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dependencies>

<!-- ActiveMQ client -->
<dependency org="org.apache.activemq" name="activemq-client" rev="5.10.0" conf="*->*">
<dependency org="org.apache.activemq" name="activemq-client" rev="5.11.1" conf="*->*">
<exclude module="ant"/>
<exclude module="slf4j-api"/>
<exclude module="commons-net"/>
Expand All @@ -19,10 +19,10 @@
</dependency>

<!-- ActiveMQ pool -->
<dependency org="org.apache.activemq" name="activemq-pool" rev="5.10.0" conf="*->*" transitive="false"/>
<dependency org="org.apache.activemq" name="activemq-pool" rev="5.11.1" conf="*->*" transitive="false"/>

<!-- ActiveMQ jms pool -->
<dependency org="org.apache.activemq" name="activemq-jms-pool" rev="5.10.0" conf="*->*" transitive="false"/>
<dependency org="org.apache.activemq" name="activemq-jms-pool" rev="5.11.1" conf="*->*" transitive="false"/>

</dependencies>

Expand Down

0 comments on commit 15de040

Please sign in to comment.