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 1
1
<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 >
4
4
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 >
10
10
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 >
15
22
</project >
Original file line number Diff line number Diff line change 10
10
<groupId >org.javamoney.lib</groupId >
11
11
<name >Money and Currency - JavaMoney Libraries (parent)</name >
12
12
<packaging >pom</packaging >
13
- <version >0.7-SNAPSHOT </version >
13
+ <version >0.7</version >
14
14
<properties >
15
15
<jsr .version>1.0</jsr .version>
16
16
<jdkVersion >1.8</jdkVersion >
You can’t perform that action at this time.
0 commit comments