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-jci.git
The following commit(s) were added to refs/heads/master by this push: new d4bb398 Bump commons-parent from 65 to 66 d4bb398 is described below commit d4bb398d6f8709fbc538837755c15d159c0ad187 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 3 12:51:43 2024 -0500 Bump commons-parent from 65 to 66 - Add Maven property project.build.outputTimestamp for build reproducibility --- compilers/eclipse/pom.xml | 3 ++- compilers/groovy/pom.xml | 1 + compilers/janino/pom.xml | 1 + compilers/jsr199/pom.xml | 1 + compilers/rhino/pom.xml | 1 + core/pom.xml | 1 + examples/pom.xml | 1 + fam/pom.xml | 1 + pom.xml | 2 +- 9 files changed, 10 insertions(+), 2 deletions(-) diff --git a/compilers/eclipse/pom.xml b/compilers/eclipse/pom.xml index 80a6db9..e21b255 100644 --- a/compilers/eclipse/pom.xml +++ b/compilers/eclipse/pom.xml @@ -59,7 +59,8 @@ <commons.componentid>jci-eclipse</commons.componentid> <commons.module.name>org.apache.commons.jci2.core.eclipse</commons.module.name> <maven-site-plugin.skip>true</maven-site-plugin.skip> - </properties> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + </properties> <build> <plugins> diff --git a/compilers/groovy/pom.xml b/compilers/groovy/pom.xml index 696c763..d84c2ea 100644 --- a/compilers/groovy/pom.xml +++ b/compilers/groovy/pom.xml @@ -75,6 +75,7 @@ --> <moditect.skip>true</moditect.skip> <maven-site-plugin.skip>true</maven-site-plugin.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build> diff --git a/compilers/janino/pom.xml b/compilers/janino/pom.xml index e2f1524..df9a2d8 100644 --- a/compilers/janino/pom.xml +++ b/compilers/janino/pom.xml @@ -59,6 +59,7 @@ <commons.componentid>jci-janino</commons.componentid> <commons.module.name>org.apache.commons.jci2.core.janino</commons.module.name> <maven-site-plugin.skip>true</maven-site-plugin.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build> diff --git a/compilers/jsr199/pom.xml b/compilers/jsr199/pom.xml index dbebfce..cb3b87b 100644 --- a/compilers/jsr199/pom.xml +++ b/compilers/jsr199/pom.xml @@ -57,6 +57,7 @@ <commons.componentid>jci-jsr166</commons.componentid> <commons.module.name>org.apache.commons.jci2.core.jsr199</commons.module.name> <maven-site-plugin.skip>true</maven-site-plugin.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build> diff --git a/compilers/rhino/pom.xml b/compilers/rhino/pom.xml index 631d16f..cf8495d 100644 --- a/compilers/rhino/pom.xml +++ b/compilers/rhino/pom.xml @@ -59,6 +59,7 @@ <commons.componentid>jci-rhino</commons.componentid> <commons.module.name>org.apache.commons.jci2.core.rhino</commons.module.name> <maven-site-plugin.skip>true</maven-site-plugin.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build> diff --git a/core/pom.xml b/core/pom.xml index 8a74500..151aa98 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -65,6 +65,7 @@ <commons.componentid>jci-core</commons.componentid> <commons.module.name>org.apache.commons.jci2.core</commons.module.name> <maven-site-plugin.skip>true</maven-site-plugin.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build> diff --git a/examples/pom.xml b/examples/pom.xml index 1f63aa7..cc3f2b8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -56,6 +56,7 @@ <properties> <commons.componentid>jci-examples</commons.componentid> <maven-site-plugin.skip>true</maven-site-plugin.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build> diff --git a/fam/pom.xml b/fam/pom.xml index 0f4b53f..1f1b968 100644 --- a/fam/pom.xml +++ b/fam/pom.xml @@ -51,6 +51,7 @@ <commons.componentid>jci-fam</commons.componentid> <commons.module.name>org.apache.commons.jci2.fam</commons.module.name> <maven-site-plugin.skip>true</maven-site-plugin.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build> diff --git a/pom.xml b/pom.xml index dab6b39..ac7d6f1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>65</version> + <version>66</version> </parent> <packaging>pom</packaging> <artifactId>commons-jci2</artifactId>