Skip to content

Commit

Permalink
All specifying pof-maven-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Aug 22, 2024
1 parent eb472aa commit c01863a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<netty.version>4.1.110.Final</netty.version>
<opentracing.jdbc.version>0.2.15</opentracing.jdbc.version>

<pof.maven.plugin.version>${coherence.version}</pof.maven.plugin.version>
<pof.maven.plugin.group>${coherence.group.id}</pof.maven.plugin.group>

<!-- maven configuration -->
<java.version>21</java.version>
<maven.assembly.plugin.version>3.0.0</maven.assembly.plugin.version>
Expand Down Expand Up @@ -392,9 +395,9 @@
</plugin>

<plugin>
<groupId>com.oracle.coherence.ce</groupId>
<groupId>${pof.maven.plugin.group}</groupId>
<artifactId>pof-maven-plugin</artifactId>
<version>24.03.1</version>
<version>${pof.maven.plugin.version}</version>
<executions>
<execution>
<id>instrument</id>
Expand Down

0 comments on commit c01863a

Please sign in to comment.