Skip to content

Commit 35257cb

Browse files
committed
Report bootstrap version to wro4j.xml
1 parent bcc125c commit 35257cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spring-petclinic-api-gateway/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
</parent>
1616

1717
<properties>
18+
<!-- Any bootstrap version upgrade must be reported in the wro4j.xml file -->
1819
<webjars-bootstrap.version>3.4.0</webjars-bootstrap.version>
1920
<webjars-jquery.version>3.6.0</webjars-jquery.version>
2021
<webjars-angular.version>1.8.2</webjars-angular.version>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<groups xmlns="http://www.isdc.ro/wro">
22
<group name="petclinic">
3-
<css>classpath:META-INF/resources/webjars/bootstrap/3.3.7-1/less/bootstrap.less</css>
3+
<css>classpath:META-INF/resources/webjars/bootstrap/3.4.0/less/bootstrap.less</css>
44
<css>/petclinic.less</css>
55
</group>
66
</groups>

0 commit comments

Comments
 (0)