Skip to content

Commit 446e932

Browse files
committed
Cleanup cont'd
1 parent 88bd14f commit 446e932

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.iml
22
*.ipr
33
*.iws
4+
.idea/
45
target/

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<groupId>com.foo.example</groupId>
23-
<artifactId>shiroWebApp</artifactId>
23+
<artifactId>apache-shiro-tutorial-webapp</artifactId>
2424
<version>1.0.0-SNAPSHOT</version>
25-
<name>Apache Shiro Webapp Tutorial</name>
25+
<name>Apache Shiro Tutorial Webapp</name>
2626
<packaging>war</packaging>
2727

2828
<properties>
@@ -77,7 +77,7 @@
7777
<version>${shiro.version}</version>
7878
</dependency>
7979

80-
<!-- Pull in Stormpath support (for quick Realm deployment): -->
80+
<!-- Stormpath support for quick Realm deployment: -->
8181
<dependency>
8282
<groupId>com.stormpath.shiro</groupId>
8383
<artifactId>stormpath-shiro-core</artifactId>

0 commit comments

Comments
 (0)