diff options
Diffstat (limited to 'aai-schema-gen/pom.xml')
-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 --> |