Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Jan 10, 2025
1 parent 59b6dbb commit f7df306
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cloud-gateway-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions cloud-gateway-logger-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>cloud-gateway-logger-clickhouse</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway-core</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions cloud-gateway-logger-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>cloud-gateway-logger-file</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway-core</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions cloud-gateway-resources-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway-core</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>

<!-- Test -->
Expand Down
8 changes: 4 additions & 4 deletions cloud-gateway-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>cloud-gateway-server</artifactId>
<packaging>jar</packaging>
Expand All @@ -18,17 +18,17 @@
<dependency>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway-logger-clickhouse</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway-logger-file</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway-resources-overlay</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.ethlo.lamebda</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.ethlo.http</groupId>
<artifactId>cloud-gateway</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<packaging>pom</packaging>
<description>Spring Cloud Gateway powered reverse proxy</description>
<modules>
Expand Down

0 comments on commit f7df306

Please sign in to comment.