Skip to content

Commit f235f29

Browse files
[maven-release-plugin] prepare release slack-client-1.17.16
1 parent 6b8544a commit f235f29

6 files changed

Lines changed: 30 additions & 6 deletions

File tree

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.16-SNAPSHOT</version>
13+
<version>1.17.16</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.16</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.16-SNAPSHOT</version>
8+
<version>1.17.16</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.16</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.16-SNAPSHOT</version>
8+
<version>1.17.16</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.16</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.16-SNAPSHOT</version>
8+
<version>1.17.16</version>
99
</parent>
1010

1111
<artifactId>slack-java-client-guice</artifactId>
@@ -31,4 +31,8 @@
3131
<scope>test</scope>
3232
</dependency>
3333
</dependencies>
34+
35+
<scm>
36+
<tag>slack-client-1.17.16</tag>
37+
</scm>
3438
</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.16-SNAPSHOT</version>
8+
<version>1.17.16</version>
99
</parent>
1010

1111
<artifactId>slack-java-client</artifactId>
@@ -101,4 +101,8 @@
101101
<scope>test</scope>
102102
</dependency>
103103
</dependencies>
104+
105+
<scm>
106+
<tag>slack-client-1.17.16</tag>
107+
</scm>
104108
</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.16-SNAPSHOT</version>
8+
<version>1.17.16</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.16</tag>
56+
</scm>
5357
</project>

0 commit comments

Comments
 (0)