Skip to content

Commit b088e6d

Browse files
committed
Release 1.5.2
1 parent 6e1d80f commit b088e6d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
group = 'org.java-websocket'
13-
version = '1.5.2-SNAPSHOT'
13+
version = '1.5.3-SNAPSHOT'
1414
sourceCompatibility = 1.7
1515
targetCompatibility = 1.7
1616

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -226,6 +226,7 @@
226226
<configuration>
227227
<serverId>ossrh</serverId>
228228
<autoReleaseAfterClose>true</autoReleaseAfterClose>
229+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
229230
</configuration>
230231
</plugin>
231232
<plugin>

src/main/java/org/java_websocket/SSLSocketChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)