Skip to content

Commit 2dec14c

Browse files
wbornkaikreuzer
authored andcommitted
Upgrade to SAT 0.9.0 (openhab#176)
Signed-off-by: Wouter Born <[email protected]>
1 parent 739987d commit 2dec14c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

+8-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<bnd.version>4.3.0</bnd.version>
6363
<karaf.version>4.2.7</karaf.version>
64-
<sat.version>0.8.0</sat.version>
64+
<sat.version>0.9.0</sat.version>
6565
</properties>
6666

6767
<build>
@@ -471,6 +471,13 @@ Import-Package: \\
471471
</executions>
472472
</plugin>
473473
</plugins>
474+
<extensions>
475+
<extension>
476+
<groupId>org.openhab.tools.sat</groupId>
477+
<artifactId>sat-extension</artifactId>
478+
<version>${sat.version}</version>
479+
</extension>
480+
</extensions>
474481
</build>
475482

476483
<profiles>
@@ -523,5 +530,4 @@ Import-Package: \\
523530
<module>features</module>
524531
</modules>
525532

526-
527533
</project>

0 commit comments

Comments
 (0)