Skip to content

Commit

Permalink
[maven-release-plugin] prepare release findbugs-slf4j-1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Sep 18, 2015
1 parent 918692e commit cde6cca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bug-pattern/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>jp.skypencil.findbugs.slf4j</groupId>
<artifactId>findbugs-slf4j</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
</parent>
<artifactId>bug-pattern</artifactId>
<url>https://github.com/KengoTODA/findbugs-slf4j</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>jp.skypencil.findbugs.slf4j</groupId>
<artifactId>findbugs-slf4j</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
<url>https://github.com/KengoTODA/findbugs-slf4j</url>
<description>FindBugs plugin for SLF4J</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sonar-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>jp.skypencil.findbugs.slf4j</groupId>
<artifactId>findbugs-slf4j</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
</parent>
<artifactId>sonar-plugin</artifactId>
<build>
Expand Down
2 changes: 1 addition & 1 deletion test-case/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>jp.skypencil.findbugs.slf4j</groupId>
<artifactId>findbugs-slf4j</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
</parent>
<artifactId>test-case</artifactId>
<build>
Expand Down

0 comments on commit cde6cca

Please sign in to comment.