Skip to content

Commit 08a502e

Browse files
committed
chore: remove versions-maven-plugin
1 parent 51e439a commit 08a502e

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
2929
<spotbugs-maven-plugin.version>4.10.3.0</spotbugs-maven-plugin.version>
3030
<spotless-maven-plugin.version>3.9.0</spotless-maven-plugin.version>
31-
<versions-maven-plugin.version>2.21.0</versions-maven-plugin.version>
3231
<!--==================== dependency versions ======================-->
3332
<logback.version>1.6.1</logback.version>
3433
<lombok.version>1.18.46</lombok.version>
@@ -161,31 +160,6 @@
161160
</execution>
162161
</executions>
163162
</plugin>
164-
<plugin>
165-
<groupId>org.codehaus.mojo</groupId>
166-
<artifactId>versions-maven-plugin</artifactId>
167-
<version>${versions-maven-plugin.version}</version>
168-
<configuration>
169-
<allowSnapshots>false</allowSnapshots>
170-
<allowMinorUpdates>true</allowMinorUpdates>
171-
</configuration>
172-
<executions>
173-
<execution>
174-
<id>display-dependency-updates</id>
175-
<goals>
176-
<goal>display-dependency-updates</goal>
177-
</goals>
178-
<phase>validate</phase>
179-
</execution>
180-
<execution>
181-
<id>display-plugin-updates</id>
182-
<goals>
183-
<goal>display-plugin-updates</goal>
184-
</goals>
185-
<phase>validate</phase>
186-
</execution>
187-
</executions>
188-
</plugin>
189163
</plugins>
190164
</build>
191165
</project>

0 commit comments

Comments
 (0)