diff options
author | 2025-02-14 09:24:28 +0000 | |
---|---|---|
committer | 2025-02-14 09:24:28 +0000 | |
commit | 9c1dcd4c0bc68e25bce578ec2ba47b0d2873fc8e (patch) | |
tree | c2a21d15925930d0e3e8eebc4e51877fb3f00c90 /adapters | |
parent | a6e377889c3f91701f024ee79343174fe6f4434c (diff) | |
parent | 4ab3fb6904fae04ab1b8f9e01c40cc418bcda1f3 (diff) |
Merge "Reenable tests for the mso-catalog-db module"
Diffstat (limited to 'adapters')
-rw-r--r-- | adapters/mso-requests-db-adapter/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml index 5d78f27ae2..066e3e6dc5 100644 --- a/adapters/mso-requests-db-adapter/pom.xml +++ b/adapters/mso-requests-db-adapter/pom.xml @@ -83,7 +83,7 @@ <pluginRepository> <id>apache.snapshots</id> <name>Maven Plugin Snapshots</name> - <url>http://repository.apache.org/snapshots/</url> + <url>https://repository.apache.org/snapshots/</url> <snapshots> <enabled>true</enabled> </snapshots> @@ -217,7 +217,7 @@ </plugins> <pluginManagement> <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> |