Skip to content

Commit d0b484e

Browse files
[maven-release-plugin] prepare release slack-client-1.17.2
1 parent 0e5e06e commit d0b484e

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.hubspot.slack</groupId>
1212
<artifactId>slack-client</artifactId>
13-
<version>1.17.2-SNAPSHOT</version>
13+
<version>1.17.2</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -98,4 +98,8 @@
9898
<email>jstehler@hubspot.com</email>
9999
</developer>
100100
</developers>
101+
102+
<scm>
103+
<tag>slack-client-1.17.2</tag>
104+
</scm>
101105
</project>

slack-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.slack</groupId>
77
<artifactId>slack-client</artifactId>
8-
<version>1.17.2-SNAPSHOT</version>
8+
<version>1.17.2</version>
99
</parent>
1010

1111
<artifactId>slack-base</artifactId>

slack-java-client-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.slack</groupId>
77
<artifactId>slack-client</artifactId>
8-
<version>1.17.2-SNAPSHOT</version>
8+
<version>1.17.2</version>
99
</parent>
1010

1111
<artifactId>slack-java-client-examples</artifactId>

slack-java-client-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.slack</groupId>
77
<artifactId>slack-client</artifactId>
8-
<version>1.17.2-SNAPSHOT</version>
8+
<version>1.17.2</version>
99
</parent>
1010

1111
<artifactId>slack-java-client-guice</artifactId>

slack-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.slack</groupId>
77
<artifactId>slack-client</artifactId>
8-
<version>1.17.2-SNAPSHOT</version>
8+
<version>1.17.2</version>
99
</parent>
1010

1111
<artifactId>slack-java-client</artifactId>

slack-request-verifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.slack</groupId>
77
<artifactId>slack-client</artifactId>
8-
<version>1.17.2-SNAPSHOT</version>
8+
<version>1.17.2</version>
99
</parent>
1010

1111
<artifactId>slack-request-verifier</artifactId>

0 commit comments

Comments
 (0)