Skip to content

Commit 026835d

Browse files
committed
updated changelog
1 parent 9bcad82 commit 026835d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelog.txt

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

4-
Version 0.11.0-SNAPSHOT
4+
Version 0.11.0 (2019-07-06)
55

66
- Support for GBS sentences; GNSS satellite fault detection
77
- Support for GST sentences; GPS Pseudorange Noise Statistics

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,19 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
189189
<target>1.8</target>
190190
</configuration>
191191
</plugin>
192+
<!-- plugin>
193+
<groupId>org.apache.maven.plugins</groupId>
194+
<artifactId>maven-gpg-plugin</artifactId>
195+
<version>1.6</version>
196+
<executions>
197+
<execution>
198+
<id>sign-artifacts</id>
199+
<goals>
200+
<goal>sign</goal>
201+
</goals>
202+
</execution>
203+
</executions>
204+
</plugin -->
192205
</plugins>
193206
</build>
194207

0 commit comments

Comments
 (0)