Skip to content

Commit 2290286

Browse files
committed
[maven-release-plugin] prepare release cybersource-sdk-java-6.2.12
1 parent 9a62c00 commit 2290286

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

java/pom.xml

+18-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<artifactId>cybersource-sdk-master</artifactId>
8-
<groupId>com.cybersource</groupId>
9-
<version>6.2.12-SNAPSHOT</version>
7+
<groupId>org.sonatype.oss</groupId>
8+
<artifactId>oss-parent</artifactId>
9+
<version>7</version>
1010
</parent>
1111

1212
<groupId>com.cybersource</groupId>
1313
<artifactId>cybersource-sdk-java</artifactId>
14-
<version>6.2.12-SNAPSHOT</version>
14+
<version>6.2.12</version>
1515
<name>cybersource-sdk-java</name>
1616
<description>Simple Order API Client</description>
1717
<url>http://www.cybersource.com</url>
@@ -37,6 +37,20 @@
3737
</developer>
3838
</developers>
3939

40+
<properties>
41+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
43+
<junit.version>4.13.1</junit.version>
44+
<xalan.version>2.7.2</xalan.version>
45+
<xmlsec.version>2.3.0</xmlsec.version>
46+
<httpclient.version>4.5.13</httpclient.version>
47+
<bouncycastle.version>1.70</bouncycastle.version>
48+
<wss4j.version>2.4.1</wss4j.version>
49+
<commonlang3.version>3.4</commonlang3.version>
50+
<mockito.version>1.10.19</mockito.version>
51+
<slf4j.version>1.7.32</slf4j.version>
52+
</properties>
53+
4054
<packaging>jar</packaging>
4155

4256
<profiles>

0 commit comments

Comments
 (0)