Skip to content

Commit 94a3f66

Browse files
author
Jenkins
committed
[maven-release-plugin] prepare release RELEASE_18.0.5
1 parent e8da046 commit 94a3f66

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>de.muenchen</groupId>
64
<artifactId>wollmux</artifactId>
7-
<version>18.0.5-SNAPSHOT</version>
5+
<version>18.0.5</version>
86
<name>WollMux</name>
97

108
<properties>
@@ -14,7 +12,7 @@
1412

1513
<scm>
1614
<developerConnection>scm:git:https://github.com/WollMux/WollMux.git</developerConnection>
17-
<tag>wollmux-18.0.4</tag>
15+
<tag>RELEASE_18.0.5</tag>
1816
</scm>
1917

2018
<build>
@@ -309,8 +307,7 @@
309307
<configuration>
310308
<target>
311309
<move file="dist/WollMux.zip" tofile="dist/WollMux.oxt" />
312-
<move file="dist/WollMux-AOO.zip"
313-
tofile="dist/WollMux-AOO.oxt" />
310+
<move file="dist/WollMux-AOO.zip" tofile="dist/WollMux-AOO.oxt" />
314311
</target>
315312
</configuration>
316313
<goals>
@@ -566,8 +563,7 @@
566563
<phase>package</phase>
567564
<configuration>
568565
<target>
569-
<property name="DEBIAN_VERSION"
570-
value="${project.version}" />
566+
<property name="DEBIAN_VERSION" value="${project.version}" />
571567
<ant antfile="${basedir}/build.xml">
572568
<target name="deb" />
573569
</ant>

0 commit comments

Comments
 (0)