Skip to content

Commit 026229d

Browse files
committed
Set project-name where missing
1 parent 5e5ec42 commit 026229d

File tree

2 files changed

+8
-2
lines changed
  • services-transport-parent

2 files changed

+8
-2
lines changed

services-transport-parent/services-transport-jackson/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<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">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>
@@ -8,6 +10,7 @@
810
</parent>
911

1012
<artifactId>scalecube-services-transport-jackson</artifactId>
13+
<name>${project.artifactId}</name>
1114

1215
<dependencies>
1316
<dependency>

services-transport-parent/services-transport-rsocket/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<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">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>
@@ -8,6 +10,7 @@
810
</parent>
911

1012
<artifactId>scalecube-services-transport-rsocket</artifactId>
13+
<name>${project.artifactId}</name>
1114

1215
<dependencies>
1316
<dependency>

0 commit comments

Comments
 (0)