From 56296ca2863c488d3d663350bbf80fca974b342d Mon Sep 17 00:00:00 2001
From: GitLab Release Runner
 <gitlab-runner@runner-W2Ms4xD_-project-3302-concurrent-0>
Date: Tue, 4 Aug 2020 07:48:29 +0000
Subject: [PATCH] [maven-release-plugin] prepare release
 OpenOLAT_15.1.1.uibk-003

---
 pom.xml | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index ab600d0365b..9a2cf2d8753 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-003</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-003</tag>
 	</scm>
 	<mailingLists>
 		<mailingList>
@@ -101,7 +100,7 @@
 	    <test.env.webdriver.browser>chrome</test.env.webdriver.browser>
 	    <test.env.webdriver.firefox.version>v0.27.0</test.env.webdriver.firefox.version>
 	    <test.env.webdriver.chrome.version>84.0.4147.30</test.env.webdriver.chrome.version>
-	    <test.env.webdriver.chrome.arguments></test.env.webdriver.chrome.arguments>
+	    <test.env.webdriver.chrome.arguments />
 	    <skipTests>true</skipTests>
 		<skipSeleniumTests>false</skipSeleniumTests>
 
@@ -1340,8 +1339,7 @@
 						</goals>
 						<configuration>
 							<target name="copy notice.txt to web project">      
-								<copy file="${project.basedir}/NOTICE.TXT"
-									tofile="${project.build.outputDirectory}/NOTICE.TXT"/>
+								<copy file="${project.basedir}/NOTICE.TXT" tofile="${project.build.outputDirectory}/NOTICE.TXT" />
 							</target>
 						</configuration>                       
 					</execution>
@@ -1491,7 +1489,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore />
 									</action>
 								</pluginExecution>
 								<pluginExecution>
@@ -1504,7 +1502,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore />
 									</action>
 								</pluginExecution>
 							</pluginExecutions>
-- 
GitLab