Skip to content

Commit

Permalink
Remove invalid character (space) in provider.name
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaLblnd committed May 22, 2023
1 parent 838b305 commit d4522a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
<packaging>pom</packaging>

<properties>
<provider.name>EfficientIP SOLIDserver</provider.name>
<provider.name>EfficientIP-SOLIDserver</provider.name>
<provider.description>EfficientIP SOLIDserver IPAM integration for vRA 8</provider.description>
<provider.version>0.6</provider.version>
<provider.version>0.7.0</provider.version>

<provider.supportsAddressSpaces>false</provider.supportsAddressSpaces>
<provider.supportsUpdateRecord>false</provider.supportsUpdateRecord>
Expand Down

0 comments on commit d4522a2

Please sign in to comment.