Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Jan 20, 2023
1 parent e744025 commit 719551a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- name: Build & Test
run: mvn clean package
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- name: Build
run: mvn clean package -DskipTests
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 1.1.1 (TBD)
## [1.1.1](https://github.com/ngageoint/grid-java/releases/tag/1.1.1) (01-20-2023)

* TBD
* simple-features-java version 2.2.1

## [1.1.0](https://github.com/ngageoint/grid-java/releases/tag/1.1.0) (09-21-2022)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ View the latest [Javadoc](http://ngageoint.github.io/grid-java/docs/api/)

### Installation ###

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

<dependency>
<groupId>mil.nga</groupId>
<artifactId>grid</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

### Build ###
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/grid-java/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/grid-java/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/grid-java/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga|grid|1.1.0|jar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga|grid|1.1.1|jar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>mil.nga</groupId>
<artifactId>sf</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>mil.nga</groupId>
Expand Down

0 comments on commit 719551a

Please sign in to comment.