Skip to content

Commit d43fc75

Browse files
author
Ben Pedrick
committed
Messing with pom
1 parent ab5bb8a commit d43fc75

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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
<groupId>com.opentok.api</groupId>
55
<artifactId>opentok-java-sdk</artifactId>
6-
<version>0.91.53</version>
6+
<version>0.91.53-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>Opentok Java SDK</name>
99
<description>The Java library to interact with the Opentok platform</description>
@@ -20,6 +20,8 @@
2020
</licenses>
2121
<scm>
2222
<connection>scm:git://git@github.com:opentok/Opentok-Java-SDK.git</connection>
23+
<developerConnection>scm:git://git@github.com:opentok/Opentok-Java-SDK.git</developerConnection>
24+
<url>https://github.com/opentok/Opentok-Java-SDK</url>
2325
</scm>
2426
<developers>
2527
<developer>

0 commit comments

Comments
 (0)