We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739987d commit 2dec14cCopy full SHA for 2dec14c
pom.xml
@@ -61,7 +61,7 @@
61
62
<bnd.version>4.3.0</bnd.version>
63
<karaf.version>4.2.7</karaf.version>
64
- <sat.version>0.8.0</sat.version>
+ <sat.version>0.9.0</sat.version>
65
</properties>
66
67
<build>
@@ -471,6 +471,13 @@ Import-Package: \\
471
</executions>
472
</plugin>
473
</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>
481
</build>
482
483
<profiles>
@@ -523,5 +530,4 @@ Import-Package: \\
523
530
<module>features</module>
524
531
</modules>
525
532
526
-
527
533
</project>
0 commit comments