Skip to content

Commit 215bfc5

Browse files
committed
Prepare for releasing v0.12.0
1 parent 0d70d9f commit 215bfc5

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
app.id=marineapi
22
app.name=Java Marine API
3-
app.version=0.11.0
3+
app.version=0.12.0

changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Java Marine API - changelog
22
<http://ktuukkan.github.io/marine-api/>
33

4-
Version 0.12.0-SNAPSHOT
4+
Version 0.12.0 (2023-02-26)
5+
56
- Added support for OSD sentences; own ship data
67
- Added support for RSD sentences; radar system data
78
- Added support for TLB sentences; target label data
@@ -33,6 +34,7 @@ Version 0.12.0-SNAPSHOT
3334
- AIS message 27 by Krzysztof Borowski (@liosedhel)
3435
- Unit and ShipType improvements by Joshua Sweaney (@joshsweaney)
3536
- u-blox support by Gunnar Hillert (@ghillert)
37+
- AIS interfaces improved by Alexis Manin (@alexismanin)
3638

3739
Version 0.11.0 (2019-07-06)
3840

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>net.sf.marineapi</groupId>
2727
<artifactId>marineapi</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.12.0</version>
2929
<packaging>bundle</packaging>
3030

3131
<name>Java Marine API</name>
@@ -202,7 +202,7 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
202202
</archive>
203203
</configuration>
204204
</plugin>
205-
<!-- plugin>
205+
<plugin>
206206
<groupId>org.apache.maven.plugins</groupId>
207207
<artifactId>maven-gpg-plugin</artifactId>
208208
<version>1.6</version>
@@ -214,7 +214,7 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
214214
</goals>
215215
</execution>
216216
</executions>
217-
</plugin -->
217+
</plugin>
218218
</plugins>
219219
</build>
220220

0 commit comments

Comments
 (0)