diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-09-23 14:03:41 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-09-24 22:36:23 +0200 |
commit | e4fd0ae4693f40752aae6e25101e45a218736e43 (patch) | |
tree | 2c2e9b2625b7f97673fd0999e7b4c11393e8241d /aai-schema-gen | |
parent | af19b9cd05de3d15365ef7e7f473808f89928dc6 (diff) |
Update schema service plugins
- update plugins
- use https urls for pluginRepositories since plain http ones would be blocked
Issue-ID: AAI-3530
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I227d9bc131b4dbefe08563c3e6e8713e9f0f2571
Diffstat (limited to 'aai-schema-gen')
-rw-r--r-- | aai-schema-gen/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 37e5e34..3bfeb1b 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -80,7 +80,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.1.1</version> + <version>3.1.0</version> <executions> <execution> <phase>process-classes</phase> @@ -177,7 +177,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.1.1</version> + <version>3.1.0</version> <executions> <execution> <phase>process-classes</phase> @@ -271,7 +271,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.1.1</version> + <version>3.1.0</version> <executions> <execution> <phase>process-classes</phase> @@ -362,7 +362,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.1.1</version> + <version>3.1.0</version> <executions> <execution> <id>autoGenerateXsd</id> @@ -756,12 +756,12 @@ <pluginRepositories> <pluginRepository> <id>central</id> - <url>http://repo1.maven.org/maven2</url> + <url>https://repo1.maven.org/maven2</url> </pluginRepository> <pluginRepository> <id>EvoSuite</id> <name>EvoSuite Repository</name> - <url>http://www.evosuite.org/m2</url> + <url>https://www.evosuite.org/m2</url> </pluginRepository> </pluginRepositories> <!-- End of ONAP Specific Repositories --> |