Skip to content

Commit

Permalink
[maven-release-plugin] prepare release slack-client-1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Apr 30, 2024
1 parent 767dcb7 commit b0b7e82
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 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.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -85,4 +85,8 @@
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>slack-client-1.15.1</tag>
</scm>
</project>
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.15.1-SNAPSHOT</version>
<version>1.15.1</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.15.1-SNAPSHOT</version>
<version>1.15.1</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.15.1-SNAPSHOT</version>
<version>1.15.1</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.15.1-SNAPSHOT</version>
<version>1.15.1</version>
</parent>

<artifactId>slack-java-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slack-request-verifier/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.15.1-SNAPSHOT</version>
<version>1.15.1</version>
</parent>

<artifactId>slack-request-verifier</artifactId>
Expand Down

0 comments on commit b0b7e82

Please sign in to comment.