Skip to content

Commit b703ae7

Browse files
DTSERWONE-2066 - Update maven-failsafe-plugin dependency
1 parent 17a0205 commit b703ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.hyperwallet</groupId>
66
<artifactId>sdk</artifactId>
7-
<version>1.9.5-SNAPSHOT</version>
7+
<version>1.9.5</version>
88
<packaging>jar</packaging>
99

1010
<name>hyperwallet-java-sdk</name>
@@ -29,7 +29,7 @@
2929
<url>https://github.com/hyperwallet/java-sdk</url>
3030
<connection>scm:git:git://github.com/hyperwallet/java-sdk.git</connection>
3131
<developerConnection>scm:git:[email protected]:hyperwallet/java-sdk.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>1.9.5</tag>
3333
</scm>
3434

3535
<developers>
@@ -260,7 +260,7 @@
260260
<plugin>
261261
<groupId>org.apache.maven.plugins</groupId>
262262
<artifactId>maven-failsafe-plugin</artifactId>
263-
<version>2.20.1</version>
263+
<version>2.22.2</version>
264264
<executions>
265265
<execution>
266266
<configuration>

0 commit comments

Comments
 (0)