Skip to content

Commit

Permalink
Fix schema definition on maven settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Oct 10, 2016
1 parent 66e0da8 commit d1ede76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
limitations under the License.
-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
Expand Down

0 comments on commit d1ede76

Please sign in to comment.