Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 82d5848

Browse files
committed
Updated per @mrioan
1 parent 1531566 commit 82d5848

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
project = u'Stormpath Default Spring Boot Starter'
8686
apptype = u'application'
8787
elif tags.has('spring'):
88-
project = u'Stormpath Spring Security WebMVC Integration'
88+
project = u'Stormpath Spring WebMVC Integration'
8989
apptype = u'application'
9090

9191
copyright = '%s, Stormpath, Inc' % datetime.datetime.now().year

docs/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Did you experience any problems with this quickstart? It might not have worked
312312
<properties>
313313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
314314
<java.version>1.8</java.version>
315-
<spring-security.version>4.1.3.RELEASE</spring-security.version>
315+
<spring-security.version>4.2.0.RELEASE</spring-security.version>
316316
</properties>
317317
318318
<dependencies>
@@ -353,7 +353,7 @@ That was just a little example of how much functionality is ready right out of t
353353

354354
#if( $servlet or $spring or $springboot )
355355

356-
Dig in to our `examples`_ to see more Stormpath Spring Boot in action.
356+
Dig in to our `examples`_ to see more |project| in action.
357357

358358
#end
359359

0 commit comments

Comments
 (0)