Skip to content

Commit d4116c0

Browse files
committed
use groupId + artifactId as the Bundle-SymbolicName to match the name pattern as used in other Neo4j OSGi bundles
1 parent c3c101d commit d4116c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<properties>
77
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
88
<build.revision></build.revision>
9-
<bundle.name>${project.groupId}</bundle.name>
9+
<bundle.name>${project.groupId}.${project.artifactId}</bundle.name>
1010
<maven.build.timestamp.format>'v'yyyyMMdd-HHmm</maven.build.timestamp.format>
1111
</properties>
1212

0 commit comments

Comments
 (0)