We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9126faf commit 8691df6Copy full SHA for 8691df6
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>dev.onvoid.webrtc</groupId>
6
<artifactId>webrtc-java-parent</artifactId>
7
- <version>0.11.0-SNAPSHOT</version>
+ <version>0.11.0</version>
8
<packaging>pom</packaging>
9
10
<name>webrtc-java-parent</name>
@@ -40,7 +40,7 @@
40
<connection>scm:git:git://github.com/devopvoid/webrtc-java.git</connection>
41
<developerConnection>scm:git:ssh://git@github.com/devopvoid/webrtc-java.git</developerConnection>
42
<url>https://github.com/devopvoid/webrtc-java/tree/master</url>
43
- <tag>HEAD</tag>
+ <tag>v0.11.0</tag>
44
</scm>
45
46
<properties>
0 commit comments