Skip to content

Commit

Permalink
Update Spymemcached version from 2.6 to 2.11.4.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1631273 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
garydgregory committed Oct 13, 2014
1 parent a731562 commit 68a2f45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Release 4.4-BETA2
* Update Ehcache version from 2.2.0 to 2.6.9.
Contributed by Gary Gregory <ggregory at apache.org>

* Update Ehcache version from 2.2.0 to 2.6.9.
Contributed by Gary Gregory <ggregory at apache.org>

* Update Spymemcached version from 2.6 to 2.11.4.
Contributed by Gary Gregory <ggregory at apache.org>


Release 4.4 BETA1
-------------------
Expand Down
2 changes: 1 addition & 1 deletion httpclient-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>spy</groupId>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<scope>compile</scope>
<optional>true</optional>
Expand Down
16 changes: 2 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<commons-logging.version>1.2</commons-logging.version>
<commons-codec.version>1.9</commons-codec.version>
<ehcache.version>2.6.9</ehcache.version>
<memcached.version>2.6</memcached.version>
<memcached.version>2.11.4</memcached.version>
<slf4j.version>1.5.11</slf4j.version>
<junit.version>4.11</junit.version>
<easymock.version>2.5.2</easymock.version>
Expand All @@ -80,18 +80,6 @@
<api.comparison.version>4.3</api.comparison.version>
</properties>

<repositories>
<repository>
<id>spy</id>
<name>Spy Repository</name>
<layout>default</layout>
<url>http://files.couchbase.com/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -120,7 +108,7 @@
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>spy</groupId>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<version>${memcached.version}</version>
</dependency>
Expand Down

0 comments on commit 68a2f45

Please sign in to comment.