Skip to content

Commit b783e77

Browse files
committed
Fix schema definition on maven settings.xml
1 parent a69a1e1 commit b783e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/settings.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
-->
19-
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
2121
<servers>
2222
<server>

0 commit comments

Comments
 (0)