Skip to content

Commit f077a9b

Browse files
committed
Change the way <name> is assembled
1 parent e9ac3ec commit f077a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>java-network-analyzer</artifactId>
77
<version>0.1.5</version>
88
<packaging>bundle</packaging>
9-
<name>Java-Network-Analyzer</name>
9+
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>Graph theory and social network analysis algorithms
1111
implemented on JGraphT graphs.</description>
1212
<url>https://github.com/irstv/Java-Network-Analyzer</url>

0 commit comments

Comments
 (0)