Skip to content

Commit 78bb4f4

Browse files
committed
1.1.2 release
1 parent 01bfb35 commit 78bb4f4

6 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v3
1818
- name: Set up JDK 11
19-
uses: actions/setup-java@v1
19+
uses: actions/setup-java@v3
2020
with:
21+
distribution: 'temurin'
2122
java-version: 11
2223
- name: Build & Test
2324
run: mvn clean package

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v3
1717
- name: Set up JDK 11
18-
uses: actions/setup-java@v1
18+
uses: actions/setup-java@v3
1919
with:
20+
distribution: 'temurin'
2021
java-version: 11
2122
- name: Build
2223
run: mvn clean package -DskipTests

CHANGELOG.md

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

55
---
66

7-
## 1.1.2 (TBD)
7+
## [1.1.2](https://github.com/ngageoint/gars-java/releases/tag/1.1.2) (01-23-2023)
88

9-
* TBD
9+
* grid version 1.1.1
1010

1111
## [1.1.1](https://github.com/ngageoint/gars-java/releases/tag/1.1.1) (01-13-2023)
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ Default grid properties including zoom ranges, styles, and labelers are defined
8181

8282
### Installation ###
8383

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

8686
<dependency>
8787
<groupId>mil.nga</groupId>
8888
<artifactId>gars</artifactId>
89-
<version>1.1.1</version>
89+
<version>1.1.2</version>
9090
</dependency>
9191

9292
### Build ###

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

2323
<section class="main-content">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>mil.nga</groupId>
4848
<artifactId>grid</artifactId>
49-
<version>1.1.0</version>
49+
<version>1.1.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>

0 commit comments

Comments
 (0)