File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/net/authorize/util Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ before_script:
18
18
19
19
script :
20
20
- cd sample-code-java
21
- - mvn install -DsdkVersion=1.9.10 -SNAPSHOT -DskipTests=true -Dmaven.javadoc.skip=true -B -V
22
- - mvn test -DsdkVersion=1.9.10 -SNAPSHOT -B
21
+ - mvn install -DsdkVersion=2.0.0 -SNAPSHOT -DskipTests=true -Dmaven.javadoc.skip=true -B -V
22
+ - mvn test -DsdkVersion=2.0.0 -SNAPSHOT -B
23
23
24
24
after_script :
25
25
print_surefire_reports.sh
Original file line number Diff line number Diff line change 9
9
<groupId >net.authorize</groupId >
10
10
<artifactId >anet-java-sdk</artifactId >
11
11
<packaging >jar</packaging >
12
- <version >1.9.10 -SNAPSHOT</version >
12
+ <version >2.0.0 -SNAPSHOT</version >
13
13
<name >Authorize.Net Java SDK</name >
14
14
<description >Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.</description >
15
15
<url >http://developer.authorize.net</url >
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ public final class Constants {
35
35
public static final String HTTP_READ_TIME_OUT = "http.ReadTimeout" ;
36
36
public static final int HTTP_READ_TIME_OUT_DEFAULT_VALUE = 30000 ;
37
37
38
- public static final String CLIENT_ID = "sdk-java-1.9.9 " ;
38
+ public static final String CLIENT_ID = "sdk-java-2.0.0 " ;
39
39
}
You can’t perform that action at this time.
0 commit comments