File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<groupId >de.muenchen</groupId >
6
4
<artifactId >wollmux</artifactId >
7
- <version >18.0.5-SNAPSHOT </version >
5
+ <version >18.0.5</version >
8
6
<name >WollMux</name >
9
7
10
8
<properties >
14
12
15
13
<scm >
16
14
<developerConnection >scm:git:https://github.com/WollMux/WollMux.git</developerConnection >
17
- <tag >wollmux-18 .0.4 </tag >
15
+ <tag >RELEASE_18 .0.5 </tag >
18
16
</scm >
19
17
20
18
<build >
309
307
<configuration >
310
308
<target >
311
309
<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" />
314
311
</target >
315
312
</configuration >
316
313
<goals >
566
563
<phase >package</phase >
567
564
<configuration >
568
565
<target >
569
- <property name =" DEBIAN_VERSION"
570
- value=" ${project.version}" />
566
+ <property name =" DEBIAN_VERSION" value =" ${project.version}" />
571
567
<ant antfile =" ${basedir}/build.xml" >
572
568
<target name =" deb" />
573
569
</ant >
You can’t perform that action at this time.
0 commit comments