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 2e5e741 commit 19f2269Copy full SHA for 19f2269
pom.xml
@@ -237,30 +237,6 @@
237
</plugins>
238
</build>
239
</profile>
240
- <profile>
241
- <id>release-old</id>
242
- <build>
243
- <plugins>
244
- <plugin>
245
- <groupId>org.apache.maven.plugins</groupId>
246
- <artifactId>maven-gpg-plugin</artifactId>
247
- <version>1.6</version>
248
- <configuration>
249
- <passphrase>${gpg.passphrase}</passphrase>
250
- </configuration>
251
- <executions>
252
- <execution>
253
- <id>sign-artifacts</id>
254
- <phase>verify</phase>
255
- <goals>
256
- <goal>sign</goal>
257
- </goals>
258
- </execution>
259
- </executions>
260
- </plugin>
261
- </plugins>
262
- </build>
263
- </profile>
264
<profile>
265
<id>release</id>
266
<build>
0 commit comments