Skip to content

Commit

Permalink
Update pom files for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy G committed Feb 25, 2016
1 parent 21a00cf commit 1963e66
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cdm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>edal-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion godiva/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>edal-godiva</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>edal-graphics</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions ncwms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ncWMS</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>war</packaging>
<name>ncWMS implementation using the EDAL libraries</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
<artifactId>edal</artifactId>
<name>Environmental Data Abstraction Library</name>

Expand Down
2 changes: 1 addition & 1 deletion wms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>edal-wms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xml-catalogue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>edal-xml-catalogue</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 1963e66

Please sign in to comment.