Skip to content

Commit

Permalink
Renamed GML_3_2_1 to GML_3_2. #201
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Feb 1, 2019
1 parent 753942c commit 37f5d8f
Show file tree
Hide file tree
Showing 87 changed files with 663 additions and 724 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Supports the following schemas:
* `GML_1_0_0`
* `GML_2_1_2`
* `GML_3_1_1`
* `GML_3_2_1`
* `GML_3_2`
* `GML_CE_3_3`
* `GML_EXR_3_3`
* `GML_LR_3_3`
Expand Down
8 changes: 4 additions & 4 deletions arml/2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gml-v_3_2_1</artifactId>
<artifactId>gml-v_3_2</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down Expand Up @@ -46,15 +46,15 @@
<binding>
<dependencyResource>
<groupId>${project.groupId}</groupId>
<artifactId>gml-v_3_2_1</artifactId>
<resource>gml-v_3_2_1.jsonix.xjb</resource>
<artifactId>gml-v_3_2</artifactId>
<resource>gml-v_3_2.jsonix.xjb</resource>
<version>${project.version}</version>
</dependencyResource>
</binding>
<binding>
<dependencyResource>
<groupId>${project.groupId}</groupId>
<artifactId>gml-v_3_2_1</artifactId>
<artifactId>gml-v_3_2</artifactId>
<resource>iso19139-v_20070417.ignore.xjb</resource>
<version>${project.version}</version>
</dependencyResource>
Expand Down
Loading

0 comments on commit 37f5d8f

Please sign in to comment.