Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 412b8a5

Browse filesBrowse files
committed
JAVA-3585: Use common commons-io.version property in all child modules
1 parent 0c63770 commit 412b8a5
Copy full SHA for 412b8a5

File tree

Expand file treeCollapse file tree

16 files changed

+6
-24
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

16 files changed

+6
-24
lines changed
Open diff view settings
Collapse file

‎aws-lambda/lambda/pom.xml‎

Copy file name to clipboardExpand all lines: aws-lambda/lambda/pom.xml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989

9090
<properties>
9191
<json-simple.version>1.1.1</json-simple.version>
92-
<commons-io.version>2.5</commons-io.version>
9392
<aws-lambda-java-events.version>1.3.0</aws-lambda-java-events.version>
9493
<aws-lambda-java-core.version>1.2.0</aws-lambda-java-core.version>
9594
<gson.version>2.8.2</gson.version>
Collapse file

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

Copy file name to clipboardExpand all lines: core-java-modules/core-java-9/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>commons-io</groupId>
5454
<artifactId>commons-io</artifactId>
55-
<version>2.7</version>
55+
<version>${commons-io.version}</version>
5656
</dependency>
5757
</dependencies>
5858

Collapse file

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

Copy file name to clipboardExpand all lines: jhipster/jhipster-microservice/car-app/pom.xml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<argLine>-Djava.security.egd=file:/dev/./urandom -Xmx256m</argLine>
2222
<assertj.version>3.6.2</assertj.version>
2323
<awaitility.version>2.0.0</awaitility.version>
24-
<commons-io.version>2.5</commons-io.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>
Collapse file

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

Copy file name to clipboardExpand all lines: jhipster/jhipster-microservice/dealer-app/pom.xml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<argLine>-Djava.security.egd=file:/dev/./urandom -Xmx256m</argLine>
2121
<assertj.version>3.6.2</assertj.version>
2222
<awaitility.version>2.0.0</awaitility.version>
23-
<commons-io.version>2.5</commons-io.version>
2423
<docker-maven-plugin.version>0.4.13</docker-maven-plugin.version>
2524
<hazelcast-hibernate52.version>1.2</hazelcast-hibernate52.version>
2625
<hibernate.version>5.2.8.Final</hibernate.version>
Collapse file

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

Copy file name to clipboardExpand all lines: jhipster/jhipster-microservice/gateway-app/pom.xml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<awaitility.version>2.0.0</awaitility.version>
2323
<cassandra-driver.version>3.6.0</cassandra-driver.version>
2424
<commons-codec.version>1.10</commons-codec.version>
25-
<commons-io.version>2.5</commons-io.version>
2625
<docker-maven-plugin.version>0.4.13</docker-maven-plugin.version>
2726
<frontend-maven-plugin.version>1.3</frontend-maven-plugin.version>
2827
<hazelcast-hibernate52.version>1.2</hazelcast-hibernate52.version>
Collapse file

‎jhipster/jhipster-monolithic/pom.xml‎

Copy file name to clipboardExpand all lines: jhipster/jhipster-monolithic/pom.xml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,6 @@
887887
<argLine>-Djava.security.egd=file:/dev/./urandom -Xmx256m</argLine>
888888
<assertj.version>3.6.2</assertj.version>
889889
<awaitility.version>2.0.0</awaitility.version>
890-
<commons-io.version>2.5</commons-io.version>
891890
<docker-maven-plugin.version>0.4.13</docker-maven-plugin.version>
892891
<frontend-maven-plugin.version>1.3</frontend-maven-plugin.version>
893892
<gatling-maven-plugin.version>2.2.1</gatling-maven-plugin.version>
Collapse file

‎libraries-6/pom.xml‎

Copy file name to clipboardExpand all lines: libraries-6/pom.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>commons-io</groupId>
9696
<artifactId>commons-io</artifactId>
97-
<version>${commonsio.version}</version>
97+
<version>${commons-io.version}</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
@@ -157,7 +157,6 @@
157157
<protonpack.version>1.15</protonpack.version>
158158
<commons-net.version>3.6</commons-net.version>
159159
<assertj.version>3.6.2</assertj.version>
160-
<commonsio.version>2.6</commonsio.version>
161160
<renjin.version>RELEASE</renjin.version>
162161
<rcaller.version>3.0</rcaller.version>
163162
<rserve.version>1.8.1</rserve.version>
Collapse file

‎libraries-data/pom.xml‎

Copy file name to clipboardExpand all lines: libraries-data/pom.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>commons-io</groupId>
8282
<artifactId>commons-io</artifactId>
83-
<version>${commons.io.version}</version>
83+
<version>${commons-io.version}</version>
8484
<scope>provided</scope>
8585
</dependency>
8686
<dependency>
@@ -165,7 +165,6 @@
165165
<properties>
166166
<assembly.plugin.version>2.3</assembly.plugin.version>
167167
<commons.cli.version>1.2</commons.cli.version>
168-
<commons.io.version>2.1</commons.io.version>
169168
<httpclient.version>3.0.1</httpclient.version>
170169
<storm.version>1.2.2</storm.version>
171170
<kafka.version>1.0.0</kafka.version>
Collapse file

‎parent-java/pom.xml‎

Copy file name to clipboardExpand all lines: parent-java/pom.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>commons-io</groupId>
2929
<artifactId>commons-io</artifactId>
30-
<version>${commons.io.version}</version>
30+
<version>${commons-io.version}</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.openjdk.jmh</groupId>
@@ -43,7 +43,6 @@
4343

4444
<properties>
4545
<guava.version>29.0-jre</guava.version>
46-
<commons.io.version>2.6</commons.io.version>
4746
<jmh.version>1.19</jmh.version>
4847
<modelmapper.version>2.3.7</modelmapper.version>
4948
<hamcrest.version>2.2</hamcrest.version>
Collapse file

‎persistence-modules/hibernate-mapping/pom.xml‎

Copy file name to clipboardExpand all lines: persistence-modules/hibernate-mapping/pom.xml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<org.glassfish.javax.el.version>3.0.1-b11</org.glassfish.javax.el.version>
7272
<money-api.version>1.0.3</money-api.version>
7373
<moneta.version>1.3</moneta.version>
74-
<commons-io.version>2.6</commons-io.version>
7574
</properties>
7675

7776
</project>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.