Skip to content

Commit

Permalink
[maven-release-plugin] prepare release s3-decorators-0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Nov 22, 2024
1 parent 8fed6a2 commit 017ae16
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion failsafe-s3-decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>s3-decorators</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
</parent>

<artifactId>failsafe-s3-decorator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hystrix-s3-decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>s3-decorators</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
</parent>

<artifactId>hystrix-s3-decorator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-s3-decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>s3-decorators</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
</parent>

<artifactId>metrics-s3-decorator</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>s3-decorators</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
<packaging>pom</packaging>

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

<scm>
<tag>s3-decorators-0.11</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion s3-decorators-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>s3-decorators</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
</parent>

<artifactId>s3-decorators-core</artifactId>
Expand Down

0 comments on commit 017ae16

Please sign in to comment.