This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-8307 in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit 90a0e5f78830ea893afb44266d13b929654c929f Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 15 14:40:28 2025 +0200 SLING-8307 - Update the Eclipse tooling release process after the restructuring and code signing changes Unset the inherited project.build.outputTimestamp . This value is used by the tycho-packaging-plugin to calculate the qualifier and this ends up being the inherited value from the parent pom, which means that it does not change at all for local builds and nightlies. Because of this all local builds and nightly releases have qualifier of 202306111641. The value should be set only for releases. --- eclipse/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/eclipse/pom.xml b/eclipse/pom.xml index 415ae7b1..14814d1d 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -192,6 +192,7 @@ <minimalJavaBuildVersion>17</minimalJavaBuildVersion> <maven.compiler.target>17</maven.compiler.target> <maven.compiler.release>17</maven.compiler.release> + <project.build.outputTimestamp /> </properties> <profiles>
