You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2022/04/01 14:19:28 UTC

[shiro] branch main updated: [SHIRO-872] fix Reproducible Builds issues

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

fpapon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 029bdd1  [SHIRO-872] fix Reproducible Builds issues
029bdd1 is described below

commit 029bdd1dd2eafb571ba68aa7b9c6d45c21901424
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Mar 23 08:12:28 2022 +0100

    [SHIRO-872] fix Reproducible Builds issues
---
 .gitignore |  5 +++++
 pom.xml    | 10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 42cc59f..483f829 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,11 @@ bin/
 target/
 
 #
+# VS Code
+#
+.factorypath
+
+#
 # Maven release metadata
 #
 release.properties
diff --git a/pom.xml b/pom.xml
index cbe939c..f2c1edd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
         <shiro.previousVersion>1.7.1</shiro.previousVersion>
         <!-- Replaced by the build number plugin at build time: -->
         <buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
-        <project.build.outputTimestamp>2021-07-16T23:08:15Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-03-22T23:08:15Z</project.build.outputTimestamp>
         <jacoco.skip>true</jacoco.skip>
         <!--suppress CheckTagEmptyBody -->
         <surefire.argLine></surefire.argLine>
@@ -289,12 +289,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.3.1</version>
+                    <version>3.3.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.1</version>
+                    <version>5.1.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -548,7 +548,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.2.2</version>
                 <configuration>
                     <archive>
                         <manifest>
@@ -608,7 +608,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.5.3</version>
+                <version>3.0.0-M5</version>
                 <configuration>
                     <!-- do not update upstream, with a pending release. -->
                     <pushChanges>false</pushChanges>