Skip to content

Commit

Permalink
released 2.0.0.b1
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer committed Jan 11, 2016
1 parent d3c6763 commit d169443
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion distributions/openhab-offline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>openhab-offline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/openhab-online/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>openhab-online</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions distributions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>pom-distributions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/openhab-aggregate-kar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>openhab-aggregate-kar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/openhab-aggregate-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>openhab-aggregate-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/openhab-demo-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>openhab-demo-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/openhab-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>openhab-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/openhab-esh-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>openhab-esh-addons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/openhab-verify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>openhab-verify</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions features/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="MACROMAN"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">

<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions launch/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
</parent>

<artifactId>targetplatform</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<prerequisites>
Expand All @@ -8,7 +8,7 @@

<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b1</version>
<packaging>pom</packaging>

<name>openHAB Distribution</name>
Expand Down

0 comments on commit d169443

Please sign in to comment.