Skip to content

Commit 1b6ae1b

Browse files
author
Guy G
committed
Update pom files for release 1.1.1
1 parent 7a4306c commit 1b6ae1b

File tree

8 files changed

+9
-9
lines changed

8 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.1.1-SNAPSHOT</version>
9+
<version>1.1.1</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.1.1-SNAPSHOT</version>
10+
<version>1.1.1</version>
1111
</parent>
1212
<artifactId>edal-common</artifactId>
1313
<packaging>jar</packaging>

godiva/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.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>edal-godiva</artifactId>

graphics/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.1.1-SNAPSHOT</version>
10+
<version>1.1.1</version>
1111
</parent>
1212
<artifactId>edal-graphics</artifactId>
1313
<packaging>jar</packaging>

ncwms/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<artifactId>edal</artifactId>
88
<groupId>uk.ac.rdg.resc</groupId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>ncWMS</artifactId>
13-
<version>2.1.1-SNAPSHOT</version>
13+
<version>2.1.1</version>
1414
<packaging>war</packaging>
1515
<name>ncWMS implementation using the EDAL libraries</name>
1616
<properties>

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

0 commit comments

Comments
 (0)