Skip to content

Commit 71fee4b

Browse files
committed
Updated dependencies
1 parent 7008d9f commit 71fee4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -360,12 +360,12 @@
360360
<plugin>
361361
<groupId>org.eluder.coveralls</groupId>
362362
<artifactId>coveralls-maven-plugin</artifactId>
363-
<version>2.2.0</version>
363+
<version>4.3.0</version>
364364
</plugin>
365365
<plugin>
366366
<groupId>org.asciidoctor</groupId>
367367
<artifactId>asciidoctor-maven-plugin</artifactId>
368-
<version>1.5.2</version>
368+
<version>1.5.6</version>
369369
</plugin>
370370
</plugins>
371371
</pluginManagement>
@@ -400,7 +400,7 @@
400400
<manifestEntries>
401401
<Specification-Title>${project.name}</Specification-Title>
402402
<Specification-Version>${project.version}</Specification-Version>
403-
<Specification-Vendor>Werner Keil, Otavio Santana, Trivadis AG</Specification-Vendor>
403+
<Specification-Vendor>Werner Keil, Otavio Santana and others</Specification-Vendor>
404404
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
405405
<Implementation-URL>http://www.javamoney.org</Implementation-URL>
406406
</manifestEntries>

0 commit comments

Comments
 (0)