Skip to content

Commit 5f78600

Browse files
committed
JAVA-3586: Fix versions-maven-plugin pom.xml
1 parent 3cb1b85 commit 5f78600

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • maven-modules/versions-maven-plugin

maven-modules/versions-maven-plugin/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-lang3</artifactId>
27-
<version>${commons-lang3.version}</version>
27+
<version>${commons.lang3.version}</version>
2828
</dependency>
2929

3030
<dependency>
@@ -75,6 +75,7 @@
7575
<versions.plugin.version>2.7</versions.plugin.version>
7676
<commons.beanutils.version>1.9.1</commons.beanutils.version>
7777
<commons.collections4.version>4.0</commons.collections4.version>
78+
<commons.lang3.version>3.11</commons.lang3.version>
7879
</properties>
7980

8081
</project>

0 commit comments

Comments
 (0)