You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:43:20 UTC

[9/9] brooklyn-dist git commit: Add apache snapshot repository to quickstart archetype

Add apache snapshot repository to quickstart archetype

Backport of fix on master by Hadrian Zbarcea <ha...@apache.org>


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

Branch: refs/heads/0.7.0-incubating
Commit: 839e9258aabb4058f3343998e02b188f9e762465
Parents: 5e8cf96
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Mon Jul 13 18:01:24 2015 -0400
Committer: Richard Downer <ri...@apache.org>
Committed: Wed Jul 15 08:22:09 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/839e9258/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 9536d83..aef48be 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;