Skip to content

Commit 4b93be0

Browse files
committed
Update pom files for release 1.5.0
1 parent 44254e6 commit 4b93be0

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

cdm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>edal</artifactId>
99
<groupId>uk.ac.rdg.resc</groupId>
10-
<version>1.5.0-SNAPSHOT</version>
10+
<version>1.5.0</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<properties>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>edal</artifactId>
77
<groupId>uk.ac.rdg.resc</groupId>
88
<relativePath>..</relativePath>
9-
<version>1.5.0-SNAPSHOT</version>
9+
<version>1.5.0</version>
1010
</parent>
1111
<artifactId>edal-common</artifactId>
1212
<packaging>jar</packaging>

coveragejson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>edal</artifactId>
88
<groupId>uk.ac.rdg.resc</groupId>
99
<relativePath>..</relativePath>
10-
<version>1.5.0-SNAPSHOT</version>
10+
<version>1.5.0</version>
1111
</parent>
1212
<artifactId>edal-coveragejson</artifactId>
1313
<packaging>jar</packaging>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>edal</artifactId>
88
<groupId>uk.ac.rdg.resc</groupId>
99
<relativePath>..</relativePath>
10-
<version>1.5.0-SNAPSHOT</version>
10+
<version>1.5.0</version>
1111
</parent>
1212
<artifactId>edal-examples</artifactId>
1313
<packaging>jar</packaging>

godiva/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>edal</artifactId>
99
<groupId>uk.ac.rdg.resc</groupId>
10-
<version>1.5.0-SNAPSHOT</version>
10+
<version>1.5.0</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<artifactId>edal-godiva</artifactId>

graphics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>edal</artifactId>
99
<groupId>uk.ac.rdg.resc</groupId>
1010
<relativePath>..</relativePath>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
</parent>
1313
<artifactId>edal-graphics</artifactId>
1414
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>uk.ac.rdg.resc</groupId>
7-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.5.0</version>
88
<artifactId>edal</artifactId>
99
<name>Environmental Data Abstraction Library</name>
1010

wms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>edal</artifactId>
66
<groupId>uk.ac.rdg.resc</groupId>
7-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.5.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>edal-wms</artifactId>

xml-catalogue/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>edal</artifactId>
77
<groupId>uk.ac.rdg.resc</groupId>
88
<relativePath>..</relativePath>
9-
<version>1.5.0-SNAPSHOT</version>
9+
<version>1.5.0</version>
1010
</parent>
1111
<artifactId>edal-xml-catalogue</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)