This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to tag 1.1.1
in repository https://gitbox.apache.org/repos/asf/bval.git
commit 1fe455565afba280c53c7d10d0229834201d2fdf
Author: struberg <struberg@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sat Dec 12 23:32:38 2015 +0000
finally remove commented out repositories
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1719751
13f79535-47bb-0310-9956-ffa450edef68
---
bval-tck/pom.xml | 23 -----------------------
bval-tck11/pom.xml | 22 ----------------------
2 files changed, 45 deletions(-)
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 5577790..2521b04 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -30,29 +30,6 @@
<artifactId>bval-tck10-runner</artifactId>
<name>Apache BVal :: bval-tck-runner (TCK Runner)</name>
- <repositories>
- <!--
- TODO remove: this only exists because currently there are no
org.jboss.test-audit on maven.central _yet_.
- <repository>
- <id>jboss</id>
- <name>JBoss Public Maven Repository Group (again)</name>
-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
- <layout>default</layout>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- <checksumPolicy>fail</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- <checksumPolicy>warn</checksumPolicy>
- </snapshots>
- </repository>
- -->
- </repositories>
-
-
<dependencies>
<dependency>
<groupId>org.apache.bval</groupId>
diff --git a/bval-tck11/pom.xml b/bval-tck11/pom.xml
index c122085..3231dea 100644
--- a/bval-tck11/pom.xml
+++ b/bval-tck11/pom.xml
@@ -37,28 +37,6 @@ under the License.
<validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>
</properties>
- <repositories>
- <!--
- TODO remove: this only exists because currently there are no
org.jboss.test-audit on maven.central _yet_.
- <repository>
- <id>jboss</id>
- <name>JBoss Public Maven Repository Group (again)</name>
-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
- <layout>default</layout>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- <checksumPolicy>fail</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- <checksumPolicy>warn</checksumPolicy>
- </snapshots>
- </repository>
- -->
- </repositories>
-
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>