Skip to content

Commit 64716cd

Browse files
committed
initialize next snapshot version
1 parent 008496f commit 64716cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
22

3-
version=1.1.0
3+
version=1.2.0-SNAPSHOT
44
action.custom-1=allTests
55
action.custom-1.args=--configure-on-demand -w -x check
66
action.custom-2=release

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>edu.kit.scc.dem.wapsrv</groupId>
77
<artifactId>wap-server</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.2.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>WAP Server</name>

0 commit comments

Comments
 (0)