You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/05/17 03:43:54 UTC

[tomee] branch master updated: Add staged bval repository

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 17a4db9  Add staged bval repository
17a4db9 is described below

commit 17a4db9f6ac466dc7fb946560d8ffe13bb67b4e0
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri May 17 12:43:31 2019 +0900

    Add staged bval repository
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5524f9c..88d9a44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -847,6 +847,17 @@
       </snapshots>
     </repository>
     <repository>
+      <id>tomee-bval-patch</id>
+      <name>BVal Patch Repository</name>
+      <url>https://repository.apache.org/content/repositories/orgapachetomee-1134/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
       <id>sonatype-snapshots</id>
       <name>Sonatype OSS Snapshots Repository</name>
       <url>https://oss.sonatype.org/content/repositories/snapshots</url>