You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/02/03 15:20:13 UTC

(commons-fileupload) branch master updated: Bump commons-parent from 65 to 66

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 5825c00c Bump commons-parent from 65 to 66
5825c00c is described below

commit 5825c00c51488945f46a74efb15083230e479304
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 3 10:20:09 2024 -0500

    Bump commons-parent from 65 to 66
    
    - Add Maven property project.build.outputTimestamp for build
    reproducibility
---
 commons-fileupload2-core/pom.xml             | 1 +
 commons-fileupload2-distribution/pom.xml     | 1 +
 commons-fileupload2-jakarta-servlet5/pom.xml | 1 +
 commons-fileupload2-jakarta-servlet6/pom.xml | 1 +
 commons-fileupload2-javax/pom.xml            | 1 +
 commons-fileupload2-portlet/pom.xml          | 1 +
 pom.xml                                      | 2 +-
 7 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/commons-fileupload2-core/pom.xml b/commons-fileupload2-core/pom.xml
index 02545965..2818c56a 100644
--- a/commons-fileupload2-core/pom.xml
+++ b/commons-fileupload2-core/pom.xml
@@ -36,6 +36,7 @@
   <properties>
 	<commons.parent.dir>${basedir}/..</commons.parent.dir>
 	<commons.module.name>org.apache.commons.fileupload2.core</commons.module.name>
+    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/commons-fileupload2-distribution/pom.xml b/commons-fileupload2-distribution/pom.xml
index 49f97219..34cd75a0 100644
--- a/commons-fileupload2-distribution/pom.xml
+++ b/commons-fileupload2-distribution/pom.xml
@@ -37,6 +37,7 @@ limitations under the License.
     <checkstyle.skip>true</checkstyle.skip>
 	<commons.parent.dir>${basedir}/..</commons.parent.dir>
     <commons.release.isDistModule>true</commons.release.isDistModule>
+    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <build>
diff --git a/commons-fileupload2-jakarta-servlet5/pom.xml b/commons-fileupload2-jakarta-servlet5/pom.xml
index 18524df0..fbf73a1e 100644
--- a/commons-fileupload2-jakarta-servlet5/pom.xml
+++ b/commons-fileupload2-jakarta-servlet5/pom.xml
@@ -42,6 +42,7 @@
 
 	<!-- Override link to Jakarta EE -->
 	<commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/9.1/apidocs/</commons.javadoc.javaee.link>
+    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/commons-fileupload2-jakarta-servlet6/pom.xml b/commons-fileupload2-jakarta-servlet6/pom.xml
index 01b3be22..021a8225 100644
--- a/commons-fileupload2-jakarta-servlet6/pom.xml
+++ b/commons-fileupload2-jakarta-servlet6/pom.xml
@@ -42,6 +42,7 @@
 
     <!-- Override link to Jakarta EE -->
     <commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/10/apidocs/</commons.javadoc.javaee.link>	
+    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/commons-fileupload2-javax/pom.xml b/commons-fileupload2-javax/pom.xml
index 4c8c7507..58be5f14 100644
--- a/commons-fileupload2-javax/pom.xml
+++ b/commons-fileupload2-javax/pom.xml
@@ -40,6 +40,7 @@
 	<!-- Override properties for the OSGi maven-bundle-plugin to generate proper manifest -->
     <commons.osgi.import>javax.servlet.*;version=${commons.servlet-api.version},*</commons.osgi.import>
     <commons.osgi.requireCapability>osgi.contract;filter:="(&amp;(osgi.contract=JavaServlet)(version=${commons.servlet-api.version}))"</commons.osgi.requireCapability>
+    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/commons-fileupload2-portlet/pom.xml b/commons-fileupload2-portlet/pom.xml
index 859afe1f..6150b96f 100644
--- a/commons-fileupload2-portlet/pom.xml
+++ b/commons-fileupload2-portlet/pom.xml
@@ -40,6 +40,7 @@
 	<!-- Override properties for the OSGi maven-bundle-plugin to generate proper manifest -->
     <commons.osgi.import>!javax.portlet,*</commons.osgi.import>
     <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
+    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 7a8bbb39..7aec1614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>65</version>
+    <version>66</version>
   </parent>
 
   <artifactId>commons-fileupload2</artifactId>