Skip to content

Commit 19f2269

Browse files
committed
chore: #143 Remove older release profile
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 2e5e741 commit 19f2269

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -237,30 +237,6 @@
237237
</plugins>
238238
</build>
239239
</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>
264240
<profile>
265241
<id>release</id>
266242
<build>

0 commit comments

Comments
 (0)