Skip to content

Commit 2df9672

Browse files
committed
Prepare for release (waiting for eXist-db v5.1.0)
1 parent 18f0522 commit 2df9672

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.exist</groupId>
1515
<artifactId>messaging-replication</artifactId>
16-
<version>1.0.0-RC1</version>
16+
<version>1.0.0</version>
1717

1818
<name>Messaging and Replication</name>
1919
<description>eXist-db messaging and document replication extension (JMS based)</description>
@@ -48,7 +48,7 @@
4848
<project.build.source>1.8</project.build.source>
4949
<project.build.target>1.8</project.build.target>
5050

51-
<exist.version>5.0.0</exist.version> <!-- change to 5.1.0-SNAPSHOT -->
51+
<exist.version>5.1.0</exist.version>
5252
<activemq.version>5.15.10</activemq.version>
5353
<commonspool2.version>2.7.0</commonspool2.version>
5454
<hawtbuf.version>1.11</hawtbuf.version>

xar-assembly.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<license>GNU Lesser General Public License, version 2.1</license>
88
<copyright>true</copyright>
99

10-
<!-- should be either "application" or "library" -->
1110
<type>application</type>
12-
<!-- type>library</type -->
1311

1412
<status>stable</status>
1513

@@ -26,6 +24,15 @@
2624
<prepare>pre-install.xql</prepare>
2725
<finish>post-install.xql</finish>
2826

27+
<changelog>
28+
<change version="1.0.0">
29+
<ul xmlns="http://www.w3.org/1999/xhtml">
30+
<li>First stable release for eXist-db - requires v5.1.0.</li>
31+
<li>Revised and refactored code for stability and reliability.</li>
32+
</ul>
33+
</change>
34+
</changelog>
35+
2936
<permissions user="jms" group="jms" mode="0775"/>
3037
<note>When upgrading: please uninstall all previous versions first and restart eXist-db.</note>
3138

0 commit comments

Comments
 (0)