Skip to content

Commit a687841

Browse files
committed
1 parent d154821 commit a687841

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

commons-vfs2-ant/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
</commons.osgi.import>
7676
<!-- Hadoop jars contain overlapping packages that blow up JPMS -->
7777
<moditect.skip>true</moditect.skip>
78+
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
7879
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
7980
</properties>
8081

commons-vfs2-bom/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<properties>
6666
<commons.parent.dir>${basedir}/..</commons.parent.dir>
6767
<checkstyle.skip>true</checkstyle.skip>
68+
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
6869
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
6970
</properties>
7071
</project>

commons-vfs2-distribution/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ limitations under the License.
3737
<checkstyle.skip>true</checkstyle.skip>
3838
<commons.parent.dir>${basedir}/..</commons.parent.dir>
3939
<commons.release.isDistModule>true</commons.release.isDistModule>
40+
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
4041
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
4142
</properties>
4243

commons-vfs2-examples/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<commons.osgi.import>
6363
*
6464
</commons.osgi.import>
65+
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
6566
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
6667
</properties>
6768

commons-vfs2-jackrabbit1/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
org.apache.commons.httpclient.*;resolution:=optional,
127127
*
128128
</commons.osgi.import>
129+
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
129130
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
130131
</properties>
131132

commons-vfs2-jackrabbit2/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
org.apache.jackrabbit.*;resolution:=optional,
126126
*
127127
</commons.osgi.import>
128+
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
128129
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
129130
</properties>
130131

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
<clirr.skip>true</clirr.skip>
114114
<japicmp.skip>false</japicmp.skip>
115115
<jacoco.skip>false</jacoco.skip>
116+
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
116117
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
117118
</properties>
118119

0 commit comments

Comments
 (0)