Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Donald committed Aug 27, 2011
1 parent 77ebc38 commit 07f1061
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/src/reference/docbook/overview.xml
Expand Up @@ -126,7 +126,7 @@
</dependency>]]>
</programlisting>
<para>
If you are developing against a milestone or release candidate version, such as 1.0.0.RC1, you will need to add the following repository in order to resolve the artifact:
If you are developing against a milestone or release candidate version, such as 1.0.0.M1 or 1.0.0.RC1, you will need to add the following repository in order to resolve the artifact:
</para>
<programlisting language="xml"><![CDATA[
<repository>
Expand Down Expand Up @@ -246,13 +246,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, make sure you explicitly add the spring-web dependency to your build:
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:
</para>
<programlisting language="xml"><![CDATA[
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.5.RELEASE</version>
<version>3.0.6.RELEASE</version>
</dependency>]]>
</programlisting>
<para>
Expand All @@ -264,8 +264,7 @@
</para>
<programlisting language="java"><![CDATA[
dependencies {
compile ("org.springframework.social:spring-social-core:1.0.0.RC1")
compile ("org.springframework:spring-web:3.0.5.RELEASE") { force=true }
compile ("org.springframework:spring-web:3.0.6.RELEASE") { force=true }
}]]>
</programlisting>
</section>
Expand Down Expand Up @@ -306,7 +305,7 @@ dependencies {
<title>Jackson JSON Processor</title>
<para>
Spring Social's provider API bindings rely on the <ulink url="http://jackson.codehaus.org/">Jackson JSON Processor</ulink> to map JSON responses to Java objects.
Each binding, such as Facebook or Twitter, transitively depends on Jackson 1.8.2, so there's nothing special to do to add Jackson to your project's Maven or Gradle build.
Each binding, such as Facebook or Twitter, transitively depends on Jackson 1.8, so there's nothing special to do to add Jackson to your project's Maven or Gradle build.
</para>
</section>
</section>
Expand Down

0 comments on commit 07f1061

Please sign in to comment.