You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/08/15 15:42:16 UTC

[25/26] tomee git commit: Added staging repo for Geronimo OpenAPI.

Added staging repo for Geronimo OpenAPI.


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

Branch: refs/heads/master
Commit: 71dc441ff959469546cd74b811c3d004da8d1972
Parents: 8ca673d
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Wed Aug 15 16:08:25 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Wed Aug 15 16:08:25 2018 +0100

----------------------------------------------------------------------
 tomee/tomee-microprofile-webapp/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/71dc441f/tomee/tomee-microprofile-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/tomee/tomee-microprofile-webapp/pom.xml b/tomee/tomee-microprofile-webapp/pom.xml
index 9be0cb6..1eb021d 100644
--- a/tomee/tomee-microprofile-webapp/pom.xml
+++ b/tomee/tomee-microprofile-webapp/pom.xml
@@ -165,4 +165,11 @@
     </plugins>
   </build>
 
+  <repositories>
+    <repository>
+      <id>Geronimo OpenAPI Staging</id>
+      <url>https://repository.apache.org/service/local/repositories/orgapachegeronimo-1067/content/</url>
+    </repository>
+  </repositories>
+
 </project>