Skip to content

Commit b3ce998

Browse files
authored
Merge pull request #24 from jottley/release-1.2.0.1
Release 1.2.0.1
2 parents 52c3796 + 6d21d84 commit b3ce998

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spring Social Salesforce [![Build Status](https://travis-ci.org/jottley/spring-social-salesforce.svg?branch=master)](https://travis-ci.org/jottley/spring-social-salesforce) [ ![Download](https://api.bintray.com/packages/jottley/jottley/spring-social-salesforce/images/download.svg?version=1.2.0.RELEASE) ](https://bintray.com/jottley/jottley/spring-social-salesforce/1.2.0.RELEASE/link)
1+
# Spring Social Salesforce [![Build Status](https://travis-ci.org/jottley/spring-social-salesforce.svg?branch=master)](https://travis-ci.org/jottley/spring-social-salesforce) [ ![Download](https://api.bintray.com/packages/jottley/jottley/spring-social-salesforce/images/download.svg?version=1.2.0.1.RELEASE) ](https://bintray.com/jottley/jottley/spring-social-salesforce/1.2.0.1.RELEASE/link)
22

33
Spring Social Salesforce is a Spring Social extension that provides connection support and api binding for Salesforce
44
REST API.
@@ -26,7 +26,7 @@ To include in your maven project use the following repository and dependency
2626
<dependency>
2727
<groupId>org.springframework.social</groupId>
2828
<artifactId>spring-social-salesforce</artifactId>
29-
<version>${salesforce.version}</version>
29+
<version>1.2.0.1.RELEASE</version>
3030
</dependency>
3131
...
3232
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.social</groupId>
77
<artifactId>spring-social-salesforce</artifactId>
8-
<version>1.2.0.RELEASE</version>
8+
<version>1.2.0.1.RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>spring-social-salesforce</name>
@@ -20,7 +20,7 @@
2020
<spring-social.version>1.1.4.RELEASE</spring-social.version>
2121
<httpclient.version>4.3.6</httpclient.version>
2222
<servlet.version>3.0.1</servlet.version>
23-
<jackson.version>2.6.1</jackson.version>
23+
<jackson.version>2.8.10</jackson.version>
2424
<joor.version>0.9.4</joor.version>
2525
<hamcrest.version>1.3</hamcrest.version>
2626
<junit.version>4.12</junit.version>

0 commit comments

Comments
 (0)