File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ spotbugs {
25
25
26
26
dependencies {
27
27
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" )
29
29
}
30
30
```
31
31
@@ -52,7 +52,7 @@ Example:
52
52
<plugin >
53
53
<groupId >software.amazon.lambda.snapstart</groupId >
54
54
<artifactId >aws-lambda-snapstart-java-rules</artifactId >
55
- <version >0.1 .0</version >
55
+ <version >0.2 .0</version >
56
56
</plugin >
57
57
</plugins >
58
58
</configuration >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >software.amazon.lambda.snapstart</groupId >
6
6
<artifactId >aws-lambda-snapstart-java-rules</artifactId >
7
- <version >0.1.1-SNAPSHOT </version >
7
+ <version >0.2.0 </version >
8
8
<name >${project.groupId} :${project.artifactId} </name >
9
9
<description >AWS Lambda SnapStart SpotBugs Rules</description >
10
10
<url >https://github.com/aws/aws-lambda-snapstart-java-rules</url >
You can’t perform that action at this time.
0 commit comments