Skip to content

Commit

Permalink
[jrubyscripting] Fix Maven project name (openhab#11590)
Browse files Browse the repository at this point in the history
It was missing the "Bundles" parts like used in other projects.

Signed-off-by: Wouter Born <[email protected]>
Signed-off-by: Nick Waterton <[email protected]>
  • Loading branch information
wborn authored and NickWaterton committed Dec 30, 2021
1 parent 0d37d11 commit b9849dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.automation.jrubyscripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>org.openhab.automation.jrubyscripting</artifactId>

<name>openHAB Add-ons :: Automation :: JRuby Scripting</name>
<name>openHAB Add-ons :: Bundles :: Automation :: JRuby Scripting</name>

<properties>
<bnd.importpackage>com.sun.nio.*;resolution:=optional,com.sun.security.*;resolution:=optional,org.apache.tools.ant.*;resolution:=optional,org.bouncycastle.*;resolution:=optional,org.joda.*;resolution:=optional,sun.management.*;resolution:=optional,sun.nio.*;resolution:=optional</bnd.importpackage>
Expand Down

0 comments on commit b9849dd

Please sign in to comment.