You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/08/29 15:36:57 UTC

[qpid-proton-j] branch main updated: PROTON-2596: update to apache parent pom 27

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
     new ca11a37c PROTON-2596: update to apache parent pom 27
ca11a37c is described below

commit ca11a37cace44da184f247554fc6932310abd6c6
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 16:30:55 2022 +0100

    PROTON-2596: update to apache parent pom 27
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80792afb..f1eaeb44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>23</version>
+    <version>27</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -41,7 +41,6 @@
     <!-- Plugin versions -->
     <maven-bundle-plugin-version>5.1.2</maven-bundle-plugin-version>
     <jacoco-plugin-version>0.8.8</jacoco-plugin-version>
-    <surefire.version>2.22.2</surefire.version>
 
     <!-- See also maven.compiler.release in the java9on profile -->
     <maven.compiler.source>1.8</maven.compiler.source>
@@ -49,6 +48,8 @@
 
     <!-- surefire forked jvm arguments -->
     <argLine>-Xmx2g -enableassertions ${jacoco-config}</argLine>
+
+    <project.build.outputTimestamp>2022-08-29T15:29:01Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org