We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a793ec7 commit 1ed5e76Copy full SHA for 1ed5e76
pom.xml
@@ -134,7 +134,7 @@
134
<plugin>
135
<groupId>org.apache.maven.plugins</groupId>
136
<artifactId>maven-source-plugin</artifactId>
137
- <version>2.2.1</version>
+ <version>3.2.1</version>
138
<executions>
139
<execution>
140
<id>attach-sources</id>
@@ -160,7 +160,7 @@
160
161
162
<artifactId>maven-gpg-plugin</artifactId>
163
- <version>1.5</version>
+ <version>1.6</version>
164
165
166
<id>sign-artifacts</id>
@@ -170,6 +170,9 @@
170
</goals>
171
</execution>
172
</executions>
173
+ <configuration>
174
+ <skip>true</skip>
175
+ </configuration>
176
</plugin>
177
</plugins>
178
</build>
0 commit comments