Skip to content

Commit c6e03dd

Browse files
author
iamazy
committed
update elasticsearch dependencies version to 7.14.0
1 parent 82116c9 commit c6e03dd

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -152,26 +152,26 @@
152152
</tags>
153153
</configuration>
154154
</plugin>
155-
<!-- <plugin>-->
156-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
157-
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
158-
<!-- <version>1.6</version>-->
159-
<!-- <executions>-->
160-
<!-- <execution>-->
161-
<!-- <id>sign-artifacts</id>-->
162-
<!-- <phase>verify</phase>-->
163-
<!-- <goals>-->
164-
<!-- <goal>sign</goal>-->
165-
<!-- </goals>-->
166-
<!-- </execution>-->
167-
<!-- </executions>-->
168-
<!-- <configuration>-->
169-
<!-- <gpgArguments>-->
170-
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
171-
<!-- <arg>loopback</arg>-->
172-
<!-- </gpgArguments>-->
173-
<!-- </configuration>-->
174-
<!-- </plugin>-->
155+
<plugin>
156+
<groupId>org.apache.maven.plugins</groupId>
157+
<artifactId>maven-gpg-plugin</artifactId>
158+
<version>1.6</version>
159+
<executions>
160+
<execution>
161+
<id>sign-artifacts</id>
162+
<phase>verify</phase>
163+
<goals>
164+
<goal>sign</goal>
165+
</goals>
166+
</execution>
167+
</executions>
168+
<configuration>
169+
<gpgArguments>
170+
<arg>--pinentry-mode</arg>
171+
<arg>loopback</arg>
172+
</gpgArguments>
173+
</configuration>
174+
</plugin>
175175
</plugins>
176176
</build>
177177
</project>

0 commit comments

Comments
 (0)