Skip to content

Commit 3add6b7

Browse files
committed
cleanup pom
1 parent 4441204 commit 3add6b7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -216,24 +216,12 @@
216216
<properties>
217217
<gpg.executable>gpg2</gpg.executable>
218218
</properties>
219-
<activation>
220-
<property>
221-
<name>performRelease</name>
222-
<value>true</value>
223-
</property>
224-
</activation>
225219
<build>
226220
<plugins>
227221
<plugin>
228222
<groupId>org.apache.maven.plugins</groupId>
229223
<artifactId>maven-release-plugin</artifactId>
230224
<version>2.5.3</version>
231-
<configuration>
232-
<autoVersionSubmodules>true</autoVersionSubmodules>
233-
<useReleaseProfile>false</useReleaseProfile>
234-
<releaseProfiles>release</releaseProfiles>
235-
<goals>deploy</goals>
236-
</configuration>
237225
</plugin>
238226

239227
<plugin>

0 commit comments

Comments
 (0)