Skip to content

Commit f4c8874

Browse files
authored
Merge pull request #166 from kazuki43zoo/maven-settings
Fix schema definition on maven settings.xml
2 parents a69a1e1 + b783e77 commit f4c8874

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)