Skip to content

Commit 19bb952

Browse files
[maven-release-plugin] prepare release slack-client-1.11
1 parent 341ce21 commit 19bb952

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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.11-SNAPSHOT</version>
13+
<version>1.11</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>
@@ -81,4 +81,8 @@
8181
</dependency>
8282
</dependencies>
8383
</dependencyManagement>
84+
85+
<scm>
86+
<tag>slack-client-1.11</tag>
87+
</scm>
8488
</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.11-SNAPSHOT</version>
8+
<version>1.11</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.11-SNAPSHOT</version>
8+
<version>1.11</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.11-SNAPSHOT</version>
8+
<version>1.11</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.11-SNAPSHOT</version>
8+
<version>1.11</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)