Skip to content

Commit

Permalink
updating poms for branch'release-1.30' with non-snapshot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot authored and santanusinha committed Sep 25, 2024
1 parent 2a02a5a commit f4e4642
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion drove-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drove-client-httpcomponent-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.phonepe.drove</groupId>
<artifactId>drove</artifactId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>

<artifactId>drove-client-httpcomponent-transport</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drove-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drove-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drove-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drove-events-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.phonepe.drove</groupId>
<artifactId>drove</artifactId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>

<artifactId>drove-events-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drove-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drove-hazelcast-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drove-ignite-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.phonepe.drove</groupId>
<artifactId>drove</artifactId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<artifactId>drove-ignite-discovery</artifactId>
<name>drove-ignite-discovery</name>
Expand Down
2 changes: 1 addition & 1 deletion drove-jobexecutor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drove-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drove-statemachine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>drove</artifactId>
<groupId>com.phonepe.drove</groupId>
<version>1.30-SNAPSHOT</version>
<version>1.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.phonepe.drove</groupId>
<artifactId>drove</artifactId>
<packaging>pom</packaging>
<version>1.29</version>
<version>1.30</version>
<name>Drove</name>
<url>https://github.com/PhonePe/drove</url>
<description>Distributed Container Orchestrator</description>
Expand Down

0 comments on commit f4e4642

Please sign in to comment.