We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbda1af commit a5e1233Copy full SHA for a5e1233
1 file changed
pom.xml
@@ -1,7 +1,7 @@
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
<properties>
4
- <sdkVersion>1.9.7</sdkVersion>
+ <sdkVersion>1.9.8-SNAPSHOT</sdkVersion>
5
</properties>
6
<modelVersion>4.0.0</modelVersion>
7
<groupId>net.authorize.sample</groupId>
@@ -14,7 +14,7 @@
14
<dependency>
15
<groupId>net.authorize</groupId>
16
<artifactId>anet-java-sdk</artifactId>
17
- <version>1.9.7</version>
+ <version>1.9.8-SNAPSHOT</version>
18
</dependency>
19
20
<groupId>junit</groupId>
0 commit comments