We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a0205 commit b703ae7Copy full SHA for b703ae7
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.hyperwallet</groupId>
6
<artifactId>sdk</artifactId>
7
- <version>1.9.5-SNAPSHOT</version>
+ <version>1.9.5</version>
8
<packaging>jar</packaging>
9
10
<name>hyperwallet-java-sdk</name>
@@ -29,7 +29,7 @@
29
<url>https://github.com/hyperwallet/java-sdk</url>
30
<connection>scm:git:git://github.com/hyperwallet/java-sdk.git</connection>
31
<developerConnection>scm:git:git@github.com:hyperwallet/java-sdk.git</developerConnection>
32
- <tag>HEAD</tag>
+ <tag>1.9.5</tag>
33
</scm>
34
35
<developers>
@@ -260,7 +260,7 @@
260
<plugin>
261
<groupId>org.apache.maven.plugins</groupId>
262
<artifactId>maven-failsafe-plugin</artifactId>
263
- <version>2.20.1</version>
+ <version>2.22.2</version>
264
<executions>
265
<execution>
266
<configuration>
0 commit comments