Skip to content

Commit

Permalink
Fixes the pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
SPalominos committed Oct 2, 2017
1 parent a0e5d20 commit 4f1e189
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>orbisgis-nexus</artifactId>
<version>2</version>
<version>3</version>
</parent>
<organization>
<name>CNRS</name>
Expand Down Expand Up @@ -73,4 +73,16 @@
</dependency>
-->
</dependencies>
<repositories>
<repository>
<id>OrbisGIS</id>
<name>OrbisGIS repository</name>
<url>http://repo.orbisgis.org</url>
</repository>
<repository>
<id>repo2.maven.org</id>
<name>Maven2 repository 2</name>
<url>http://repo2.maven.org/maven2</url>
</repository>
</repositories>
</project>

0 comments on commit 4f1e189

Please sign in to comment.