File tree 2 files changed +3
-3
lines changed
src/main/resources/archetype-resources
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
<modelVersion >4.0.0</modelVersion >
8
8
<groupId >org.krakenapps</groupId >
9
9
<artifactId >kraken-template</artifactId >
10
- <version >1.0.1 </version >
10
+ <version >1.1.0 </version >
11
11
<packaging >jar</packaging >
12
12
<name >Kraken Template</name >
13
13
</project >
Original file line number Diff line number Diff line change 13
13
<plugin >
14
14
<groupId >org.apache.felix</groupId >
15
15
<artifactId >maven-bundle-plugin</artifactId >
16
- <version >2.0.1 </version >
16
+ <version >2.1.0 </version >
17
17
<extensions >true</extensions >
18
18
<configuration >
19
19
<instructions >
20
- <Bundle-SymbolicName >${artifactId} </Bundle-SymbolicName >
20
+ <Bundle-SymbolicName >${groupId} . ${ artifactId} </Bundle-SymbolicName >
21
21
<Export-Package >YOUR_EXPORT_PACKAGES</Export-Package >
22
22
<Private-Package >YOUR_PRIVATE_PACKAGES</Private-Package >
23
23
<Import-Package >*</Import-Package >
You can’t perform that action at this time.
0 commit comments