Skip to content

Commit

Permalink
Fixed effective pom issue with versions maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchubert committed Nov 8, 2023
1 parent 886e2f7 commit ea9b17f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions captcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<micrometer.prometheus.version>1.11.5</micrometer.prometheus.version>
<junit.version>4.13.2</junit.version>
<owasp.plugin.version>8.4.2</owasp.plugin.version>
<versions.maven.plugin.version>2.16.1</versions.maven.plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -199,6 +200,7 @@
controlled by version property variables -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${versions.maven.plugin.version}</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down
2 changes: 2 additions & 0 deletions devops/GenericPiMetricsEndpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<lombok.version>1.18.30</lombok.version>
<micrometer.prometheus.version>1.11.5</micrometer.prometheus.version>
<pimetric.version>1.0</pimetric.version>
<versions.maven.plugin.version>2.16.1</versions.maven.plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -121,6 +122,7 @@
controlled by version property variables -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${versions.maven.plugin.version}</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down
2 changes: 2 additions & 0 deletions sabi-boundary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<maven.site.plugin.version>4.0.0-M9</maven.site.plugin.version>
<maven.compiler.plugin.version>3.11.0</maven.compiler.plugin.version>
<buildhelper.maven.plugin.version>3.3.0</buildhelper.maven.plugin.version>
<versions.maven.plugin.version>2.16.1</versions.maven.plugin.version>

</properties>

Expand Down Expand Up @@ -135,6 +136,7 @@
controlled by version property variables -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${versions.maven.plugin.version}</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down
8 changes: 5 additions & 3 deletions sabi-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,20 @@
<eclipselink.version>4.0.2</eclipselink.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<micrometer.prometheus.version>1.11.5</micrometer.prometheus.version>
<spring.instrument.version>6.0.12</spring.instrument.version>
<surefire.version>3.2.1</surefire.version>
<spring.instrument.version>6.0.13</spring.instrument.version>
<surefire.version>3.2.2</surefire.version>
<lombok.version>1.18.30</lombok.version>
<owasp.plugin.version>8.4.2</owasp.plugin.version>
<passay.version>1.6.4</passay.version>
<mariadb.java.client.version>3.2.0</mariadb.java.client.version>
<h2.version>2.1.214</h2.version>
<dumbster.version>1.6</dumbster.version>
<junit.version>4.13.2</junit.version>
<archunit.version>1.1.0</archunit.version>
<archunit.version>1.2.0</archunit.version>
<auth0.jwt.version>4.4.0</auth0.jwt.version>
<jakarta.xml.bind.version>4.0.0</jakarta.xml.bind.version>
<jetbrains.annotation.version>24.0.1</jetbrains.annotation.version>
<versions.maven.plugin.version>2.16.1</versions.maven.plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -417,6 +418,7 @@
controlled by version property variables -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${versions.maven.plugin.version}</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down
2 changes: 2 additions & 0 deletions sabi-webclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<passay.version>1.6.4</passay.version>
<owasp.plugin.version>8.4.2</owasp.plugin.version>
<lombok.version>1.18.30</lombok.version>
<versions.maven.plugin.version>2.16.1</versions.maven.plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -307,6 +308,7 @@
controlled by version property variables -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${versions.maven.plugin.version}</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down

0 comments on commit ea9b17f

Please sign in to comment.