|
@@ -11,8 +11,8 @@
|
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
|
<log4j.version>2.11.0</log4j.version>
|
|
|
- <smartservlet.version>0.1.5-SNAPSHOT</smartservlet.version>
|
|
|
- <smartsocket.version>1.5.10-SNAPSHOT</smartsocket.version>
|
|
|
+ <smartservlet.version>0.1.6</smartservlet.version>
|
|
|
+ <smartsocket.version>1.5.11</smartsocket.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
@@ -79,6 +79,12 @@
|
|
|
<id>sonatype-nexus-snapshots</id>
|
|
|
<name>Sonatype Nexus Snapshots</name>
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
+ <releases>
|
|
|
+ <enabled>false</enabled>
|
|
|
+ </releases>
|
|
|
+ <snapshots>
|
|
|
+ <enabled>true</enabled>
|
|
|
+ </snapshots>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
<pluginRepositories>
|