You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/05/08 23:21:25 UTC

[49/50] [abbrv] incubator-streams git commit: settings.xml

settings.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/b58aa1f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/b58aa1f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/b58aa1f3

Branch: refs/heads/pp-master
Commit: b58aa1f3605a811b64158900809d623a8de717c6
Parents: 5f0940d
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Mon Apr 6 14:36:47 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Fri May 8 15:57:41 2015 -0500

----------------------------------------------------------------------
 settings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b58aa1f3/settings.xml
----------------------------------------------------------------------
diff --git a/settings.xml b/settings.xml
index 03151ba..d0efc2f 100644
--- a/settings.xml
+++ b/settings.xml
@@ -1,6 +1,6 @@
 <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 http://maven.apache.org/xsd/settings-1.0.0.xsd">
   <servers>
-    server>
+    <server>
       <id>s3.release</id>
       <username>${env.MAVEN_DEPLOY_USERNAME}</username>
       <password>${env.MAVEN_DEPLOY_PASSWORD}</password>