File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 33 xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
44 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6-
6+
77 <groupId >com.redislabs</groupId >
88 <artifactId >jredisgraph</artifactId >
99 <version >2.5.1-SNAPSHOT</version >
10-
10+
1111 <name >JRedisGraph</name >
1212 <description >Official client for Redis-Graph</description >
1313 <url >https://redisgraph.io</url >
171171 <plugin >
172172 <groupId >org.apache.maven.plugins</groupId >
173173 <artifactId >maven-gpg-plugin</artifactId >
174- <version >1.5</version >
174+ <version >3.0.1</version >
175+ <configuration >
176+ <gpgArguments >
177+ <arg >--pinentry-mode</arg >
178+ <arg >loopback</arg >
179+ </gpgArguments >
180+ </configuration >
175181 <executions >
176182 <execution >
177183 <id >sign-artifacts</id >
182188 </execution >
183189 </executions >
184190 </plugin >
191+
185192 <plugin >
186193 <groupId >org.apache.maven.plugins</groupId >
187194 <artifactId >maven-pmd-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments