Skip to content

Commit 3f857b5

Browse files
authored
Merge pull request #43 from ipinfo/usama/deployment-plugin-updates
Update Plugins' Versions
2 parents 9050c91 + 8c44f99 commit 3f857b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.sonatype.plugins</groupId>
118118
<artifactId>nexus-staging-maven-plugin</artifactId>
119-
<version>1.6.8</version>
119+
<version>1.6.13</version>
120120
<extensions>true</extensions>
121121
<configuration>
122122
<serverId>ossrh</serverId>
@@ -135,21 +135,21 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-source-plugin</artifactId>
138-
<version>3.0.1</version>
138+
<version>3.2.1</version>
139139
<executions>
140140
<execution>
141141
<id>attach-sources</id>
142-
<phase>generate-sources</phase>
142+
<phase>verify</phase>
143143
<goals>
144-
<goal>jar</goal>
144+
<goal>jar-no-fork</goal>
145145
</goals>
146146
</execution>
147147
</executions>
148148
</plugin>
149149
<plugin>
150150
<groupId>org.apache.maven.plugins</groupId>
151151
<artifactId>maven-javadoc-plugin</artifactId>
152-
<version>3.0.1</version>
152+
<version>3.5.0</version>
153153
<executions>
154154
<execution>
155155
<id>attach-javadocs</id>
@@ -162,15 +162,15 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-release-plugin</artifactId>
165-
<version>2.5.3</version>
165+
<version>3.0.1</version>
166166
<configuration>
167167
<goals>deploy</goals>
168168
</configuration>
169169
</plugin>
170170
<plugin>
171171
<groupId>org.apache.maven.plugins</groupId>
172172
<artifactId>maven-gpg-plugin</artifactId>
173-
<version>1.5</version>
173+
<version>3.1.0</version>
174174
<executions>
175175
<execution>
176176
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)