File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 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-
95javac.source: 1.8
106javac.target: 1.8
11-
12- Automatic-Module-Name: javax.money
13- Bundle-Version: ${version}.${tstamp}
7+ Bundle-Version: ${project.version}.${tstamp}
148Bundle-Name: JavaMoney API
159Bundle-SymbolicName: javax.money
1610Bundle-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
Original file line number Diff line number Diff line change 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 >
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 >
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. -->
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments