We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44734b commit da1d218Copy full SHA for da1d218
2 files changed
java/pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>com.cybersource</groupId>
11
<artifactId>cybersource-sdk-java</artifactId>
12
- <version>6.2.5-SNAPSHOT</version>
+ <version>6.2.3-SNAPSHOT</version>
13
<name>cybersource-sdk-java</name>
14
<description>Simple Order API Client</description>
15
<url>http://www.cybersource.com</url>
samples/nvp/pom.xml
@@ -11,7 +11,7 @@
<dependency>
- <version>6.2.4</version>
+ <version>6.2.3</version>
</dependency>
16
17
<groupId>commons-httpclient</groupId>
0 commit comments