mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
switched to SAT 0.9.0 (#1331)
* switched to SAT 0.9.0 * added sat extension Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
8121fec350
commit
9a6a54f113
9
pom.xml
9
pom.xml
@ -72,7 +72,7 @@
|
||||
<bnd.version>4.3.0</bnd.version>
|
||||
<karaf.compile.version>4.2.1</karaf.compile.version>
|
||||
<karaf.tooling.version>4.2.7</karaf.tooling.version>
|
||||
<sat.version>0.8.0</sat.version>
|
||||
<sat.version>0.9.0</sat.version>
|
||||
<slf4j.version>1.7.21</slf4j.version>
|
||||
<xtext.version>2.19.0</xtext.version>
|
||||
<spotless.version>1.24.3</spotless.version>
|
||||
@ -660,6 +660,13 @@ Import-Package: \\
|
||||
<artifactId>sortpom-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>org.openhab.tools.sat</groupId>
|
||||
<artifactId>sat-extension</artifactId>
|
||||
<version>${sat.version}</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
|
Loading…
Reference in New Issue
Block a user