Skip to content

Commit

Permalink
[unleash-maven-plugin] Preparation for next development cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
openhab-bot committed Mar 23, 2024
1 parent a3b2465 commit e49996c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion distributions/openhab-addons/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>4.1.2-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
</parent>

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

<artifactId>openhab-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/openhab-verify/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>4.1.2-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
</parent>

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

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

<artifactId>pom-distributions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/addons/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-features</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
</parent>

<artifactId>addons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/distro-kar/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-features</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
</parent>

<artifactId>distro-kar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/distro/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-features</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
</parent>

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

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>openHAB Distribution</name>
Expand Down Expand Up @@ -51,8 +51,8 @@

<online.repo.version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}</online.repo.version>

<ohc.version>4.1.2-SNAPSHOT</ohc.version>
<oha.version>4.1.2-SNAPSHOT</oha.version>
<ohc.version>4.1.3-SNAPSHOT</ohc.version>
<oha.version>4.1.3-SNAPSHOT</oha.version>

<karaf.version>4.4.4</karaf.version>

Expand Down

0 comments on commit e49996c

Please sign in to comment.