Skip to content

Commit 4a08f1d

Browse files
committed
COMN-324: Inherit plugin versions from parent POM
1 parent 4172b63 commit 4a08f1d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

api-jackson/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright 2015 Basis Technology Corp.
3+
Copyright 2015-2024 Basis Technology Corp.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -62,7 +62,6 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-failsafe-plugin</artifactId>
65-
<version>${maven-surefire-plugin.version}</version>
6665
<executions>
6766
<execution>
6867
<id>integration-tests</id>

api/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright 2015 Basis Technology Corp.
3+
Copyright 2015-2024 Basis Technology Corp.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -137,7 +137,6 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-failsafe-plugin</artifactId>
140-
<version>${maven-surefire-plugin.version}</version>
141140
<executions>
142141
<execution>
143142
<id>integration-tests</id>

0 commit comments

Comments
 (0)