Skip to content

Commit

Permalink
[maven-release-plugin] prepare release beekeeper-parent-3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-oss-ci committed Nov 7, 2023
1 parent 6db5465 commit 4966b56
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion beekeeper-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-cleanup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-metadata-cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-metadata-cleanup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-path-cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-path-cleanup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-scheduler-apiary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-scheduler-apiary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-scheduler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-vacuum-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
</parent>

<artifactId>beekeeper-vacuum-tool</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>beekeeper-parent</artifactId>
<version>3.5.5-SNAPSHOT</version>
<version>3.5.5</version>
<description>Beekeeper is a service which manages the cleanup of tables and unreferenced S3 paths.</description>
<inceptionYear>2019</inceptionYear>
<packaging>pom</packaging>
Expand All @@ -31,7 +31,7 @@
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/beekeeper.git
</developerConnection>
<url>https://github.com/ExpediaGroup/beekeeper</url>
<tag>HEAD</tag>
<tag>beekeeper-parent-3.5.5</tag>
</scm>

<properties>
Expand Down

0 comments on commit 4966b56

Please sign in to comment.