Skip to content

Commit

Permalink
Update pom files for release 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
guygriffiths committed Sep 18, 2017
1 parent 128f240 commit ed5a780
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cdm/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.2.10-SNAPSHOT</version>
<version>1.2.10</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -7,7 +7,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.2.10-SNAPSHOT</version>
<version>1.2.10</version>
</parent>
<artifactId>edal-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coveragejson/pom.xml
Expand Up @@ -7,7 +7,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.2.10-SNAPSHOT</version>
<version>1.2.10</version>
</parent>
<artifactId>edal-coveragejson</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -7,7 +7,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.2.10-SNAPSHOT</version>
<version>1.2.10</version>
</parent>
<artifactId>edal-examples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion godiva/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.2.10-SNAPSHOT</version>
<version>1.2.10</version>
<relativePath>..</relativePath>
</parent>
<artifactId>edal-godiva</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphics/pom.xml
Expand Up @@ -6,7 +6,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.2.10-SNAPSHOT</version>
<version>1.2.10</version>
</parent>
<artifactId>edal-graphics</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.2.10-SNAPSHOT</version>
<version>1.2.10</version>
<artifactId>edal</artifactId>
<name>Environmental Data Abstraction Library</name>

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

0 comments on commit ed5a780

Please sign in to comment.