Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit b442355

Browse files
committed
build: bump up minor version
1 parent b803012 commit b442355

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

helper/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.guava</groupId>
55
<artifactId>guava-helper-for-java-8</artifactId>
6-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>helper</artifactId>
99
<name>Helper for Guava on Java8</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>jp.skypencil.guava</groupId>
44
<artifactId>guava-helper-for-java-8</artifactId>
5-
<version>1.1.1-SNAPSHOT</version>
5+
<version>1.2.0-SNAPSHOT</version>
66
<url>https://github.com/KengoTODA/guava-helper-for-java-8</url>
77
<name>Guava Helper for Java 8</name>
88
<description>A tool set to help developer to use Guava with Java 8</description>

sonarqube-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM sonarqube:7.9-community
22

33
ENV SONAR_FINDBUGS_VERSION=3.11.0
4-
ENV GUAVA_HELPER_VERSION=1.1.1-SNAPSHOT
4+
ENV GUAVA_HELPER_VERSION=1.2.0-SNAPSHOT
55

66
RUN wget -O $SONARQUBE_HOME/extensions/plugins/sonar-findbugs-plugin-$SONAR_FINDBUGS_VERSION.jar --no-verbose https://github.com/spotbugs/sonar-findbugs/releases/download/$SONAR_FINDBUGS_VERSION/sonar-findbugs-plugin-$SONAR_FINDBUGS_VERSION.jar
77
COPY target/guava-helper-sonarqube-plugin-$GUAVA_HELPER_VERSION.jar $SONARQUBE_HOME/extensions/plugins/

sonarqube-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ About the provided rules, see [README.md](../README.md#spotbugs-plugin) in this
77

88
|Guava Migration Helper Version|SonarQube Version|SonarJava Version|sonar-findbugs Version|
99
|----|----|----|----|
10-
|v1.1.0|v7.9.0|v5.13.1.18282|v3.11|
10+
|v1.2.0|v7.9.0|v5.13.1.18282|v3.11|
1111
|v1.0.5|v6.7.4|v5.1.0.13090|v3.5|
1212
|v1.0.4|v5.6.6|v4.0|v3.5|
1313

sonarqube-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.guava</groupId>
55
<artifactId>guava-helper-for-java-8</artifactId>
6-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>guava-helper-sonarqube-plugin</artifactId>
99
<name>SonarQube plugin</name>

spotbugs-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.guava</groupId>
55
<artifactId>guava-helper-for-java-8</artifactId>
6-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>spotbugs-plugin</artifactId>
99
<name>SpotBugs plugin</name>

0 commit comments

Comments
 (0)