File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed
Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 33* .log
44.idea
55target
6- application-dev.properties
6+ application-dev.properties
7+ pom.xml.versionsBackup
Original file line number Diff line number Diff line change 2727 <maven .build.timestamp.format>yyyy-MM-dd HH:mm:ss (XXX)</maven .build.timestamp.format>
2828 <version .springBoot>2.3.3.RELEASE</version .springBoot>
2929 <version .gitbTypes>1.11.0</version .gitbTypes>
30- <version .itbCommons>1.0.0-SNAPSHOT </version .itbCommons>
30+ <version .itbCommons>1.0.0</version .itbCommons>
3131 <version .slf4j>1.7.30</version .slf4j>
3232 <version .jaxws>2.3.1</version .jaxws>
3333 <version .jws>1.1</version .jws>
218218 </archive >
219219 </configuration >
220220 </plugin >
221+ <plugin >
222+ <groupId >org.codehaus.mojo</groupId >
223+ <artifactId >versions-maven-plugin</artifactId >
224+ <version >2.8.1</version >
225+ <configuration >
226+ <processAllModules >true</processAllModules >
227+ </configuration >
228+ </plugin >
229+ <plugin >
230+ <groupId >org.apache.maven.plugins</groupId >
231+ <artifactId >maven-enforcer-plugin</artifactId >
232+ <version >3.0.0-M3</version >
233+ <configuration >
234+ <rules >
235+ <requireReleaseDeps >
236+ <failWhenParentIsSnapshot >false</failWhenParentIsSnapshot >
237+ <excludes >
238+ <exclude >eu.europa.ec.itb.json:*</exclude >
239+ </excludes >
240+ <message >No snapshot dependencies are allowed.</message >
241+ </requireReleaseDeps >
242+ </rules >
243+ <fail >true</fail >
244+ </configuration >
245+ </plugin >
221246 </plugins >
222247 </build >
223248
You can’t perform that action at this time.
0 commit comments