Browse Source

Make project name consistent with other MVN modules.

Ben Alex 17 years ago
parent
commit
1694242855
1 changed files with 1 additions and 1 deletions
  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>