From 5825c00c51488945f46a74efb15083230e479304 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 3 Feb 2024 10:20:09 -0500 Subject: [PATCH] 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 025459650..2818c56ac 100644 --- a/commons-fileupload2-core/pom.xml +++ b/commons-fileupload2-core/pom.xml @@ -36,6 +36,7 @@ ${basedir}/.. org.apache.commons.fileupload2.core + 2024-01-01T00:00:00Z diff --git a/commons-fileupload2-distribution/pom.xml b/commons-fileupload2-distribution/pom.xml index 49f97219d..34cd75a01 100644 --- a/commons-fileupload2-distribution/pom.xml +++ b/commons-fileupload2-distribution/pom.xml @@ -37,6 +37,7 @@ limitations under the License. true ${basedir}/.. true + 2024-01-01T00:00:00Z diff --git a/commons-fileupload2-jakarta-servlet5/pom.xml b/commons-fileupload2-jakarta-servlet5/pom.xml index 18524df0b..fbf73a1ea 100644 --- a/commons-fileupload2-jakarta-servlet5/pom.xml +++ b/commons-fileupload2-jakarta-servlet5/pom.xml @@ -42,6 +42,7 @@ https://jakarta.ee/specifications/platform/9.1/apidocs/ + 2024-01-01T00:00:00Z diff --git a/commons-fileupload2-jakarta-servlet6/pom.xml b/commons-fileupload2-jakarta-servlet6/pom.xml index 01b3be221..021a8225d 100644 --- a/commons-fileupload2-jakarta-servlet6/pom.xml +++ b/commons-fileupload2-jakarta-servlet6/pom.xml @@ -42,6 +42,7 @@ https://jakarta.ee/specifications/platform/10/apidocs/ + 2024-01-01T00:00:00Z diff --git a/commons-fileupload2-javax/pom.xml b/commons-fileupload2-javax/pom.xml index 4c8c75078..58be5f14c 100644 --- a/commons-fileupload2-javax/pom.xml +++ b/commons-fileupload2-javax/pom.xml @@ -40,6 +40,7 @@ javax.servlet.*;version=${commons.servlet-api.version},* osgi.contract;filter:="(&(osgi.contract=JavaServlet)(version=${commons.servlet-api.version}))" + 2024-01-01T00:00:00Z diff --git a/commons-fileupload2-portlet/pom.xml b/commons-fileupload2-portlet/pom.xml index 859afe1fd..6150b96fc 100644 --- a/commons-fileupload2-portlet/pom.xml +++ b/commons-fileupload2-portlet/pom.xml @@ -40,6 +40,7 @@ !javax.portlet,* javax.portlet + 2024-01-01T00:00:00Z diff --git a/pom.xml b/pom.xml index 7a8bbb397..7aec16146 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache.commons commons-parent - 65 + 66 commons-fileupload2