You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,16 @@
168
168
</pluginManagement>
169
169
170
170
<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
+
171
181
<!-- 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) -->
0 commit comments