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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 216a06d SLING-8980 - Set bundle-version suffix of SNAPSHOT versions
to the static String "-SNAPSHOT" instead of a timestamp
216a06d is described below
commit 216a06dc8ff64eed4dc95eb65402f5bcde5c5bb7
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jan 10 11:44:51 2020 +0100
SLING-8980 - Set bundle-version suffix of SNAPSHOT versions to the static
String "-SNAPSHOT" instead of a timestamp
Cleanup pom.xml comment related to the snapshot qualifier
---
sling-bundle-parent/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 8673fba..ff29e5c 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -70,8 +70,7 @@ Bundle-Category: sling
# export all versioned packages by default
-exportcontents: ${packages;VERSIONED}
-# overwrite timestamp format used as qualifier for snapshots to make the
resolution higher (i.e. make them differ for each build),
-# compare with https://www.mail-archive.com/[email protected]/msg76177.html
+# see https://issues.apache.org/jira/browse/SLING-8980
-snapshot: SNAPSHOT
# reproducible builds (https://github.com/bndtools/bnd/issues/3521)