Skip to content

Commit

Permalink
[maven-release-plugin] prepare release beekeeper-parent-3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-oss-ci committed Sep 14, 2023
1 parent 6b46a3a commit 67b7ec4
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 13 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.4-SNAPSHOT</version>
<version>3.5.4</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.4-SNAPSHOT</version>
<version>3.5.4</version>
</parent>

<artifactId>beekeeper-cleanup</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions beekeeper-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>beekeeper-parent</artifactId>
<groupId>com.expediagroup</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</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.4-SNAPSHOT</version>
<version>3.5.4</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.4-SNAPSHOT</version>
<version>3.5.4</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.4-SNAPSHOT</version>
<version>3.5.4</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.4-SNAPSHOT</version>
<version>3.5.4</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.4-SNAPSHOT</version>
<version>3.5.4</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.4-SNAPSHOT</version>
<version>3.5.4</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.4-SNAPSHOT</version>
<version>3.5.4</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.4</tag>
</scm>

<properties>
Expand Down

0 comments on commit 67b7ec4

Please sign in to comment.