Skip to content

Commit 0763761

Browse files
committed
Fix the default config
1 parent 6961b80 commit 0763761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/resources/maven-build-cache-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
-->
1818
<cache xmlns="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache¬.org/BUILD-CACHE-CONFIG/1.0.0 target/generated-resources/modello/build-cache-config-1.0.0.xsd">
19+
xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0 https://maven.apache.org/xsd/build-cache-config-1.0.0.xsd">
2020

2121
<!--
2222
Template Maven build cache configuration

0 commit comments

Comments
 (0)