|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 3 |
|
5 | 4 | <modelVersion>4.0.0</modelVersion>
|
6 | 5 |
|
7 | 6 | <parent>
|
8 | 7 | <groupId>org.smarthomej.addons.features.karaf</groupId>
|
9 | 8 | <artifactId>org.smarthomej.addons.reactor.features.karaf</artifactId>
|
10 |
| - <version>4.3.0-SNAPSHOT</version> |
| 9 | + <version>4.3.0</version> |
11 | 10 | </parent>
|
12 | 11 |
|
13 | 12 | <artifactId>org.smarthomej.addons.features.karaf.smarthomej-addons</artifactId>
|
|
58 | 57 | <configuration>
|
59 | 58 | <target>
|
60 | 59 | <concat destfile="src/main/feature/feature.xml">
|
61 |
| - <header file="src/main/resources/header.xml" filtering="no"/> |
| 60 | + <header file="src/main/resources/header.xml" filtering="no" /> |
62 | 61 | <fileset dir="${basedirRoot}/bundles">
|
63 |
| - <include name="*/src/main/feature/feature.xml"/> |
| 62 | + <include name="*/src/main/feature/feature.xml" /> |
64 | 63 | </fileset>
|
65 | 64 | <filterchain>
|
66 | 65 | <linecontainsRegExp>
|
67 |
| - <regexp |
68 |
| - pattern="(feature>)|(feature\s)|(bundle>)|(bundle\s)|(configfile>)|(configfile\s)"/> |
| 66 | + <regexp pattern="(feature>)|(feature\s)|(bundle>)|(bundle\s)|(configfile>)|(configfile\s)" /> |
69 | 67 | </linecontainsRegExp>
|
70 | 68 | </filterchain>
|
71 |
| - <footer file="src/main/resources/footer.xml" filtering="no"/> |
| 69 | + <footer file="src/main/resources/footer.xml" filtering="no" /> |
72 | 70 | </concat>
|
73 | 71 | </target>
|
74 | 72 | </configuration>
|
|
82 | 80 | <configuration>
|
83 | 81 | <target>
|
84 | 82 | <replaceregexp byline="true" file="src/main/feature/feature.xml">
|
85 |
| - <regexp pattern="(feature.*) version="/> |
86 |
| - <substitution expression="\1 install="manual" version="/> |
| 83 | + <regexp pattern="(feature.*) version=" /> |
| 84 | + <substitution expression="\1 install="manual" version=" /> |
87 | 85 | </replaceregexp>
|
88 | 86 | </target>
|
89 | 87 | </configuration>
|
|
0 commit comments