Skip to content

Commit

Permalink
Prepare for releasing v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Feb 26, 2023
1 parent 0d70d9f commit 215bfc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
app.id=marineapi
app.name=Java Marine API
app.version=0.11.0
app.version=0.12.0
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Java Marine API - changelog
<http://ktuukkan.github.io/marine-api/>

Version 0.12.0-SNAPSHOT
Version 0.12.0 (2023-02-26)

- Added support for OSD sentences; own ship data
- Added support for RSD sentences; radar system data
- Added support for TLB sentences; target label data
Expand Down Expand Up @@ -33,6 +34,7 @@ Version 0.12.0-SNAPSHOT
- AIS message 27 by Krzysztof Borowski (@liosedhel)
- Unit and ShipType improvements by Joshua Sweaney (@joshsweaney)
- u-blox support by Gunnar Hillert (@ghillert)
- AIS interfaces improved by Alexis Manin (@alexismanin)

Version 0.11.0 (2019-07-06)

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.marineapi</groupId>
<artifactId>marineapi</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<packaging>bundle</packaging>

<name>Java Marine API</name>
Expand Down Expand Up @@ -202,7 +202,7 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
</archive>
</configuration>
</plugin>
<!-- plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
Expand All @@ -214,7 +214,7 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
</goals>
</execution>
</executions>
</plugin -->
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 215bfc5

Please sign in to comment.