Skip to content

Commit

Permalink
restore pom changes of CDS-INSPIRE#21
Browse files Browse the repository at this point in the history
  • Loading branch information
RobStek committed May 13, 2015
1 parent 29165fc commit 0887975
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions deegree-webservices-cds/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>nl.ipo.cds</groupId>
<artifactId>deegree-webservices-cds</artifactId>
<packaging>war</packaging>
<name>deegree-webservices-cds</name>
<description>WAR that includes deegree WFS, WMS, WMTS and common datastore modules</description>
<version>2.2.3-SNAPSHOT</version>

<properties>
<deegree.version>3.4-pre10-SNAPSHOT-cds1</deegree.version>
</properties>

<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>cds-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<groupId>org.deegree</groupId>
<artifactId>deegree-services</artifactId>
<version>3.4-pre10-SNAPSHOT-cds1</version>
<relativePath />
</parent>

<repositories>
Expand Down

0 comments on commit 0887975

Please sign in to comment.