You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/08/30 15:13:14 UTC

tomee git commit: repos for style profile

Repository: tomee
Updated Branches:
  refs/heads/master 97401019c -> 9c514039c


repos for style profile


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/9c514039
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/9c514039
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/9c514039

Branch: refs/heads/master
Commit: 9c514039c270f375f27281c9f76ef233b3a79036
Parents: 9740101
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Tue Aug 30 17:12:15 2016 +0200
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Tue Aug 30 17:12:15 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/9c514039/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 341165b..ca44f77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -607,6 +607,24 @@
           <id>Codehaus Snapshots</id>
           <url>http://snapshots.repository.codehaus.org/</url>
         </repository>
+        <repository>
+          <id>apache-snapshots</id>
+          <name>Apache Snapshots Repository</name>
+          <url>https://repository.apache.org/content/groups/snapshots</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </repository>
+        <!-- TODO Remove this repository once the OWB-1.7.0 VOTE succeeded -->
+        <repository>
+          <snapshots><enabled>false</enabled></snapshots>
+          <releases><enabled>true</enabled></releases>
+          <id>OWB staging repo</id>
+          <url>https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1017/</url>
+        </repository>
       </repositories>
 
       <pluginRepositories>