Skip to content

Commit b05ae8b

Browse files
authored
Merge pull request #53 from FHIR/do-20240829-update-azure-maven-task-version
Bump nexus staging plugin
2 parents 1097a24 + d1d9ff8 commit b05ae8b

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

pom.xml

+1-30
Original file line numberDiff line numberDiff line change
@@ -186,35 +186,6 @@
186186
</execution>
187187
</executions>
188188
</plugin>
189-
190-
<!--
191-
<plugin>
192-
<groupId>org.apache.maven.plugins</groupId>
193-
<artifactId>maven-gpg-plugin</artifactId>
194-
<version>1.6</version>
195-
<executions>
196-
<execution>
197-
<id>sign-artifacts</id>
198-
<phase>deploy</phase>
199-
<goals>
200-
<goal>sign</goal>
201-
</goals>
202-
</execution>
203-
</executions>
204-
</plugin>
205-
206-
<plugin>
207-
<groupId>org.sonatype.plugins</groupId>
208-
<artifactId>nexus-staging-maven-plugin</artifactId>
209-
<version>1.6.7</version>
210-
<extensions>true</extensions>
211-
<configuration>
212-
<serverId>ossrh</serverId>
213-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
214-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
215-
</configuration>
216-
</plugin>
217-
-->
218189
</plugins>
219190
</build>
220191

@@ -242,7 +213,7 @@
242213
<plugin>
243214
<groupId>org.sonatype.plugins</groupId>
244215
<artifactId>nexus-staging-maven-plugin</artifactId>
245-
<version>1.6.13</version>
216+
<version>1.7.0</version>
246217
<extensions>true</extensions>
247218
<configuration>
248219
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)