From c25723f20cd7321366f5caa7e046f7f099f00b3e Mon Sep 17 00:00:00 2001 From: GitLab Release Runner <gitlab-runner@runner-W2Ms4xD_-project-3302-concurrent-0> Date: Mon, 13 Jul 2020 15:33:41 +0000 Subject: [PATCH] [maven-release-plugin] prepare release OpenOLAT_15.1.1.uibk-001 --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1bd0e29ef13..2b06cb09788 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.openolat</groupId> <artifactId>openolat-lms</artifactId> - <version>15.1-SNAPSHOT</version> + <version>15.1.1.uibk-001</version> <packaging>war</packaging> <name>OpenOLAT LMS</name> <url>https://www.openolat.com</url> @@ -45,7 +44,7 @@ <connection>scm:git:git@git.uibk.ac.at:zid/dmlt/olat/openolat.git</connection> <developerConnection>scm:git:git@git.uibk.ac.at:zid/dmlt/olat/openolat.git</developerConnection> <url>https://git.uibk.ac.at/zid/dmlt/olat/openolat</url> - <tag>HEAD</tag> + <tag>OpenOLAT_15.1.1.uibk-001</tag> </scm> <mailingLists> <mailingList> @@ -1488,7 +1487,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1501,7 +1500,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> -- GitLab