Skip to content

Commit bfce134

Browse files
committed
[pom] Override two plugins in obsolete oss parent
1 parent 500384e commit bfce134

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,16 @@
168168
</pluginManagement>
169169

170170
<plugins>
171+
<!-- Override oss parent downgrades -->
172+
<plugin>
173+
<artifactId>maven-enforcer-plugin</artifactId>
174+
<version>3.3.0</version>
175+
</plugin>
176+
<plugin>
177+
<artifactId>maven-release-plugin</artifactId>
178+
<version>3.0.0</version>
179+
</plugin>
180+
171181
<!-- if you would like to run the git-commit-id-maven-plugin for your build, you could also include it here instead using a profile (see README.md) -->
172182
<!-- Setting built-in java compiler properties -->
173183
<plugin>

0 commit comments

Comments
 (0)