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 08e0530 commit 98b2dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-core-sitemap. 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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with semanticcms-core-sitemap. 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

0 comments on commit 98b2dba

Please sign in to comment.