Skip to content

Commit

Permalink
Updated artifactId of sc-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Jun 22, 2023
1 parent 6a4e50d commit 5de99cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions services-gateway/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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>
Expand All @@ -8,7 +10,7 @@
<version>2.11.1-SNAPSHOT</version>
</parent>

<artifactId>services-gateway</artifactId>
<artifactId>scalecube-services-gateway</artifactId>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit 5de99cf

Please sign in to comment.