You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/07/14 18:53:27 UTC

[11/13] incubator-brooklyn git commit: Add apache snapshot repository to quickstart archetype

Add apache snapshot repository to quickstart archetype


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

Branch: refs/heads/master
Commit: e08f3af0ff4fe0e3b68be45adedc9b2fb3b5d215
Parents: 9e76536
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Mon Jul 13 18:01:24 2015 -0400
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Mon Jul 13 18:01:24 2015 -0400

----------------------------------------------------------------------
 usage/archetypes/quickstart/src/brooklyn-sample/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/e08f3af0/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
----------------------------------------------------------------------
diff --git a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
index 7e2e528..8e2b651 100644
--- a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
+++ b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
@@ -50,6 +50,17 @@
     <project.entry>com.acme.sample.brooklyn.SampleMain</project.entry>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <dependencies>
     <dependency>
       <!-- this pulls in all brooklyn entities and clouds;