We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b31f92 commit fadeb77Copy full SHA for fadeb77
pom.xml
@@ -13,7 +13,7 @@
13
14
<groupId>org.exist</groupId>
15
<artifactId>messaging-replication</artifactId>
16
- <version>1.0.0-RC1</version>
+ <version>1.0.0</version>
17
18
<name>Messaging and Replication</name>
19
<description>eXist-db messaging and document replication extension (JMS based)</description>
@@ -48,7 +48,7 @@
48
<project.build.source>1.8</project.build.source>
49
<project.build.target>1.8</project.build.target>
50
51
- <exist.version>5.1.0</exist.version> <!-- change to 5.1.0-SNAPSHOT -->
+ <exist.version>5.1.0</exist.version> <!-- minimum version is 5.1.0 -->
52
<activemq.version>5.15.10</activemq.version>
53
<commonspool2.version>2.7.0</commonspool2.version>
54
<hawtbuf.version>1.11</hawtbuf.version>
0 commit comments