Skip to content

Commit 003c4ca

Browse files
author
Alexander Schindler
authored
Change bundle metadata to reflect move to klibio repo (#36)
1 parent 104216f commit 003c4ca

15 files changed

Lines changed: 283 additions & 16 deletions

File tree

cnf/build.bnd

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Bundle-License: EPL-2.0;\
44
description="This program and the accompanying materials are made avilable under the terms of the Eclipse Public License 2.0.";\
55
link="https://www.eclipse.org/legal/epl-2.0/"
66
Bundle-SCM: \
7-
url="https://github.com/A7exSchin/EclipseInstallationManager",\
8-
connection=scm:git:https://github.com/A7exSchin/EclipseInstallationManager.git,\
7+
url="https://github.com/klibio/EclipseInstallationManager",\
8+
connection=scm:git:https://github.com/klibio/EclipseInstallationManager.git,\
99
tag=${Bundle-Version}
1010

1111
Bundle-Developers: \
@@ -30,4 +30,10 @@ testbin ${target-dir}/test-classes
3030
-snapshot: ${tstamp}
3131
Bundle-Version: 1.1.0.SNAPSHOT
3232

33+
# Maven info. The maven artifactId defaults to Bundle-SymbolicName
34+
-groupid: io.klib.eim
35+
-pom: version=${if;${def;-snapshot};${versionmask;===;${@version}}-${-snapshot};${versionmask;===s;${@version}}}
36+
#-maven-release: pom
37+
-maven-release: pom,sign;passphrase=${env;GPG_PASSPHRASE}
38+
3339
Automatic-Module-Name: ${project.name}
4.69 KB
Binary file not shown.
2 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
671 KB
Binary file not shown.
-1 Bytes
Binary file not shown.

cnf/release/index.xml

Lines changed: 268 additions & 8 deletions
Large diffs are not rendered by default.

cnf/release/index.xml.sha

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b5a1888a04caa02568fea082c51237188761f084cf586ae5b9d3854c3d17a570

eim.api/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bundle-Version: 2.0.0
1+
Bundle-Version: 2.0.1
22

33
-baseline: *
44
-buildpath: \

0 commit comments

Comments
 (0)