File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/main/java/org/java_websocket Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010}
1111
1212group = ' org.java-websocket'
13- version = ' 1.5.2 -SNAPSHOT'
13+ version = ' 1.5.3 -SNAPSHOT'
1414sourceCompatibility = 1.7
1515targetCompatibility = 1.7
1616
Original file line number Diff line number Diff line change 55 <groupId >org.java-websocket</groupId >
66 <artifactId >Java-WebSocket</artifactId >
77 <packaging >jar</packaging >
8- <version >1.5.2 -SNAPSHOT</version >
8+ <version >1.5.3 -SNAPSHOT</version >
99 <name >Java-WebSocket</name >
1010 <description >A barebones WebSocket client and server implementation written 100% in Java</description >
1111 <url >https://github.com/TooTallNate/Java-WebSocket</url >
226226 <configuration >
227227 <serverId >ossrh</serverId >
228228 <autoReleaseAfterClose >true</autoReleaseAfterClose >
229+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
229230 </configuration >
230231 </plugin >
231232 <plugin >
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ private ByteBuffer enlargeApplicationBuffer(ByteBuffer buffer) {
417417 }
418418
419419 /**
420- * Compares <code> sessionProposedCapacity<code> with buffer's capacity. If buffer's capacity is
420+ * Compares sessionProposedCapacity with buffer's capacity. If buffer's capacity is
421421 * smaller, returns a buffer with the proposed capacity. If it's equal or larger, returns a buffer
422422 * with capacity twice the size of the initial one.
423423 *
You can’t perform that action at this time.
0 commit comments