Skip to content

Commit b9b604f

Browse files
committed
GeoAPI 3.0.0 release.
1 parent e90b896 commit b9b604f

File tree

561 files changed

+135
-49001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

561 files changed

+135
-49001
lines changed

README.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,8 @@ Modules
99
we will occasionally issue a milestone release. For details please visit the
1010
http://www.geoapi.org/ project website.
1111

12-
geoapi-pending Contains work in progress.
13-
14-
geoapi-examples Examples used as part of the guidelines for turning a specification into Java
15-
interfaces. The same example is shown for a range of tradeoffs from a simple
16-
immutable interface, through to data objects and finally objects with event
17-
notification.
18-
1912
geoapi-conformance A test suite for testing vendor implementations.
2013

21-
tools Used for generating some special pages for javadoc.
22-
2314

2415
---------------------------------------------------------------------------------------------------
2516
How to build

geoapi-conformance/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.opengis</groupId>
1212
<artifactId>geoapi-parent</artifactId>
13-
<version>3.1-SNAPSHOT</version>
13+
<version>3.0.0</version>
1414
</parent>
1515

1616

@@ -67,7 +67,7 @@
6767
<dependencies>
6868
<dependency>
6969
<groupId>org.opengis</groupId>
70-
<artifactId>geoapi-pending</artifactId>
70+
<artifactId>geoapi</artifactId>
7171
<version>${project.version}</version>
7272
</dependency>
7373
<dependency>

geoapi-conformance/src/site/resources/css/site.css

Lines changed: 0 additions & 47 deletions
This file was deleted.

geoapi-examples/pom.xml

Lines changed: 0 additions & 72 deletions
This file was deleted.

geoapi-examples/src/main/java/org/opengis/example/data/Citation.java

Lines changed: 0 additions & 61 deletions
This file was deleted.

geoapi-examples/src/main/java/org/opengis/example/data/CitationDate.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

geoapi-examples/src/main/java/org/opengis/example/data/DataCitation.java

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)