Skip to content

Commit e0230cc

Browse files
committed
[maven-release-plugin] prepare release v3.1.6
1 parent deb38a2 commit e0230cc

33 files changed

Lines changed: 107 additions & 144 deletions

File tree

bom/openhab-core-index/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bom</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bom</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.addons.bom.openhab-core-index</artifactId>

bom/pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons</groupId>
98
<artifactId>org.smarthomej.addons.reactor</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<groupId>org.smarthomej.addons.bom</groupId>
@@ -39,14 +38,11 @@
3938
</goals>
4039
<configuration>
4140
<target>
42-
<copy file="${basedirRoot}/../../bundles/pom.xml" overwrite="true"
43-
tofile="${basedirRoot}/../../bom/smarthomej-addons/pom.xml"/>
41+
<copy file="${basedirRoot}/../../bundles/pom.xml" overwrite="true" tofile="${basedirRoot}/../../bom/smarthomej-addons/pom.xml" />
4442
<!-- rewrite footer -->
45-
<replaceregexp file="${basedirRoot}/../../bom/smarthomej-addons/pom.xml"
46-
match="/modules[\s\S]*dependencies&gt;" replace="/dependencies&gt;"/>
43+
<replaceregexp file="${basedirRoot}/../../bom/smarthomej-addons/pom.xml" match="/modules[\s\S]*dependencies&gt;" replace="/dependencies&gt;" />
4744
<!-- rewrite header -->
48-
<replaceregexp file="${basedirRoot}/../../bom/smarthomej-addons/pom.xml"
49-
match="\S*parent[\s\S]*modules&gt;\S*" replace="header"/>
45+
<replaceregexp file="${basedirRoot}/../../bom/smarthomej-addons/pom.xml" match="\S*parent[\s\S]*modules&gt;\S*" replace="header" />
5046
<replace file="{basedirRoot}/../../bom/smarthomej-addons/pom.xml">
5147
<replacetoken>header</replacetoken>
5248
<replacevalue><![CDATA[<parent>

bom/runtime-index/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bom</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bom</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.addons.bom.runtime-index</artifactId>

bom/smarthomej-addons/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bom</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bom</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.addons.bom.smarthomej-addons</artifactId>

bom/test-index/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bom</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bom</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.addons.bom.test-index</artifactId>

bundles/org.smarthomej.binding.amazonechocontrol/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bundles</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.binding.amazonechocontrol</artifactId>

bundles/org.smarthomej.binding.androiddebugbridge/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bundles</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.binding.androiddebugbridge</artifactId>

bundles/org.smarthomej.binding.deconz/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bundles</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.binding.deconz</artifactId>

bundles/org.smarthomej.binding.dmx/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://maven.apache.org/xsd/maven-v4_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 http://maven.apache.org/xsd/maven-v4_0_0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bundles</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.binding.dmx</artifactId>

bundles/org.smarthomej.binding.http/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.smarthomej.addons.bundles</groupId>
98
<artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
10-
<version>3.1.6-SNAPSHOT</version>
9+
<version>3.1.6</version>
1110
</parent>
1211

1312
<artifactId>org.smarthomej.binding.http</artifactId>

0 commit comments

Comments
 (0)