Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #45 from habuma/master
Browse files Browse the repository at this point in the history
Fix dependency versions in reference docs.
  • Loading branch information
Craig Walls committed Feb 2, 2012
2 parents c98bcbd + 42444c7 commit 3b02cac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/reference/docbook/overview.xml
Expand Up @@ -241,13 +241,13 @@
Spring Framework 3.1 is recommended to take advantage of several RestTemplate improvements.
</para>
<para>
If you are using Spring Social with Spring Framework 3.0.5 or >, make sure you explicitly add the spring-web dependency to your build:
If you are using Spring Social with Spring Framework 3.0.x (3.0.5 or >), make sure you explicitly add the spring-web dependency to your build:
</para>
<programlisting language="xml"><![CDATA[
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.6.RELEASE</version>
<version>3.0.7.RELEASE</version>
</dependency>]]>
</programlisting>
<para>
Expand All @@ -274,7 +274,7 @@ dependencies {
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>3.1.0.RC3</version>
<version>3.1.0.RELEASE</version>
</dependency>]]>
</programlisting>
</section>
Expand All @@ -293,7 +293,7 @@ dependencies {
</dependency>]]>
</programlisting>
<para>
Although shown here to depend on version 4.1.1 of the HttpClient library, Spring Social can also with with 4.0.X versions of HttpClient.
Although shown here to depend on version 4.1.2 of the HttpClient library, Spring Social can also work with 4.0.X versions of HttpClient.
</para>
</section>
<section id="overview-dependencies-jackson">
Expand Down

0 comments on commit 3b02cac

Please sign in to comment.