You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2013/05/15 03:19:17 UTC

git commit: add snapshot repository declaration

Updated Branches:
  refs/heads/master b0217ea24 -> 33088d0d9


add snapshot repository declaration


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

Branch: refs/heads/master
Commit: 33088d0d970d9fc2043be7e744ba53b17545760f
Parents: b0217ea
Author: Olivier Lamy <ol...@apache.org>
Authored: Wed May 15 11:19:02 2013 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Wed May 15 11:19:02 2013 +1000

----------------------------------------------------------------------
 pom.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/33088d0d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c4e21f..95fb7d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,20 @@ under the License.
     </repository>
   </repositories>
 
+ 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</developerConnection>