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 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
-
6
+
7
7
<groupId >com.redislabs</groupId >
8
8
<artifactId >jredisgraph</artifactId >
9
9
<version >2.5.1-SNAPSHOT</version >
10
-
10
+
11
11
<name >JRedisGraph</name >
12
12
<description >Official client for Redis-Graph</description >
13
13
<url >https://redisgraph.io</url >
171
171
<plugin >
172
172
<groupId >org.apache.maven.plugins</groupId >
173
173
<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 >
175
181
<executions >
176
182
<execution >
177
183
<id >sign-artifacts</id >
182
188
</execution >
183
189
</executions >
184
190
</plugin >
191
+
185
192
<plugin >
186
193
<groupId >org.apache.maven.plugins</groupId >
187
194
<artifactId >maven-pmd-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments