Skip to content

Commit

Permalink
switched to SAT 0.9.0 (openhab#6850)
Browse files Browse the repository at this point in the history
* switched to SAT 0.9.0

Signed-off-by: Kai Kreuzer <[email protected]>
Signed-off-by: Hans-Reiner Hoffmann <[email protected]>
  • Loading branch information
kaikreuzer authored and Hans-Reiner committed Apr 11, 2020
1 parent 03e33c0 commit c48a35e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<ohc.version>2.5.0</ohc.version>
<bnd.version>4.3.0</bnd.version>
<karaf.version>4.2.7</karaf.version>
<sat.version>0.8.0</sat.version>
<sat.version>0.9.0</sat.version>
<slf4j.version>1.7.21</slf4j.version>

<bnd.importpackage/>
Expand Down Expand Up @@ -637,6 +637,13 @@ Import-Package: \\
</executions>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.openhab.tools.sat</groupId>
<artifactId>sat-extension</artifactId>
<version>${sat.version}</version>
</extension>
</extensions>
</build>

<profiles>
Expand Down

0 comments on commit c48a35e

Please sign in to comment.