You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by dj...@apache.org on 2023/03/07 17:11:02 UTC

[gora] branch master updated: Fix GORA-690 (#252)

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

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
     new db1137a9  Fix GORA-690 (#252)
db1137a9 is described below

commit db1137a9e134d45220e3225f9027802d5d8061ee
Author: trisha-melani <93...@users.noreply.github.com>
AuthorDate: Tue Mar 7 22:40:56 2023 +0530

     Fix GORA-690 (#252)
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd85a95e..5712cf8f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>22</version>
+    <version>24</version>
   </parent>
 
   <groupId>org.apache.gora</groupId>
@@ -939,6 +939,9 @@
     <assembly.finalName>apache-${project.build.finalName}</assembly.finalName>
     <downloads.url>http://www.apache.org/dist/gora</downloads.url>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
+    <project.build.outputTimestamp>1</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>