Skip to content

Commit c4eb2f2

Browse files
author
Ben Pedrick
committed
[maven-release-plugin] prepare release opentok-java-sdk-0.91.56
1 parent f57fbe3 commit c4eb2f2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.opentok.api</groupId>
55
<artifactId>opentok-java-sdk</artifactId>
6-
<version>0.91.56-SNAPSHOT</version>
6+
<version>0.91.56</version>
77
<packaging>jar</packaging>
88
<name>Opentok Java SDK</name>
99
<description>The Java library to interact with the Opentok platform</description>
@@ -42,6 +42,9 @@
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-surefire-plugin</artifactId>
4444
<version>2.12</version>
45+
<configuration>
46+
<skipTests>true</skipTests>
47+
</configuration>
4548
</plugin>
4649
<plugin>
4750
<groupId>org.apache.maven.plugins</groupId>
@@ -50,6 +53,13 @@
5053
<skip>true</skip>
5154
</configuration>
5255
</plugin>
56+
<plugin>
57+
<groupId>org.apache.maven.plugins</groupId>
58+
<artifactId>maven-release-plugin</artifactId>
59+
<configuration>
60+
<preparationGoals>clean install</preparationGoals>
61+
</configuration>
62+
</plugin>
5363
</plugins>
5464
</build>
5565
<dependencies>

0 commit comments

Comments
 (0)