We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b00599 + 09fd123 commit 58ff6b6Copy full SHA for 58ff6b6
pom.xml
@@ -6,13 +6,16 @@
6
<artifactId>java-network-analyzer</artifactId>
7
<version>0.1.3</version>
8
<packaging>bundle</packaging>
9
-
10
<name>Java-Network-Analyzer</name>
11
<url>https://github.com/agouge/Java-Network-Analyzer</url>
12
13
<properties>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
</properties>
+ <parent>
+ <groupId>org.orbisgis</groupId>
16
+ <artifactId>orbisgis-nexus</artifactId>
17
+ <version>1</version>
18
+ </parent>
19
20
<dependencies>
21
<dependency>
0 commit comments