Skip to content

Commit ad6da06

Browse files
committed
Merge branch 'develop' of github.com:eXist-db/messaging-replication into prepare_release
* 'develop' of github.com:eXist-db/messaging-replication: Bump activemq.version from 5.15.10 to 5.15.11 Update pom.xml for new eXist-db version Bump maven-jar-plugin from 3.1.2 to 3.2.0 Bump exist.version from 5.0.0 to 5.1.0 # Conflicts: # pom.xml
2 parents 2df9672 + 82e2bda commit ad6da06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<project.build.source>1.8</project.build.source>
4949
<project.build.target>1.8</project.build.target>
5050

51-
<exist.version>5.1.0</exist.version>
52-
<activemq.version>5.15.10</activemq.version>
51+
<exist.version>5.1.0</exist.version> <!-- minimum version is 5.1.0 -->
52+
<activemq.version>5.15.11</activemq.version>
5353
<commonspool2.version>2.7.0</commonspool2.version>
5454
<hawtbuf.version>1.11</hawtbuf.version>
5555
<jmsspec.version>1.1.1</jmsspec.version>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>
173173
<artifactId>maven-jar-plugin</artifactId>
174-
<version>3.1.2</version>
174+
<version>3.2.0</version>
175175
<configuration>
176176
<archive>
177177
<manifest>

0 commit comments

Comments
 (0)