Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Jul 6, 2019
1 parent 9bcad82 commit 026835d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Java Marine API - changelog
<http://ktuukkan.github.io/marine-api/>

Version 0.11.0-SNAPSHOT
Version 0.11.0 (2019-07-06)

- Support for GBS sentences; GNSS satellite fault detection
- Support for GST sentences; GPS Pseudorange Noise Statistics
Expand Down
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,19 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
<target>1.8</target>
</configuration>
</plugin>
<!-- plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin -->
</plugins>
</build>

Expand Down

0 comments on commit 026835d

Please sign in to comment.