diff --git a/pom.xml b/pom.xml index 1bd0e29ef13431762cf3a5d452a87a515d3ae2c8..2b06cb09788683534106f3c4c48581776b9cee0f 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>