Skip to content

Commit

Permalink
Upgrade of Maven Assembly Plugin in build-cache sample till the lates…
Browse files Browse the repository at this point in the history
…t compatible version.

Signed-off-by: Marat Abrarov <[email protected]>
  • Loading branch information
mabrarov authored and rohanKanojia committed Oct 12, 2024
1 parent 1477ced commit 28981d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/build-cache/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<!-- Avoid docker build cache invalidation due to new commits -->
<project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2000-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/build-cache/image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<image>fabric8/dmp-sample-build-cache-app:${project.version}</image>
<!-- Avoid docker build cache invalidation due to new commits -->
<project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2000-01-01T00:00:00Z</project.build.outputTimestamp>
<tini.sha512>8053cc21a3a9bdd6042a495349d1856ae8d3b3e7664c9654198de0087af031f5d41139ec85a2f5d7d2febd22ec3f280767ff23b9d5f63d490584e2b7ad3c218c</tini.sha512>

<tini.version>0.19.0</tini.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/build-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<git-commit-id-plugin.version>4.0.3</git-commit-id-plugin.version>

<git.commit.dateFormat>yyyy-MM-dd'T'HH:mm:ssXXX</git.commit.dateFormat>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 28981d4

Please sign in to comment.