Skip to content

Commit 2dc1c3a

Browse files
committed
v2.1.0
1 parent 65e7e4b commit 2dc1c3a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -173,20 +173,20 @@
173173
</configuration>
174174
</plugin>
175175

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>-->
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>
190190

191191
</plugins>
192192

0 commit comments

Comments
 (0)