Skip to content

Commit

Permalink
[OSGi] Use 2.0-beta2 bundles for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrobin committed Nov 21, 2023
1 parent 753a359 commit c125ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensorhub-core-osgi/src/test/java/TestSensorHubOsgi.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void main(String[] args) throws Exception
var autoDeployDir = Paths.get("bundles");
Files.createDirectories(autoDeployDir);

var version = "2.0.0";
var version = "2.0-beta2";
Path[] coreBundles = {
getBundlePath("sensorhub-core", version),
getBundlePath("sensorhub-webui-core", version),
Expand Down

0 comments on commit c125ae6

Please sign in to comment.