Skip to content

Commit 8c4e271

Browse files
committed
updated pom.xml
1 parent a909571 commit 8c4e271

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<modelVersion>4.0.0</modelVersion>
1515
<groupId>org.java-websocket</groupId>
1616
<artifactId>Java-WebSocket</artifactId>
17-
<version>1.3.0</version>
17+
<version>1.3.0-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919
<name>Java WebSocket</name>
2020
<url>http://java-websocket.org/</url>
@@ -37,6 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-source-plugin</artifactId>
40+
<version>2.2.1</version>
4041
<executions>
4142
<execution>
4243
<id>attach-sources</id>
@@ -49,6 +50,7 @@
4950
<plugin>
5051
<groupId>org.apache.maven.plugins</groupId>
5152
<artifactId>maven-javadoc-plugin</artifactId>
53+
<version>2.9</version>
5254
<executions>
5355
<execution>
5456
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)