Skip to content

Commit

Permalink
Add namespace and schema to settings.xml (#3941)
Browse files Browse the repository at this point in the history
Updates the release setup guide.
  • Loading branch information
elharo authored and chingor13 committed Nov 14, 2018
1 parent 751d203 commit 2cf7eb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ Create a Maven settings file
----------------------------
* Create a file at ```$HOME/.m2/settings.xml``` with your passphrase and your sonatype username and password
```
<settings>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<profiles>
<profile>
<id>ossrh</id>
Expand Down

0 comments on commit 2cf7eb7

Please sign in to comment.