Skip to content

Commit 5c8e025

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 0d426e0 commit 5c8e025

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

pom.xml

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

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -106,8 +106,4 @@
106106
<email>[email protected]</email>
107107
</developer>
108108
</developers>
109-
110-
<scm>
111-
<tag>slack-client-1.16.16</tag>
112-
</scm>
113109
</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.16.16</version>
8+
<version>1.16.17-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.16.16</version>
8+
<version>1.16.17-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.16.16</version>
8+
<version>1.16.17-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.16.16</version>
8+
<version>1.16.17-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.16.16</version>
8+
<version>1.16.17-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)