Skip to content

Commit

Permalink
Update user-config.xml
Browse files Browse the repository at this point in the history
Fix Typo in XML

Signed-off-by: Gregory Mitchell <[email protected]>
  • Loading branch information
gmitch215 authored Nov 12, 2024
1 parent b81ee83 commit 4d1d58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/jenkins/user-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<settings class="jenkins.mvn.DefaultSettingsProvider"/>
<globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
<override>false</override>
</org.jenkinsci.plugins.pipeline.maven.MavenConfigFolderOverridePro`perty>
</org.jenkinsci.plugins.pipeline.maven.MavenConfigFolderOverrideProperty>
</properties>
<folderViews class="com.cloudbees.hudson.plugins.folder.views.DefaultFolderViewHolder">
<views>
Expand All @@ -80,4 +80,4 @@
</com.cloudbees.hudson.plugins.folder.health.WorstChildHealthMetric>
</healthMetrics>
<icon class="com.cloudbees.hudson.plugins.folder.icons.StockFolderIcon"/>
</com.cloudbees.hudson.plugins.folder.Folder>
</com.cloudbees.hudson.plugins.folder.Folder>

0 comments on commit 4d1d58b

Please sign in to comment.