File tree Expand file tree Collapse file tree 2 files changed +19
-12
lines changed
Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3- <modelVersion >4.0.0</modelVersion >
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
44
5- <parent >
6- <groupId >org.javamoney.lib</groupId >
7- <artifactId >javamoney-lib</artifactId >
8- <version >0.7-SNAPSHOT </version >
9- </parent >
5+ <parent >
6+ <groupId >org.javamoney.lib</groupId >
7+ <artifactId >javamoney-lib</artifactId >
8+ <version >0.7</version >
9+ </parent >
1010
11- <artifactId >javamoney-calc</artifactId >
12- <name >Money and Currency - JavaMoney Calculations</name >
13- <packaging >jar</packaging >
14- <!-- bundle -->
11+ <artifactId >javamoney-calc</artifactId >
12+ <name >Money and Currency - JavaMoney Calculations</name >
13+ <packaging >bundle</packaging >
14+ <build >
15+ <plugins >
16+ <plugin >
17+ <groupId >org.apache.felix</groupId >
18+ <artifactId >maven-bundle-plugin</artifactId >
19+ </plugin >
20+ </plugins >
21+ </build >
1522</project >
Original file line number Diff line number Diff line change 1010 <groupId >org.javamoney.lib</groupId >
1111 <name >Money and Currency - JavaMoney Libraries (parent)</name >
1212 <packaging >pom</packaging >
13- <version >0.7-SNAPSHOT </version >
13+ <version >0.7</version >
1414 <properties >
1515 <jsr .version>1.0</jsr .version>
1616 <jdkVersion >1.8</jdkVersion >
You can’t perform that action at this time.
0 commit comments