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

[47/50] [abbrv] incubator-streams git commit: back to maven deploy

back to maven deploy


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

Branch: refs/heads/pp-master
Commit: ab862509e01806a6aad13c976425b32db4404888
Parents: d7590ab
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Mon Apr 6 13:51:29 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Fri May 8 15:56:39 2015 -0500

----------------------------------------------------------------------
 pom.xml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/ab862509/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 644c80b..9056803 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,22 +115,18 @@
         </repository>
     </repositories>
 
-    <distributionManagement>
-        <repository>
-        <id>s3.release</id>
+  <distributionManagement>
+    <repository>
+        <id>aws-release</id>
         <name>AWS S3 Release Repository</name>
         <url>s3://releases.peoplepattern.com</url>
     </repository>
     <snapshotRepository>
-        <id>s3.snapshot</id>
+        <id>aws-snapshot</id>
         <name>AWS S3 Snapshot Repository</name>
         <url>s3://snapshots.peoplepattern.com</url>
     </snapshotRepository>
-        <site>
-            <id>site.streams.project</id>
-            <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/streams-project</url>
-        </site>
-    </distributionManagement>
+</distributionManagement>
 
     <properties>