Skip to content

Commit 5de99cf

Browse files
committed
Updated artifactId of sc-gateway
1 parent 6a4e50d commit 5de99cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

services-gateway/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
@@ -8,7 +10,7 @@
810
<version>2.11.1-SNAPSHOT</version>
911
</parent>
1012

11-
<artifactId>services-gateway</artifactId>
13+
<artifactId>scalecube-services-gateway</artifactId>
1214
<packaging>jar</packaging>
1315

1416
<dependencies>

0 commit comments

Comments
 (0)