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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git


The following commit(s) were added to refs/heads/master by this push:
     new 987fd0e3 enable Reproducible Builds
987fd0e3 is described below

commit 987fd0e3a139972625ee1cd8f6662fcd485d0e79
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Jul 15 22:36:41 2023 +0200

    enable Reproducible Builds
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f5220297..80aa5437 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
     </organization>
     <properties>
         <xmlschema-eclipse-version>2.0</xmlschema-eclipse-version>
+        
<project.build.outputTimestamp>2023-07-15T16:42:39Z</project.build.outputTimestamp>
     </properties>
     <modules>
         <module>xmlschema-core</module>
@@ -94,7 +95,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.4.0</version>
+                    <version>5.1.9</version>
                     <extensions>true</extensions>
                     <configuration>
                         <instructions>
@@ -153,7 +154,7 @@
 
                 <plugin>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.3</version>
+                    <version>3.0.1</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <goals>site:site deploy</goals>

Reply via email to