Skip to content

Commit

Permalink
1.1.2 release, proj4j 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed May 4, 2022
1 parent cb6fec1 commit 7f20142
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 1.1.2 (TBD)
## [1.1.2](https://github.com/ngageoint/projections-java/releases/tag/1.1.2) (05-04-2022)

* crs version 1.1.4
* proj4j 1.1.5
* Non projected ETRS89 GeoDatum fix (EPSG:4258)

## [1.1.1](https://github.com/ngageoint/projections-java/releases/tag/1.1.1) (02-03-2022)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ ProjCoordinate inverseTransformed = inverseTransform

### Installation ###

Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|proj|1.1.1|jar) (JAR, POM, Source, Javadoc)
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|proj|1.1.2|jar) (JAR, POM, Source, Javadoc)

```xml

<dependency>
<groupId>mil.nga</groupId>
<artifactId>proj</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
<a href="http://ngageoint.github.io/projections-java/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/projections-java/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/projections-java/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga|proj|1.1.1|jar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga|proj|1.1.2|jar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.locationtech.proj4j</groupId>
<artifactId>proj4j</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -68,8 +68,9 @@
<finalName>${project.artifactId}-${project.version}-standalone</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>11</source>
<target>11</target>
Expand All @@ -78,7 +79,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -134,7 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<links>
<link>http://ngageoint.github.io/coordinate-reference-systems-java/docs/api/</link>
Expand Down Expand Up @@ -169,7 +170,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 7f20142

Please sign in to comment.