Skip to content

Commit e0b5984

Browse files
author
jenkins
committed
Preparation for tag creation (Tag name: '3.0.0').
1 parent f9a834b commit e0b5984

File tree

15 files changed

+10218
-5638
lines changed

15 files changed

+10218
-5638
lines changed

bom/openhab-ui/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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

53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>org.openhab.ui.bom</groupId>
97
<artifactId>org.openhab.ui.reactor.bom</artifactId>
10-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
119
</parent>
1210

1311
<artifactId>org.openhab.ui.bom.openhab-ui</artifactId>

bom/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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

53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>org.openhab.ui</groupId>
97
<artifactId>org.openhab.ui.reactor</artifactId>
10-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
119
</parent>
1210

1311
<groupId>org.openhab.ui.bom</groupId>

0 commit comments

Comments
 (0)