Skip to content

Commit 1f75a78

Browse files
committed
ci: update pom
1 parent 5b91409 commit 1f75a78

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

pom.xml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,6 @@
131131
<encoding>UTF-8</encoding>
132132
</configuration>
133133
</plugin>
134-
<plugin>
135-
<groupId>org.apache.maven.plugins</groupId>
136-
<artifactId>maven-release-plugin</artifactId>
137-
<version>2.5.3</version>
138-
<configuration>
139-
<autoVersionSubmodules>true</autoVersionSubmodules>
140-
<useReleaseProfile>false</useReleaseProfile>
141-
<releaseProfiles>snapshot</releaseProfiles>
142-
<goals>deploy</goals>
143-
</configuration>
144-
</plugin>
145134
<plugin>
146135
<groupId>org.apache.maven.plugins</groupId>
147136
<artifactId>maven-source-plugin</artifactId>
@@ -155,38 +144,6 @@
155144
</execution>
156145
</executions>
157146
</plugin>
158-
<plugin>
159-
<groupId>org.apache.maven.plugins</groupId>
160-
<artifactId>maven-javadoc-plugin</artifactId>
161-
<version>2.9.1</version>
162-
<configuration>
163-
<docencoding>UTF-8</docencoding>
164-
<encoding>UTF-8</encoding>
165-
<charset>UTF-8</charset>
166-
</configuration>
167-
<executions>
168-
<execution>
169-
<id>attach-javadocs</id>
170-
<goals>
171-
<goal>jar</goal>
172-
</goals>
173-
</execution>
174-
</executions>
175-
</plugin>
176-
<plugin>
177-
<groupId>org.apache.maven.plugins</groupId>
178-
<artifactId>maven-gpg-plugin</artifactId>
179-
<version>1.5</version>
180-
<executions>
181-
<execution>
182-
<id>sign-artifacts</id>
183-
<phase>verify</phase>
184-
<goals>
185-
<goal>sign</goal>
186-
</goals>
187-
</execution>
188-
</executions>
189-
</plugin>
190147
</plugins>
191148
</build>
192149
</profile>

0 commit comments

Comments
 (0)