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 008496f commit 64716cdCopy full SHA for 64716cd
gradle.properties
@@ -1,6 +1,6 @@
1
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
2
3
-version=1.1.0
+version=1.2.0-SNAPSHOT
4
action.custom-1=allTests
5
action.custom-1.args=--configure-on-demand -w -x check
6
action.custom-2=release
pom.xml
@@ -5,7 +5,7 @@
<groupId>edu.kit.scc.dem.wapsrv</groupId>
7
<artifactId>wap-server</artifactId>
8
- <version>1.1.0</version>
+ <version>1.2.0-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
11
<name>WAP Server</name>
0 commit comments