Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cybersource-sdk-java-6.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendya1002 committed Jul 14, 2022
1 parent 9a62c00 commit 2290286
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>cybersource-sdk-master</artifactId>
<groupId>com.cybersource</groupId>
<version>6.2.12-SNAPSHOT</version>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>com.cybersource</groupId>
<artifactId>cybersource-sdk-java</artifactId>
<version>6.2.12-SNAPSHOT</version>
<version>6.2.12</version>
<name>cybersource-sdk-java</name>
<description>Simple Order API Client</description>
<url>http://www.cybersource.com</url>
Expand All @@ -37,6 +37,20 @@
</developer>
</developers>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<junit.version>4.13.1</junit.version>
<xalan.version>2.7.2</xalan.version>
<xmlsec.version>2.3.0</xmlsec.version>
<httpclient.version>4.5.13</httpclient.version>
<bouncycastle.version>1.70</bouncycastle.version>
<wss4j.version>2.4.1</wss4j.version>
<commonlang3.version>3.4</commonlang3.version>
<mockito.version>1.10.19</mockito.version>
<slf4j.version>1.7.32</slf4j.version>
</properties>

<packaging>jar</packaging>

<profiles>
Expand Down

0 comments on commit 2290286

Please sign in to comment.