Skip to content

Commit c400100

Browse files
committed
1.1.0 release
1 parent 6b142fe commit c400100

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 1.1.0 (TBD)
7+
## [1.1.0](https://github.com/ngageoint/coordinate-reference-systems-java/releases/tag/1.1.0) (10-14-2021)
88

99
* CRS to PROJ (PROJ.4) parser
1010
* Original text value stored precision for double values
11-
* Common Geo Datums, Ellipsoids, and Prime Meridians
11+
* Common Geo Datums, Ellipsoids, Prime Meridians, and Units enumerations
1212
* Additional common Operation Method aliases
1313
* Temporal Datum method name correction, setOriginDateTime, previously setStartDateTime
1414
* Unit conversions for backwards compatible base unit types

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ String projTextFromWKT = ProjParser.paramsText(wkt);
132132

133133
### Installation ###
134134

135-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|crs|1.0.0|jar) (JAR, POM, Source, Javadoc)
135+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|crs|1.1.0|jar) (JAR, POM, Source, Javadoc)
136136

137137
```xml
138138

139139
<dependency>
140140
<groupId>mil.nga</groupId>
141141
<artifactId>crs</artifactId>
142-
<version>1.0.0</version>
142+
<version>1.1.0</version>
143143
</dependency>
144144

145145
```

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
1717
<a href="http://ngageoint.github.io/coordinate-reference-systems-java/docs/api/" class="btn">API</a>
1818
<a href="https://github.com/ngageoint/coordinate-reference-systems-java/zipball/master" class="btn">.zip</a>
1919
<a href="https://github.com/ngageoint/coordinate-reference-systems-java/tarball/master" class="btn">.tar.gz</a>
20-
<a href="http://search.maven.org/#artifactdetails|mil.nga|crs|1.0.0|jar" class="btn">The Central Repository</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga|crs|1.1.0|jar" class="btn">The Central Repository</a>
2121
</section>
2222

2323
<section class="main-content">

0 commit comments

Comments
 (0)