Skip to content

Commit 1eb6dce

Browse files
committed
[build] Add SCM/developer/etc
1 parent b9a2594 commit 1eb6dce

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

cnf/build.bnd

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,22 @@ Git-SHA: ${system-allow-fail;git rev-list -1 HEAD}
2323
Bundle-Copyright: aQute SARL
2424
Bundle-Vendor: aQute SARL
2525
Bundle-DocURL: http://openap.aqute.io
26-
Bundle-License: Apache Software License 2.0
2726
Bundle-Version: ${base.version}.${tstamp}
27+
Bundle-License: Apache-2.0; \
28+
description="Apache License, Version 2.0"; \
29+
link="http://www.apache.org/licenses/LICENSE-2.0"
30+
Bundle-SCM: url=https://github.com/aQute-os/biz.aQute.openapi, \
31+
connection=scm:https://github.com/aQute-os/biz.aQute.openapi.git, \
32+
developerConnection=scm:git:[email protected]:aQute-os/biz.aQute.openapi.git, \
33+
tag=${Git-Descriptor}
34+
Bundle-Developers: \
35+
pkriens; \
36+
37+
name="Peter Kriens"; \
38+
organization=aQute; \
39+
organizationUrl=https://aQute.biz; \
40+
roles="architect,developer"; \
41+
timezone=1
2842

2943
#
3044
# Access Maven Central + OSGi snapshots

0 commit comments

Comments
 (0)