File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
aws-serverless-java-container-springboot3 Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >aws-serverless-java-container</artifactId >
55 <groupId >com.amazonaws.serverless</groupId >
6- <version >2.1.5</version >
6+ <version >2.1.5-SNAPSHOT</version >
7+ <relativePath >..</relativePath >
78 </parent >
89 <modelVersion >4.0.0</modelVersion >
910
2930 <dependency >
3031 <groupId >com.amazonaws.serverless</groupId >
3132 <artifactId >aws-serverless-java-container-core</artifactId >
32- <version >2.1.5</version >
33+ <version >2.1.5-SNAPSHOT </version >
3334 </dependency >
3435 <dependency >
3536 <groupId >com.amazonaws.serverless</groupId >
3637 <artifactId >aws-serverless-java-container-core</artifactId >
37- <version >2.1.5</version >
38+ <version >2.1.5-SNAPSHOT </version >
3839 <classifier >tests</classifier >
3940 <type >test-jar</type >
4041 <scope >test</scope >
Original file line number Diff line number Diff line change 267267 <xmlOutput >true</xmlOutput >
268268 <!-- Configures the directory in which the XML report is created -->
269269 <spotbugsXmlOutputDirectory >${project.build.directory} /spotbugs</spotbugsXmlOutputDirectory >
270- <excludeFilterFile >${project.parent. basedir} /spotbugs-excludeFilter.xml</excludeFilterFile >
270+ <excludeFilterFile >${project.basedir} /.. /spotbugs-excludeFilter.xml</excludeFilterFile >
271271 <plugins >
272272 <plugin >
273273 <groupId >com.h3xstream.findsecbugs</groupId >
You can’t perform that action at this time.
0 commit comments