Skip to content

Commit b952a6d

Browse files
committed
Update pom files for release 1.2.7
1 parent 59b1fe5 commit b952a6d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

cdm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>edal</artifactId>
88
<groupId>uk.ac.rdg.resc</groupId>
9-
<version>1.2.7-SNAPSHOT</version>
9+
<version>1.2.7</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<!-- <properties> -->

common/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
10+
<version>1.2.7</version>
1111
</parent>
1212
<artifactId>edal-common</artifactId>
1313
<packaging>jar</packaging>

coveragejson/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
10+
<version>1.2.7</version>
1111
</parent>
1212
<artifactId>edal-coveragejson</artifactId>
1313
<packaging>jar</packaging>

examples/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
10+
<version>1.2.7</version>
1111
</parent>
1212
<artifactId>edal-examples</artifactId>
1313
<packaging>jar</packaging>

godiva/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>edal</artifactId>
77
<groupId>uk.ac.rdg.resc</groupId>
8-
<version>1.2.7-SNAPSHOT</version>
8+
<version>1.2.7</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>edal-godiva</artifactId>

graphics/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
9+
<version>1.2.7</version>
1010
</parent>
1111
<artifactId>edal-graphics</artifactId>
1212
<packaging>jar</packaging>

pom.xml

+1-1
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.2.7-SNAPSHOT</version>
7+
<version>1.2.7</version>
88
<artifactId>edal</artifactId>
99
<name>Environmental Data Abstraction Library</name>
1010

wms/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
7+
<version>1.2.7</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>edal-wms</artifactId>

xml-catalogue/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
9+
<version>1.2.7</version>
1010
</parent>
1111
<artifactId>edal-xml-catalogue</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)