This is an automated email from the ASF dual-hosted git repository.
kpvdr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git
The following commit(s) were added to refs/heads/main by this push:
new c21f487 Updates to pom.xml files
c21f487 is described below
commit c21f4874ed812132906e39d3732ab3ea2cd0bbab
Author: Kim van der Riet <[email protected]>
AuthorDate: Wed May 5 12:03:40 2021 -0400
Updates to pom.xml files
---
pom.xml | 2 +-
shims/qpid-jms/pom.xml | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 024d39f..456fed6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>19</version>
+ <version>23</version>
</parent>
<issueManagement>
diff --git a/shims/qpid-jms/pom.xml b/shims/qpid-jms/pom.xml
index 1f4d778..5bdb2d1 100644
--- a/shims/qpid-jms/pom.xml
+++ b/shims/qpid-jms/pom.xml
@@ -31,11 +31,11 @@
<build>
<plugins>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.3.0</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
@@ -55,6 +55,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
+ <version>3.1.2</version>
<executions>
<execution>
<id>build-classpath</id>
@@ -68,7 +69,7 @@
</execution>
</executions>
</plugin>
-
+
</plugins>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]