aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-09-23 14:03:41 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-09-24 22:36:23 +0200
commite4fd0ae4693f40752aae6e25101e45a218736e43 (patch)
tree2c2e9b2625b7f97673fd0999e7b4c11393e8241d
parentaf19b9cd05de3d15365ef7e7f473808f89928dc6 (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
-rw-r--r--aai-annotations/pom.xml4
-rw-r--r--aai-queries/pom.xml4
-rw-r--r--aai-schema-gen/pom.xml12
-rw-r--r--aai-schema-service/pom.xml16
-rw-r--r--aai-schema/pom.xml4
-rw-r--r--pom.xml20
6 files changed, 30 insertions, 30 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml
index c2bf75f..6aee45d 100644
--- a/aai-annotations/pom.xml
+++ b/aai-annotations/pom.xml
@@ -60,12 +60,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>
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml
index 3c4f6a0..1d9b39a 100644
--- a/aai-queries/pom.xml
+++ b/aai-queries/pom.xml
@@ -184,12 +184,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 -->
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 -->
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml
index ae95ca7..114383c 100644
--- a/aai-schema-service/pom.xml
+++ b/aai-schema-service/pom.xml
@@ -34,7 +34,7 @@
<java.version>1.8</java.version>
<start-class>org.onap.aai.schemaservice.SchemaServiceApp</start-class>
- <docker.fabric.version>0.28.0</docker.fabric.version>
+ <docker.fabric.version>0.40.2</docker.fabric.version>
<!-- Default docker registry that maven fabric plugin will try to pull from -->
<docker.registry>docker.io</docker.registry>
<!-- Specifying the docker push registry where the image should be pushed -->
@@ -60,7 +60,7 @@
<!-- This will be used for the docker images as the default format of maven build has issues -->
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
- <javadoc.plugin.version>2.10.4</javadoc.plugin.version>
+ <javadoc.plugin.version>3.4.1</javadoc.plugin.version>
<!-- Start of Default ONAP Schema Properties -->
<schema.source.name>onap</schema.source.name>
@@ -201,7 +201,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
+ <version>3.1.0</version>
<executions>
<execution>
<id>run-spring-boot</id>
@@ -515,7 +515,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.4.1</version>
+ <version>3.2.0</version>
<configuration>
<filesets>
<fileset>
@@ -535,7 +535,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
+ <version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -713,7 +713,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.4.1</version>
+ <version>3.2.0</version>
<configuration>
<filesets>
<fileset>
@@ -733,14 +733,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
+ <version>3.4.1</version>
<configuration>
<failOnError>false</failOnError>
<doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
<docletArtifact>
<groupId>org.umlgraph</groupId>
<artifactId>umlgraph</artifactId>
- <version>5.6</version>
+ <version>5.6.6</version>
</docletArtifact>
<additionalparam>-views</additionalparam>
<useStandardDocletOptions>true</useStandardDocletOptions>
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 4e4224a..394618a 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -162,12 +162,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 -->
diff --git a/pom.xml b/pom.xml
index 21d3990..6d3a064 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
- <version>2.8.1</version>
+ <version>2.16.0</version>
<configuration>
<configFile>${project.parent.basedir}/onap-java-formatter.xml</configFile>
</configuration>
@@ -78,7 +78,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
- <version>1.18.0</version>
+ <version>2.27.0</version>
<configuration>
<java>
<importOrder>
@@ -97,7 +97,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
- <version>3.0</version>
+ <version>4.1</version>
<configuration>
<header>LICENSE.TXT</header>
<includes>
@@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
@@ -132,13 +132,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.6</version>
+ <version>3.12.1</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.4</version>
+ <version>3.4.1</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -150,7 +150,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8</version>
+ <version>3.4.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
@@ -161,7 +161,7 @@
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
- <version>2.10</version>
+ <version>3.5.2</version>
</dependency>
</dependencies>
</plugin>
@@ -190,12 +190,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>
<distributionManagement>