Skip to content

Commit c428b53

Browse files
committed
2.1.0 release
1 parent 893501c commit c428b53

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

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-
## 2.0.7 (TBD)
7+
## [2.1.0](https://github.com/ngageoint/simple-features-wkb-java/releases/tag/2.1.0) (07-11-2022)
88

9-
* TBD
9+
* simple-features-java version 2.1.0
1010

1111
## [2.0.6](https://github.com/ngageoint/simple-features-wkb-java/releases/tag/2.0.6) (04-18-2022)
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ byte[] bytes = GeometryWriter.writeGeometry(geometry);
4040

4141
### Installation ###
4242

43-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkb|2.0.6|jar) (JAR, POM, Source, Javadoc)
43+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkb|2.1.0|jar) (JAR, POM, Source, Javadoc)
4444

4545
```xml
4646

4747
<dependency>
4848
<groupId>mil.nga.sf</groupId>
4949
<artifactId>sf-wkb</artifactId>
50-
<version>2.0.6</version>
50+
<version>2.1.0</version>
5151
</dependency>
5252

5353
```

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

2323
<section class="main-content">

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>mil.nga.sf</groupId>
55
<artifactId>sf-wkb</artifactId>
6-
<version>2.0.7</version>
6+
<version>2.1.0</version>
77
<packaging>jar</packaging>
88
<name>Simple Features Well-Known Binary</name>
99
<url>https://github.com/ngageoint/simple-features-wkb-java</url>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>mil.nga</groupId>
4848
<artifactId>sf</artifactId>
49-
<version>2.0.6</version>
49+
<version>2.1.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-javadoc-plugin</artifactId>
77-
<version>3.3.2</version>
77+
<version>3.4.0</version>
7878
<configuration>
7979
<links>
8080
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.sonatype.plugins</groupId>
111111
<artifactId>nexus-staging-maven-plugin</artifactId>
112-
<version>1.6.12</version>
112+
<version>1.6.13</version>
113113
<extensions>true</extensions>
114114
<configuration>
115115
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)