From 916369f594a23a3a1a3011e297dd82ca2f06198b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0eda?= <441048@mail.muni.cz> Date: Thu, 4 Mar 2021 23:55:02 +0000 Subject: [PATCH] [CI/CD] Update pom.xml versions based on GitLab tag. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e2bc4ff..eb3b7cea 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ </parent> <groupId>cz.muni.ics.kypo</groupId> <artifactId>kypo-adaptive-training</artifactId> - <version>1.0.19</version> + <version>1.0.20</version> <packaging>jar</packaging> <name>KYPO2 Adaptive Training</name> <description>KYPO2 Adaptive Training</description> -- GitLab