Skip to content

Commit 19f3ae0

Browse files
committed
initialize next snapshot version
1 parent 823e6db commit 19f3ae0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.0
3+
version=1.3.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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>edu.kit.scc.dem.wapsrv</groupId>
55
<artifactId>wap-server</artifactId>
6-
<version>v1.2.0-SNAPSHOT</version>
6+
<version>v1.3.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>kitdatamanager/wap-server</name>
99
<description>This project contains a server for creating and managing annotations based on the Web Annotation Data Model (WADM) implementing the complete Web Annotation Protocol (WAP). The service is realized as microservice using Spring Boot and can be operated standalone.</description>

somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change these settings according to your project
22
[project]
33
name = "kit-data-manager/wap-server"
4-
version = "v1.2.0-SNAPSHOT"
4+
version = "v1.3.0-SNAPSHOT"
55
description = "This project contains a server for creating and managing annotations based on the Web Annotation Data Model (WADM) implementing the complete Web Annotation Protocol (WAP). The service is realized as microservice using Spring Boot and can be operated standalone."
66

77
license = "Apache-2.0"

0 commit comments

Comments
 (0)