File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ spotbugs {
2525
2626dependencies {
2727 spotbugs(" com.github.spotbugs:spotbugs:4.7.3" )
28- spotbugsPlugins(" software.amazon.lambda.snapstart:aws-lambda-snapstart-java-rules:0.1 .0" )
28+ spotbugsPlugins(" software.amazon.lambda.snapstart:aws-lambda-snapstart-java-rules:0.2 .0" )
2929}
3030```
3131
@@ -52,7 +52,7 @@ Example:
5252 <plugin >
5353 <groupId >software.amazon.lambda.snapstart</groupId >
5454 <artifactId >aws-lambda-snapstart-java-rules</artifactId >
55- <version >0.1 .0</version >
55+ <version >0.2 .0</version >
5656 </plugin >
5757 </plugins >
5858 </configuration >
Original file line number Diff line number Diff line change 44
55 <groupId >software.amazon.lambda.snapstart</groupId >
66 <artifactId >aws-lambda-snapstart-java-rules</artifactId >
7- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.2.0 </version >
88 <name >${project.groupId} :${project.artifactId} </name >
99 <description >AWS Lambda SnapStart SpotBugs Rules</description >
1010 <url >https://github.com/aws/aws-lambda-snapstart-java-rules</url >
You can’t perform that action at this time.
0 commit comments