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

Commit 365c443

Browse files
committed
[maven-release-plugin] prepare release guava-helper-for-java-8-1.2.0
1 parent b442355 commit 365c443

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.2.0-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
</parent>
88
<artifactId>helper</artifactId>
99
<name>Helper for Guava on Java8</name>

pom.xml

Lines changed: 2 additions & 2 deletions
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.2.0-SNAPSHOT</version>
5+
<version>1.2.0</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>
@@ -16,7 +16,7 @@
1616
<connection>scm:git:git@github.com:KengoTODA/guava-helper-for-java-8.git</connection>
1717
<developerConnection>scm:git:git@github.com:KengoTODA/guava-helper-for-java-8.git</developerConnection>
1818
<url>git@github.com:KengoTODA/guava-helper-for-java-8.git</url>
19-
<tag>HEAD</tag>
19+
<tag>guava-helper-for-java-8-1.2.0</tag>
2020
</scm>
2121
<distributionManagement>
2222
<snapshotRepository>

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.2.0-SNAPSHOT</version>
6+
<version>1.2.0</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.2.0-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
</parent>
88
<artifactId>spotbugs-plugin</artifactId>
99
<name>SpotBugs plugin</name>

0 commit comments

Comments
 (0)