Skip to content

Commit 4d60b05

Browse files
committed
1.1.3 release
1 parent 33a05b8 commit 4d60b05

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 1.1.3 (TBD)
7+
## [1.1.3](https://github.com/ngageoint/gars-java/releases/tag/1.1.3) (04-03-2024)
88

99
* grid version 1.1.2
1010

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.2|jar) (JAR, POM, Source, Javadoc)
84+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|gars|1.1.3|jar) (JAR, POM, Source, Javadoc)
8585

8686
<dependency>
8787
<groupId>mil.nga</groupId>
8888
<artifactId>gars</artifactId>
89-
<version>1.1.2</version>
89+
<version>1.1.3</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.2|jar" class="btn">The Central Repository</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga|gars|1.1.3|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
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-gpg-plugin</artifactId>
100-
<version>3.2.1</version>
100+
<version>3.2.2</version>
101101
<executions>
102102
<execution>
103103
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)