Skip to content

Commit

Permalink
Use Tycho 4.0.10
Browse files Browse the repository at this point in the history
- Use storeCreationTime to avoid LIBARCHIVE.creationtime tar.gz warnings
  • Loading branch information
merks committed Nov 19, 2024
1 parent 9cdd419 commit ce3548e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/birt-packages/birt-report-all-in-one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
</execution>
</executions>
<configuration>
<storeCreationTime>false</storeCreationTime>
<products>
<product>
<id>org.eclipse.birt.report.designer.all</id>
Expand Down
1 change: 1 addition & 0 deletions build/birt-packages/birt-runtime-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<storeCreationTime>false</storeCreationTime>
<products>
<product>
<id>org.eclipse.birt.engine.runtime</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<maven-surefire-plugin-version>3.5.0</maven-surefire-plugin-version>
<maven-assembly-plugin-version>3.7.1</maven-assembly-plugin-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
<tycho.version>4.0.9</tycho.version>
<tycho.version>4.0.10</tycho.version>
<wagon.ssh.version>3.5.3</wagon.ssh.version>

<build.type>nightly</build.type>
Expand Down

0 comments on commit ce3548e

Please sign in to comment.