You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2022/12/11 10:16:27 UTC

svn commit: r1905911 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Sun Dec 11 10:16:27 2022
New Revision: 1905911

URL: http://svn.apache.org/viewvc?rev=1905911&view=rev
Log:
JCR-4885: update Apache parent pom to version 28

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1905911&r1=1905910&r2=1905911&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Sun Dec 11 10:16:27 2022
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>23</version>
+    <version>28</version>
     <relativePath />
   </parent>
 
@@ -61,6 +61,9 @@
     <skip.coverage>true</skip.coverage>
     <minimum.line.coverage>0.0</minimum.line.coverage>
     <minimum.branch.coverage>0.0</minimum.branch.coverage>
+    <!-- build time stamp: should be updated prior to a release -->
+    <!-- see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
   </properties>
 
   <url>http://jackrabbit.apache.org/</url>