Skip to content

Commit 3179748

Browse files
committed
[maven-release-plugin] prepare release findbugs-slf4j-1.2.4
1 parent 741803e commit 3179748

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bug-pattern/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>jp.skypencil.findbugs.slf4j</groupId>
55
<artifactId>findbugs-slf4j</artifactId>
6-
<version>1.2.4-SNAPSHOT</version>
6+
<version>1.2.4</version>
77
</parent>
88
<artifactId>bug-pattern</artifactId>
99
<url>https://github.com/KengoTODA/findbugs-slf4j</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>jp.skypencil.findbugs.slf4j</groupId>
99
<artifactId>findbugs-slf4j</artifactId>
10-
<version>1.2.4-SNAPSHOT</version>
10+
<version>1.2.4</version>
1111
<url>https://github.com/KengoTODA/findbugs-slf4j</url>
1212
<description>FindBugs plugin for SLF4J</description>
1313
<packaging>pom</packaging>

sonar-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>jp.skypencil.findbugs.slf4j</groupId>
55
<artifactId>findbugs-slf4j</artifactId>
6-
<version>1.2.4-SNAPSHOT</version>
6+
<version>1.2.4</version>
77
</parent>
88
<artifactId>sonar-plugin</artifactId>
99
<build>

test-case/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>jp.skypencil.findbugs.slf4j</groupId>
55
<artifactId>findbugs-slf4j</artifactId>
6-
<version>1.2.4-SNAPSHOT</version>
6+
<version>1.2.4</version>
77
</parent>
88
<artifactId>test-case</artifactId>
99
<build>

0 commit comments

Comments
 (0)