Skip to content

Commit 8a91290

Browse files
authored
Merge pull request #3 from CyberSource/cybersource-rest-client-dev
Update pom.xml
2 parents e9ee127 + 0aeacad commit 8a91290

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ o<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.sonatype.oss</groupId>
6-
<artifactId>oss-parent</artifactId>
7-
<version>7</version>
8-
</parent>
9-
<groupId>io.swagger</groupId>
5+
<groupId>org.sonatype.oss</groupId>
6+
<artifactId>oss-parent</artifactId>
7+
<version>7</version>
8+
</parent>
9+
10+
<groupId>com.cybersource</groupId>
1011
<artifactId>cybersource-rest-client-java</artifactId>
1112
<packaging>jar</packaging>
1213
<name>cybersource-rest-client-java</name>
1314
<version>0.0.1-SNAPSHOT</version>
14-
<url>https://github.com/swagger-api/swagger-codegen</url>
15+
<url>http://developer.cybersource.com</url>
1516
<description>Cybersource Rest client SDK</description>
1617

1718
<scm>
@@ -258,7 +259,7 @@ o<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org
258259
<dependency>
259260
<groupId>com.cybersource</groupId>
260261
<artifactId>AuthenticationSdk</artifactId>
261-
<version>0.0.1-Snapshot</version>
262+
<version>0.0.1</version>
262263
</dependency>
263264

264265
</dependencies>

0 commit comments

Comments
 (0)