Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 7285cf2

Browse files
authored
Merge pull request #4 from roflinn/rel-1.10.0-RC
Update pom.xml for 1.10 release
2 parents bc3315e + 6a94fce commit 7285cf2

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

pom.xml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,6 @@
101101
</execution>
102102
</executions>
103103
</plugin>
104-
<plugin>
105-
<groupId>org.apache.maven.plugins</groupId>
106-
<artifactId>maven-gpg-plugin</artifactId>
107-
<executions>
108-
<execution>
109-
<id>sign-artifacts</id>
110-
<phase>verify</phase>
111-
<goals>
112-
<goal>sign</goal>
113-
</goals>
114-
</execution>
115-
</executions>
116-
</plugin>
117104
<plugin>
118105
<groupId>org.sonatype.plugins</groupId>
119106
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -148,6 +135,21 @@
148135
</profiles>
149136

150137
<build>
138+
<plugins>
139+
<plugin>
140+
<groupId>org.apache.maven.plugins</groupId>
141+
<artifactId>maven-gpg-plugin</artifactId>
142+
<executions>
143+
<execution>
144+
<id>sign-artifacts</id>
145+
<phase>verify</phase>
146+
<goals>
147+
<goal>sign</goal>
148+
</goals>
149+
</execution>
150+
</executions>
151+
</plugin>
152+
</plugins>
151153
<pluginManagement>
152154
<plugins>
153155
<plugin>
@@ -190,7 +192,7 @@
190192
<plugin>
191193
<groupId>org.sonatype.plugins</groupId>
192194
<artifactId>nexus-staging-maven-plugin</artifactId>
193-
<version>1.6.3</version>
195+
<version>1.6.7</version>
194196
</plugin>
195197
</plugins>
196198
</pluginManagement>
@@ -205,5 +207,9 @@
205207
<id>ossrh</id>
206208
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
207209
</snapshotRepository>
210+
<repository>
211+
<id>ossrh</id>
212+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
213+
</repository>
208214
</distributionManagement>
209215
</project>

0 commit comments

Comments
 (0)