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 a909571 commit 8c4e271Copy full SHA for 8c4e271
pom.xml
@@ -14,7 +14,7 @@
14
<modelVersion>4.0.0</modelVersion>
15
<groupId>org.java-websocket</groupId>
16
<artifactId>Java-WebSocket</artifactId>
17
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
18
<packaging>jar</packaging>
19
<name>Java WebSocket</name>
20
<url>http://java-websocket.org/</url>
@@ -37,6 +37,7 @@
37
<plugin>
38
<groupId>org.apache.maven.plugins</groupId>
39
<artifactId>maven-source-plugin</artifactId>
40
+ <version>2.2.1</version>
41
<executions>
42
<execution>
43
<id>attach-sources</id>
@@ -49,6 +50,7 @@
49
50
51
52
<artifactId>maven-javadoc-plugin</artifactId>
53
+ <version>2.9</version>
54
55
56
<id>attach-javadocs</id>
0 commit comments