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:
1818
1919script :
2020 - cd sample-code-java
21- - mvn install -DsdkVersion=1.9.3 -SNAPSHOT -DskipTests=true -Dmaven.javadoc.skip=true -B -V
22- - mvn test -DsdkVersion=1.9.3 -SNAPSHOT -B
21+ - mvn install -DsdkVersion=1.9.4 -SNAPSHOT -DskipTests=true -Dmaven.javadoc.skip=true -B -V
22+ - mvn test -DsdkVersion=1.9.4 -SNAPSHOT -B
2323
2424after_script :
2525 print_surefire_reports.sh
Original file line number Diff line number Diff line change 99 <groupId >net.authorize</groupId >
1010 <artifactId >anet-java-sdk</artifactId >
1111 <packaging >jar</packaging >
12- <version >1.9.4 -SNAPSHOT</version >
12+ <version >1.9.5 -SNAPSHOT</version >
1313 <name >Authorize.Net Java SDK</name >
1414 <description >Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.</description >
1515 <url >http://developer.authorize.net</url >
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ public final class Constants {
3333 public static final String HTTP_READ_TIME_OUT = "http.ReadTimeout" ;
3434 public static final int HTTP_READ_TIME_OUT_DEFAULT_VALUE = 30000 ;
3535
36- public static final String CLIENT_ID = "sdk-java-1.9.3 " ;
36+ public static final String CLIENT_ID = "sdk-java-1.9.4 " ;
3737}
You can’t perform that action at this time.
0 commit comments