Skip to content

Commit fdf69f9

Browse files
authored
chore: Extract vmlens version (#1610)
Extract vmlens version Signed-off-by: christian.lutnik <[email protected]>
1 parent 060dd41 commit fdf69f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<maven.compiler.source>11</maven.compiler.source>
1414
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
1515
<org.mockito.version>5.20.0</org.mockito.version>
16+
<com.vmlens.version>1.2.19</com.vmlens.version>
1617
<!-- exclusion expression for e2e tests -->
1718
<testExclusions>**/e2e/*.java</testExclusions>
1819
<module-name>${project.groupId}.${project.artifactId}</module-name>
@@ -196,7 +197,7 @@
196197
<dependency>
197198
<groupId>com.vmlens</groupId>
198199
<artifactId>api</artifactId>
199-
<version>1.2.19</version>
200+
<version>${com.vmlens.version}</version>
200201
<scope>test</scope>
201202
</dependency>
202203

@@ -351,7 +352,7 @@
351352
<plugin>
352353
<groupId>com.vmlens</groupId>
353354
<artifactId>vmlens-maven-plugin</artifactId>
354-
<version>1.2.19</version>
355+
<version>${com.vmlens.version}</version>
355356
<executions>
356357
<execution>
357358
<id>test</id>

0 commit comments

Comments
 (0)