Repository: isis
Updated Branches:
  refs/heads/master 853f62137 -> 56616d327


Add Cloudbees forge repo for snapshots


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/9278e8fd
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/9278e8fd
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/9278e8fd

Branch: refs/heads/master
Commit: 9278e8fd00d13ec55c5fae379a4210acefb9d291
Parents: 853f621
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Fri Nov 14 22:24:44 2014 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Fri Nov 14 22:24:44 2014 +0200

----------------------------------------------------------------------
 example/archetype/simpleapp/pom.xml | 12 ++++++++++++
 example/archetype/todoapp/pom.xml   | 12 ++++++++++++
 2 files changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/9278e8fd/example/archetype/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/pom.xml 
b/example/archetype/simpleapp/pom.xml
index aa28ecb..56b661a 100644
--- a/example/archetype/simpleapp/pom.xml
+++ b/example/archetype/simpleapp/pom.xml
@@ -47,4 +47,16 @@
     <version>1.8.0-SNAPSHOT</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
+  <repositories>
+    <repository>
+      <id>Cloudbees snapshots</id>
+      <url>http://repository-estatio.forge.cloudbees.com/snapshot/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/9278e8fd/example/archetype/todoapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/todoapp/pom.xml 
b/example/archetype/todoapp/pom.xml
index a1ce46a..780e874 100644
--- a/example/archetype/todoapp/pom.xml
+++ b/example/archetype/todoapp/pom.xml
@@ -47,4 +47,16 @@
     <version>1.8.0-SNAPSHOT</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
+  <repositories>
+    <repository>
+      <id>Cloudbees snapshots</id>
+      <url>http://repository-estatio.forge.cloudbees.com/snapshot/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
 </project>

Reply via email to