Skip to content
Snippets Groups Projects
Commit 56296ca2 authored by GitLab Release Runner's avatar GitLab Release Runner
Browse files

[maven-release-plugin] prepare release OpenOLAT_15.1.1.uibk-003

parent 52e2fc94
No related branches found
No related tags found
No related merge requests found
<?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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment