This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/master by this push:
new 71f5bcf9 SLING-8307 - Update the Eclipse tooling release process after
the restructuring and code signing changes (#47)
71f5bcf9 is described below
commit 71f5bcf928a9251a3df2bc953276eb2347180bf3
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Sep 17 11:28:17 2025 +0200
SLING-8307 - Update the Eclipse tooling release process after the
restructuring and code signing changes (#47)
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>