Skip to content

Commit bdc4360

Browse files
committed
/issues/63 Fixed compilation and bnd config and upgraded jacoco modules.
1 parent e37dc7d commit bdc4360

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

bnd.bnd

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22
osgi.annotation; version=6.0.0,\
33
osgi.core; version=6.0,\
44
osgi.cmpn; version=6.0
5-
6-
-testpath: \
7-
${junit}
8-
95
javac.source: 1.8
106
javac.target: 1.8
11-
12-
Automatic-Module-Name: javax.money
13-
Bundle-Version: ${version}.${tstamp}
7+
Bundle-Version: ${project.version}.${tstamp}
148
Bundle-Name: JavaMoney API
159
Bundle-SymbolicName: javax.money
1610
Bundle-Description: JavaMoney - API (Backport)
@@ -23,4 +17,4 @@ Export-Package: \
2317
javax.money,\
2418
javax.money.spi,\
2519
javax.money.convert,\
26-
javax.money.format
20+
javax.money.format

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
<plugin>
451451
<groupId>biz.aQute.bnd</groupId>
452452
<artifactId>bnd-maven-plugin</artifactId>
453-
<version>3.3.0</version>
453+
<version>3.5.0</version>
454454
<dependencies>
455455
<dependency>
456456
<groupId>ch.qos.logback</groupId>
@@ -490,7 +490,7 @@
490490
<plugin>
491491
<groupId>org.apache.maven.plugins</groupId>
492492
<artifactId>maven-jar-plugin</artifactId>
493-
<version>2.6</version>
493+
<version>3.0.2</version>
494494
<configuration>
495495
<archive>
496496
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@@ -599,7 +599,7 @@
599599
<plugin>
600600
<groupId>org.jacoco</groupId>
601601
<artifactId>jacoco-maven-plugin</artifactId>
602-
<version>0.7.2.201409121644</version>
602+
<version>0.8.1</version>
603603
</plugin>
604604
<!--This plugin's configuration is used to store Eclipse m2e settings
605605
only. It has no influence on the Maven build itself. -->
@@ -617,7 +617,7 @@
617617
jacoco-maven-plugin
618618
</artifactId>
619619
<versionRange>
620-
[0.7.2.201409121644,)
620+
[0.8.1,)
621621
</versionRange>
622622
<goals>
623623
<goal>prepare-agent</goal>
@@ -785,7 +785,6 @@
785785
<plugin>
786786
<groupId>org.apache.maven.plugins</groupId>
787787
<artifactId>maven-compiler-plugin</artifactId>
788-
<version>3.7.0</version>
789788
<executions>
790789
<execution>
791790
<id>default-compile</id>
@@ -961,7 +960,7 @@
961960
<plugin>
962961
<groupId>org.jacoco</groupId>
963962
<artifactId>jacoco-maven-plugin</artifactId>
964-
<version>0.7.2.201409121644</version>
963+
<version>0.8.1</version>
965964
<configuration>
966965
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
967966
<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>

0 commit comments

Comments
 (0)