File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.opentok.api</groupId >
5
5
<artifactId >opentok-java-sdk</artifactId >
6
- <version >0.91.56-SNAPSHOT </version >
6
+ <version >0.91.56</version >
7
7
<packaging >jar</packaging >
8
8
<name >Opentok Java SDK</name >
9
9
<description >The Java library to interact with the Opentok platform</description >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-surefire-plugin</artifactId >
44
44
<version >2.12</version >
45
+ <configuration >
46
+ <skipTests >true</skipTests >
47
+ </configuration >
45
48
</plugin >
46
49
<plugin >
47
50
<groupId >org.apache.maven.plugins</groupId >
50
53
<skip >true</skip >
51
54
</configuration >
52
55
</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 >
53
63
</plugins >
54
64
</build >
55
65
<dependencies >
You can’t perform that action at this time.
0 commit comments