Skip to content

Commit

Permalink
Bump commons-parent from 65 to 66
Browse files Browse the repository at this point in the history
- Add Maven property project.build.outputTimestamp for build
reproducibility
  • Loading branch information
garydgregory committed Feb 3, 2024
1 parent 1cd3147 commit 5825c00
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions commons-fileupload2-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions commons-fileupload2-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions commons-fileupload2-jakarta-servlet5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions commons-fileupload2-jakarta-servlet6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions commons-fileupload2-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions commons-fileupload2-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5825c00

Please sign in to comment.