Skip to content

Commit 13e4bec

Browse files
committed
Merge branch 'release/2.0.4'
2 parents 43ad397 + 87908b0 commit 13e4bec

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# com.bitctrl
55
Allgemeine Bibliothek für BitCtrl-Projekte
66

7+
## Version 2.0.4
8+
9+
- Java 9 - Kompatibilität: Automatic-Module-Name in Bundle ergänzt.
10+
711
## Version 2.0.3
812

913
## Version 2.0.2

bnd.bnd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
Bundle-Name: Allgemeine BitCtrl-Bibliothek
55
Import-Package: \
66
org.apache.commons.codec.*;resolution:=optional,\
7-
*
7+
*
8+
9+
Automatic-Module-Name: ${def;bsn}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.bitctrl</groupId>
77
<artifactId>com.bitctrl</artifactId>
8-
<version>2.0.3</version>
8+
<version>2.0.4</version>
99

1010
<name>Allgemeine BitCtrl-Bibliothek</name>
1111
<url>http://bitctrl.github.io/${project.artifactId}/</url>
@@ -244,7 +244,7 @@
244244
<plugin>
245245
<groupId>biz.aQute.bnd</groupId>
246246
<artifactId>bnd-maven-plugin</artifactId>
247-
<version>3.2.0</version>
247+
<version>4.0.0</version>
248248
<executions>
249249
<execution>
250250
<goals>

0 commit comments

Comments
 (0)