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

[maven-release-plugin] prepare release OpenOLAT_13.2.3.uibk-001

parent a92627de
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?> <?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.openolat</groupId> <groupId>org.openolat</groupId>
<artifactId>openolat-lms</artifactId> <artifactId>openolat-lms</artifactId>
<version>13.2-SNAPSHOT</version> <version>13.2.3.uibk-001</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>OpenOLAT LMS</name> <name>OpenOLAT LMS</name>
<url>https://www.openolat.com</url> <url>https://www.openolat.com</url>
...@@ -45,7 +44,8 @@ ...@@ -45,7 +44,8 @@
<connection>scm:git:git@git.uibk.ac.at:zid/dmlt/olat/openolat.git</connection> <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> <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> <url>https://git.uibk.ac.at/zid/dmlt/olat/openolat</url>
</scm> <tag>OpenOLAT_13.2.3.uibk-001</tag>
</scm>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>openolat</name> <name>openolat</name>
...@@ -1319,8 +1319,7 @@ ...@@ -1319,8 +1319,7 @@
</goals> </goals>
<configuration> <configuration>
<target name="copy notice.txt to web project"> <target name="copy notice.txt to web project">
<copy file="${project.basedir}/NOTICE.TXT" <copy file="${project.basedir}/NOTICE.TXT" tofile="${project.build.outputDirectory}/NOTICE.TXT" />
tofile="${project.build.outputDirectory}/NOTICE.TXT"/>
</target> </target>
</configuration> </configuration>
</execution> </execution>
...@@ -1468,7 +1467,7 @@ ...@@ -1468,7 +1467,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore></ignore> <ignore />
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
...@@ -1481,7 +1480,7 @@ ...@@ -1481,7 +1480,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore></ignore> <ignore />
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>
...@@ -1772,8 +1771,7 @@ ...@@ -1772,8 +1771,7 @@
<outputDir>src/main/java/org/olat/restapi/api/_content/</outputDir> <outputDir>src/main/java/org/olat/restapi/api/_content/</outputDir>
<stylesheet>src/main/java/org/olat/restapi/support/wadl_documentation.xsl</stylesheet> <stylesheet>src/main/java/org/olat/restapi/support/wadl_documentation.xsl</stylesheet>
<fileMappers> <fileMappers>
<fileMapper <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
<targetExtension>.html</targetExtension> <targetExtension>.html</targetExtension>
</fileMapper> </fileMapper>
</fileMappers> </fileMappers>
......
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