Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani committed Jul 25, 2024
1 parent 893eb2e commit e47fd61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion baseapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.lyft.data</groupId>
<artifactId>prestogateway-parent</artifactId>
<version>1.9.6-SNAPSHOT</version>
<version>${project.parent.version}</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.lyft.data</groupId>
<artifactId>prestogateway-parent</artifactId>
<version>1.9.6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<artifactId>gateway-ha</artifactId>
<version>${project.parent.version}</version>
<packaging>jar</packaging>
<name>gateway-ha</name>

Expand Down
2 changes: 1 addition & 1 deletion proxyserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.lyft.data</groupId>
<artifactId>prestogateway-parent</artifactId>
<version>1.9.6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<artifactId>proxyserver</artifactId>
<version>${project.parent.version}</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit e47fd61

Please sign in to comment.