Skip to content

Commit

Permalink
New Release: slack-client-1.3 (#106)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release slack-client-1.3

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
hs-jenkins-bot authored and mindspin311 committed Sep 13, 2019
1 parent 36b512f commit 0f9ccda
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.hubspot.slack</groupId>
<artifactId>slack-client</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion slack-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.slack</groupId>
<artifactId>slack-client</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>slack-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slack-java-client-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.slack</groupId>
<artifactId>slack-client</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>slack-java-client-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slack-java-client-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.slack</groupId>
<artifactId>slack-client</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>slack-java-client-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slack-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.slack</groupId>
<artifactId>slack-client</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>slack-java-client</artifactId>
Expand Down

0 comments on commit 0f9ccda

Please sign in to comment.