Skip to content

Commit 02f7170

Browse files
authored
Merge pull request #411 from HubSpot/js-bump-1-17-1
bump to 1.17.1-snap
2 parents d47c8fc + 97d86c2 commit 02f7170

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 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.0-SNAPSHOT</version>
13+
<version>1.17.1-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>

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.0-SNAPSHOT</version>
8+
<version>1.17.1-SNAPSHOT</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.0-SNAPSHOT</version>
8+
<version>1.17.1-SNAPSHOT</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.0-SNAPSHOT</version>
8+
<version>1.17.1-SNAPSHOT</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.0-SNAPSHOT</version>
8+
<version>1.17.1-SNAPSHOT</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.0-SNAPSHOT</version>
8+
<version>1.17.1-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)