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/12/04 19:33:10 UTC

incubator-streams git commit: add snapshot repository to incubator-streams pom

Repository: incubator-streams
Updated Branches:
  refs/heads/master c972683e9 -> 7da029d3f


add snapshot repository to incubator-streams pom


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

Branch: refs/heads/master
Commit: 7da029d3fa95cba227159f888a3123f489d38413
Parents: c972683
Author: Steve Blackmon <sb...@apache.org>
Authored: Fri Dec 4 12:33:07 2015 -0600
Committer: Steve Blackmon <sb...@apache.org>
Committed: Fri Dec 4 12:33:07 2015 -0600

----------------------------------------------------------------------
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/7da029d3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fcae2fd..70e3a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,6 +114,17 @@
             </snapshots>
         </repository>
         <repository>
+            <id>apache-snapshots</id>
+            <name>Apache Repository</name>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+        <repository>
             <id>clojars-repo</id>
             <name>Clojars Repository</name>
             <url>http://clojars.org/repo</url>