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 52b5bcd commit 8156a26
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
Expand Up @@ -25,7 +25,7 @@ along with ao-servlet-firewall-path-space. If not, see <https://www.gnu.org/lic
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.23.0-POST-SNAPSHOT</version>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.23.1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@ along with ao-servlet-firewall-path-space. If not, see <https://www.gnu.org/lic
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.23.0-POST-SNAPSHOT</version>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.23.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8156a26

Please sign in to comment.