Skip to content

Commit 2613198

Browse files
committed
JAVAMONEY-82.
1 parent dd816cf commit 2613198

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.javamoney</groupId>
55
<artifactId>javamoney-parent</artifactId>
6-
<version>0.5</version>
6+
<version>1.0-RC1</version>
77
<packaging>pom</packaging>
88
<name>Money and Currency - JavaMoney parent</name>
99
<description>JavaMoney Parent POM</description>
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-gpg-plugin</artifactId>
171-
<version>1.4</version>
171+
<version>1.5</version>
172172
</plugin>
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
@@ -374,7 +374,7 @@
374374
<repository>
375375
<id>sonatype-nexus-staging</id>
376376
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
377-
<name>Nexus Release Repository</name>
377+
<name>Sonatype Release Repository</name>
378378
</repository>
379379
<snapshotRepository>
380380
<id>sonatype-nexus-snapshots</id>
@@ -403,7 +403,7 @@
403403
<plugin>
404404
<groupId>org.apache.maven.plugins</groupId>
405405
<artifactId>maven-gpg-plugin</artifactId>
406-
<version>1.4</version>
406+
<version>1.5</version>
407407
</plugin>
408408
</plugins>
409409
</pluginManagement>

0 commit comments

Comments
 (0)