浏览代码

Make project name consistent with other MVN modules.

Ben Alex 17 年之前
父节点
当前提交
1694242855
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/tutorial/pom.xml

+ 1 - 1
samples/tutorial/pom.xml

@@ -8,7 +8,7 @@
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-tutorial</artifactId>
-    <name>Spring Security Samples - Tutorial</name>
+    <name>Spring Security - Tutorial sample</name>
     <packaging>war</packaging>
     <dependencies>
         <dependency>