Skip to content

Commit 54af577

Browse files
[maven-release-plugin] prepare release slack-client-1.17.3
1 parent 309f0d3 commit 54af577

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-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.3-SNAPSHOT</version>
13+
<version>1.17.3</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.3</tag>
104+
</scm>
101105
</project>

slack-base/pom.xml

Lines changed: 5 additions & 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.3-SNAPSHOT</version>
8+
<version>1.17.3</version>
99
</parent>
1010

1111
<artifactId>slack-base</artifactId>
@@ -84,4 +84,8 @@
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>
87+
88+
<scm>
89+
<tag>slack-client-1.17.3</tag>
90+
</scm>
8791
</project>

slack-java-client-examples/pom.xml

Lines changed: 5 additions & 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.3-SNAPSHOT</version>
8+
<version>1.17.3</version>
99
</parent>
1010

1111
<artifactId>slack-java-client-examples</artifactId>
@@ -63,4 +63,8 @@
6363
<scope>runtime</scope>
6464
</dependency>
6565
</dependencies>
66+
67+
<scm>
68+
<tag>slack-client-1.17.3</tag>
69+
</scm>
6670
</project>

slack-java-client-guice/pom.xml

Lines changed: 5 additions & 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.3-SNAPSHOT</version>
8+
<version>1.17.3</version>
99
</parent>
1010

1111
<artifactId>slack-java-client-guice</artifactId>
@@ -32,4 +32,8 @@
3232
</dependency>
3333
</dependencies>
3434

35+
36+
<scm>
37+
<tag>slack-client-1.17.3</tag>
38+
</scm>
3539
</project>

slack-java-client/pom.xml

Lines changed: 5 additions & 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.3-SNAPSHOT</version>
8+
<version>1.17.3</version>
99
</parent>
1010

1111
<artifactId>slack-java-client</artifactId>
@@ -93,4 +93,8 @@
9393
<scope>test</scope>
9494
</dependency>
9595
</dependencies>
96+
97+
<scm>
98+
<tag>slack-client-1.17.3</tag>
99+
</scm>
96100
</project>

slack-request-verifier/pom.xml

Lines changed: 5 additions & 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.3-SNAPSHOT</version>
8+
<version>1.17.3</version>
99
</parent>
1010

1111
<artifactId>slack-request-verifier</artifactId>
@@ -50,4 +50,8 @@
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>
53+
54+
<scm>
55+
<tag>slack-client-1.17.3</tag>
56+
</scm>
5357
</project>

0 commit comments

Comments
 (0)