Skip to content

Commit 58ff6b6

Browse files
committed
Merge pull request #3 from agouge/add-nexus-parent
Add orbisgis-nexus as parent for deployment. This should fix the failing Jenkins build.
2 parents 9b00599 + 09fd123 commit 58ff6b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
<artifactId>java-network-analyzer</artifactId>
77
<version>0.1.3</version>
88
<packaging>bundle</packaging>
9-
109
<name>Java-Network-Analyzer</name>
1110
<url>https://github.com/agouge/Java-Network-Analyzer</url>
12-
1311
<properties>
1412
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1513
</properties>
14+
<parent>
15+
<groupId>org.orbisgis</groupId>
16+
<artifactId>orbisgis-nexus</artifactId>
17+
<version>1</version>
18+
</parent>
1619

1720
<dependencies>
1821
<dependency>

0 commit comments

Comments
 (0)