Skip to content

Commit 1bd2817

Browse files
committed
Milestone 4.0-M22
1 parent 1903fe6 commit 1bd2817

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

geoapi-conformance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opengis</groupId>
1414
<artifactId>geoapi-parent</artifactId>
15-
<version>4.0-SNAPSHOT</version>
15+
<version>4.0-M22</version>
1616
</parent>
1717

1818

geoapi-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opengis</groupId>
1414
<artifactId>geoapi-parent</artifactId>
15-
<version>4.0-SNAPSHOT</version>
15+
<version>4.0-M22</version>
1616
</parent>
1717

1818

geoapi-java-python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opengis</groupId>
1414
<artifactId>geoapi-parent</artifactId>
15-
<version>4.0-SNAPSHOT</version>
15+
<version>4.0-M22</version>
1616
</parent>
1717

1818

geoapi-pending/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opengis</groupId>
1414
<artifactId>geoapi-parent</artifactId>
15-
<version>4.0-SNAPSHOT</version>
15+
<version>4.0-M22</version>
1616
</parent>
1717

1818

geoapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opengis</groupId>
1414
<artifactId>geoapi-parent</artifactId>
15-
<version>4.0-SNAPSHOT</version>
15+
<version>4.0-M22</version>
1616
</parent>
1717

1818

geoapi/src/main/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
project = "GeoAPI"
2323
copyright = u"1994–2019 Open Geospatial Consortium. All rights reserved"
2424
author = "Open Geospatial Consortium"
25-
version = "4.0-SNAPSHOT"
26-
release = "4.0-SNAPSHOT"
25+
version = "4.0-M22"
26+
release = "4.0-M22"
2727
html_title = "Documentation"
2828
html_logo = "../../../../../site/snapshot/python/static/logo.png"
2929

geoapi/src/test/java/org/opengis/geoapi/CompatibilityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public final class CompatibilityTest implements Closeable {
8282
*/
8383
@SuppressWarnings("UseOfSystemOutOrSystemErr")
8484
public static void listChanges() throws IOException, ClassNotFoundException, NoSuchMethodException {
85-
try (final CompatibilityTest c = new CompatibilityTest("3.1-SNAPSHOT", "4.0-SNAPSHOT")) {
85+
try (final CompatibilityTest c = new CompatibilityTest("3.1-SNAPSHOT", "4.0-M22")) {
8686
for (final IncompatibleChange change : c.acceptedIncompatibleChanges) {
8787
System.out.println(change.method + "=I");
8888
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.opengis</groupId>
2525
<artifactId>geoapi-parent</artifactId>
2626
<packaging>pom</packaging>
27-
<version>4.0-SNAPSHOT</version>
27+
<version>4.0-M22</version>
2828
<name>GeoAPI</name>
2929
<url>http://www.geoapi.org/</url>
3030
<description>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opengis</groupId>
1414
<artifactId>geoapi-parent</artifactId>
15-
<version>4.0-SNAPSHOT</version>
15+
<version>4.0-M22</version>
1616
</parent>
1717

1818

0 commit comments

Comments
 (0)