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:24 UTC

[48/50] [abbrv] incubator-streams git commit: change re ids

change re ids


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

Branch: refs/heads/pp-master
Commit: 5f0940dfa0204e6ffc8008e3d375c8fa7825783f
Parents: ab86250
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Mon Apr 6 14:00:38 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Fri May 8 15:57:22 2015 -0500

----------------------------------------------------------------------
 pom.xml      | 4 ++--
 settings.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/5f0940df/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9056803..e2fa479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,12 +117,12 @@
 
   <distributionManagement>
     <repository>
-        <id>aws-release</id>
+        <id>s3.release</id>
         <name>AWS S3 Release Repository</name>
         <url>s3://releases.peoplepattern.com</url>
     </repository>
     <snapshotRepository>
-        <id>aws-snapshot</id>
+        <id>s3.snapshot</id>
         <name>AWS S3 Snapshot Repository</name>
         <url>s3://snapshots.peoplepattern.com</url>
     </snapshotRepository>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/5f0940df/settings.xml
----------------------------------------------------------------------
diff --git a/settings.xml b/settings.xml
index d0efc2f..03151ba 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>