This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new d38191d remove staging repository used for tck
d38191d is described below
commit d38191d9c4ee92b273659c2daa8d48ca48164609
Author: Markus Jung <[email protected]>
AuthorDate: Mon Aug 26 08:14:45 2024 +0200
remove staging repository used for tck
---
bval-tck/pom.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index b7cab25..a9a13e4 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -304,18 +304,4 @@ under the License.
</build>
</profile>
</profiles>
-
- <!-- TODO remove once validation TCK is released and synced to maven
central -->
- <repositories>
- <repository>
- <id>jakarta-oss-staging</id>
-
<url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
</project>