Skip to content

Commit fecc64d

Browse files
committed
4.3.2 release
1 parent 5a7edb9 commit fecc64d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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-
## 4.3.2 (TBD)
7+
## [4.3.2](https://github.com/ngageoint/simple-features-proj-java/releases/tag/4.3.2) (04-03-2024)
88

99
* simple-features-java version 2.2.2
1010
* proj 1.1.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ Geometry transformed = transform.transform(geometry);
3939

4040
### Installation ###
4141

42-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-proj|4.3.1|jar) (JAR, POM, Source, Javadoc)
42+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-proj|4.3.2|jar) (JAR, POM, Source, Javadoc)
4343

4444
```xml
4545

4646
<dependency>
4747
<groupId>mil.nga.sf</groupId>
4848
<artifactId>sf-proj</artifactId>
49-
<version>4.3.1</version>
49+
<version>4.3.2</version>
5050
</dependency>
5151

5252
```

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/simple-features-proj-java/docs/api/" class="btn">API</a>
1818
<a href="https://github.com/ngageoint/simple-features-proj-java/zipball/master" class="btn">.zip</a>
1919
<a href="https://github.com/ngageoint/simple-features-proj-java/tarball/master" class="btn">.tar.gz</a>
20-
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-proj|4.3.1|jar" class="btn">The Central Repository</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-proj|4.3.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
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-gpg-plugin</artifactId>
105-
<version>3.2.1</version>
105+
<version>3.2.2</version>
106106
<executions>
107107
<execution>
108108
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)