Skip to content

Commit 0a81614

Browse files
author
xeraph
committed
added kraken-template 1.1.0 (fixed default symbolic name)
1 parent f13e229 commit 0a81614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kraken-template/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.krakenapps</groupId>
99
<artifactId>kraken-template</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.1.0</version>
1111
<packaging>jar</packaging>
1212
<name>Kraken Template</name>
1313
</project>

kraken-template/src/main/resources/archetype-resources/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<plugin>
1414
<groupId>org.apache.felix</groupId>
1515
<artifactId>maven-bundle-plugin</artifactId>
16-
<version>2.0.1</version>
16+
<version>2.1.0</version>
1717
<extensions>true</extensions>
1818
<configuration>
1919
<instructions>
20-
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
20+
<Bundle-SymbolicName>${groupId}.${artifactId}</Bundle-SymbolicName>
2121
<Export-Package>YOUR_EXPORT_PACKAGES</Export-Package>
2222
<Private-Package>YOUR_PRIVATE_PACKAGES</Private-Package>
2323
<Import-Package>*</Import-Package>

0 commit comments

Comments
 (0)