Skip to content

Commit c0b8b63

Browse files
Ericdsyer
authored andcommitted
Make maven tree display more friendly
Signed-off-by: Eric <[email protected]>
1 parent 6198fe0 commit c0b8b63

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

samples/grpc-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-client-sample</artifactId>
1414
<version>0.6.0-SNAPSHOT</version>
15-
<name>Spring gRPC Server Sample</name>
15+
<name>Spring gRPC Client Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
1818
<licenses>
@@ -175,4 +175,4 @@
175175
</pluginRepositories>
176176

177177

178-
</project>
178+
</project>

samples/grpc-secure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-secure-sample</artifactId>
1414
<version>0.6.0-SNAPSHOT</version>
15-
<name>Spring gRPC Server Sample</name>
15+
<name>Spring gRPC Secure Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
1818
<licenses>

samples/grpc-tomcat-secure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-tomcat-secure-sample</artifactId>
1414
<version>0.6.0-SNAPSHOT</version>
15-
<name>Spring gRPC Server Sample</name>
15+
<name>Spring gRPC Tomcat Secure Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
1818
<licenses>

samples/grpc-tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-tomcat-sample</artifactId>
1414
<version>0.6.0-SNAPSHOT</version>
15-
<name>Spring gRPC Server Sample</name>
15+
<name>Spring gRPC Tomcat Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
1818
<licenses>

samples/grpc-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-webflux-sample</artifactId>
1414
<version>0.6.0-SNAPSHOT</version>
15-
<name>Spring gRPC Server Sample</name>
15+
<name>Spring gRPC Webflux Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
1818
<licenses>

0 commit comments

Comments
 (0)