Skip to content

Commit 2be135d

Browse files
committed
JAVA-3586: Use commons-lang3.version property
1 parent 4a9becc commit 2be135d

12 files changed

Lines changed: 12 additions & 21 deletions

File tree

core-java-modules/core-java-15/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-lang3</artifactId>
23-
<version>${apache-commons-lang3.version}</version>
23+
<version>${commons-lang3.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.assertj</groupId>
@@ -68,7 +68,6 @@
6868

6969
<properties>
7070
<maven.compiler.release>15</maven.compiler.release>
71-
<apache-commons-lang3.version>3.11</apache-commons-lang3.version>
7271
<assertj.version>3.17.2</assertj.version>
7372
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
7473
<surefire.plugin.version>3.0.0-M3</surefire.plugin.version>

core-java-modules/core-java-9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.apache.commons</groupId>
4949
<artifactId>commons-lang3</artifactId>
50-
<version>3.11</version>
50+
<version>${commons-lang3.version}</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>commons-io</groupId>

core-java-modules/core-java-collections-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.apache.commons</groupId>
3737
<artifactId>commons-lang3</artifactId>
38-
<version>3.10</version>
38+
<version>${commons-lang3.version}</version>
3939
</dependency>
4040
</dependencies>
4141

java-numbers-3/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.commons</groupId>
2929
<artifactId>commons-lang3</artifactId>
30-
<version>${commons.version}</version>
30+
<version>${commons-lang3.version}</version>
3131
<scope>test</scope>
3232
</dependency>
3333
<dependency>
@@ -51,7 +51,6 @@
5151
<properties>
5252
<dsiutils.version>2.6.0</dsiutils.version>
5353
<vavr.version>0.10.2</vavr.version>
54-
<commons.version>3.9</commons.version>
5554
<assertj.version>3.6.1</assertj.version>
5655
</properties>
5756

java-numbers-4/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-lang3</artifactId>
25-
<version>${commons.version}</version>
25+
<version>${commons-lang3.version}</version>
2626
<scope>test</scope>
2727
</dependency>
2828
<dependency>
@@ -45,7 +45,6 @@
4545

4646
<properties>
4747
<vavr.version>0.10.2</vavr.version>
48-
<commons.version>3.9</commons.version>
4948
<assertj.version>3.6.1</assertj.version>
5049
</properties>
5150

jhipster/jhipster-microservice/car-app/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<assertj.version>3.6.2</assertj.version>
2323
<awaitility.version>2.0.0</awaitility.version>
2424
<commons-io.version>2.5</commons-io.version>
25-
<commons-lang.version>3.5</commons-lang.version>
2625
<docker-maven-plugin.version>0.4.13</docker-maven-plugin.version>
2726
<hazelcast-hibernate52.version>1.2</hazelcast-hibernate52.version>
2827
<hibernate.version>5.2.8.Final</hibernate.version>
@@ -267,7 +266,7 @@
267266
<dependency>
268267
<groupId>org.apache.commons</groupId>
269268
<artifactId>commons-lang3</artifactId>
270-
<version>${commons-lang.version}</version>
269+
<version>${commons-lang3.version}</version>
271270
</dependency>
272271
<dependency>
273272
<groupId>org.assertj</groupId>

jhipster/jhipster-microservice/dealer-app/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<assertj.version>3.6.2</assertj.version>
2222
<awaitility.version>2.0.0</awaitility.version>
2323
<commons-io.version>2.5</commons-io.version>
24-
<commons-lang.version>3.5</commons-lang.version>
2524
<docker-maven-plugin.version>0.4.13</docker-maven-plugin.version>
2625
<hazelcast-hibernate52.version>1.2</hazelcast-hibernate52.version>
2726
<hibernate.version>5.2.8.Final</hibernate.version>
@@ -266,7 +265,7 @@
266265
<dependency>
267266
<groupId>org.apache.commons</groupId>
268267
<artifactId>commons-lang3</artifactId>
269-
<version>${commons-lang.version}</version>
268+
<version>${commons-lang3.version}</version>
270269
</dependency>
271270
<dependency>
272271
<groupId>org.assertj</groupId>

jhipster/jhipster-microservice/gateway-app/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<cassandra-driver.version>3.6.0</cassandra-driver.version>
2424
<commons-codec.version>1.10</commons-codec.version>
2525
<commons-io.version>2.5</commons-io.version>
26-
<commons-lang.version>3.5</commons-lang.version>
2726
<docker-maven-plugin.version>0.4.13</docker-maven-plugin.version>
2827
<frontend-maven-plugin.version>1.3</frontend-maven-plugin.version>
2928
<hazelcast-hibernate52.version>1.2</hazelcast-hibernate52.version>
@@ -299,7 +298,7 @@
299298
<dependency>
300299
<groupId>org.apache.commons</groupId>
301300
<artifactId>commons-lang3</artifactId>
302-
<version>${commons-lang.version}</version>
301+
<version>${commons-lang3.version}</version>
303302
</dependency>
304303
<dependency>
305304
<groupId>org.assertj</groupId>

jhipster/jhipster-monolithic/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>org.apache.commons</groupId>
173173
<artifactId>commons-lang3</artifactId>
174-
<version>${commons-lang.version}</version>
174+
<version>${commons-lang3.version}</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.assertj</groupId>
@@ -888,7 +888,6 @@
888888
<assertj.version>3.6.2</assertj.version>
889889
<awaitility.version>2.0.0</awaitility.version>
890890
<commons-io.version>2.5</commons-io.version>
891-
<commons-lang.version>3.5</commons-lang.version>
892891
<docker-maven-plugin.version>0.4.13</docker-maven-plugin.version>
893892
<frontend-maven-plugin.version>1.3</frontend-maven-plugin.version>
894893
<gatling-maven-plugin.version>2.2.1</gatling-maven-plugin.version>

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

Lines changed: 1 addition & 2 deletions
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>
@@ -74,7 +74,6 @@
7474
<commons.io.version>2.3</commons.io.version>
7575
<versions.plugin.version>2.7</versions.plugin.version>
7676
<commons.beanutils.version>1.9.1</commons.beanutils.version>
77-
<commons.lang3.version>3.0</commons.lang3.version>
7877
<commons.collections4.version>4.0</commons.collections4.version>
7978
</properties>
8079

0 commit comments

Comments
 (0)