Skip to content

Commit

Permalink
Reproducible build ${project.build.outputTimestamp} set back to ${git…
Browse files Browse the repository at this point in the history
….commit.time}.

The property was replaced with a fixed timestamp by Maven Release Plugin during the last release.  This caused all child projects to incorrecly use the time that the parent was released, not that of the project's last commit as intended.
  • Loading branch information
ao-apps committed Sep 3, 2023
1 parent f013c60 commit 4e6dd85
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion all
Submodule all updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion bom
Submodule bom updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with semanticcms-file. If not, see <https://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.19.0-POST-SNAPSHOT</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.19.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion model
Submodule model updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with semanticcms-file. If not, see <https://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.19.0-POST-SNAPSHOT</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.19.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion servlet
Submodule servlet updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion style
Submodule style updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion taglib
Submodule taglib updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion view
Submodule view updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml

0 comments on commit 4e6dd85

Please sign in to comment.