git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineWPSExtension@91657 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
703e0e96d6
commit
d77e053b00
14
pom.xml
14
pom.xml
|
@ -1,6 +1,12 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<groupId>org.gcube.tools</groupId>
|
||||
<version>1.0.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-wps-extension</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
@ -29,13 +35,5 @@
|
|||
<name>52north-releases</name>
|
||||
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>n52-snapshots</id>
|
||||
<name>n52-snapshots</name>
|
||||
<url>http://52north.org/maven/repo/snapshots/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
Loading…
Reference in New Issue