rjack-commons-pool 1.5.4.2-java → 1.5.5.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,6 @@
1
+ === 1.5.5.0 (2010-12-28)
2
+ * Upgrade to commons-pool 1.5.5
3
+
1
4
  === 1.5.4.2 (2010-9-1)
2
5
  * Remove require 'rubygems' from lib.
3
6
 
@@ -7,4 +7,4 @@ assembly.xml
7
7
  pom.xml
8
8
  lib/rjack-commons-pool/base.rb
9
9
  lib/rjack-commons-pool.rb
10
- lib/rjack-commons-pool/commons-pool-1.5.4.jar
10
+ lib/rjack-commons-pool/commons-pool-1.5.5.jar
@@ -18,10 +18,10 @@ module RJack
18
18
  module CommonsPool
19
19
 
20
20
  # Commons pool (java) version
21
- POOL_VERSION = '1.5.4'
21
+ POOL_VERSION = '1.5.5'
22
22
 
23
23
  # rjack gem version
24
- VERSION = POOL_VERSION + '.2'
24
+ VERSION = POOL_VERSION + '.0'
25
25
 
26
26
  POOL_DIR = File.dirname( __FILE__ ) # :nodoc:
27
27
  end
data/pom.xml CHANGED
@@ -11,7 +11,7 @@
11
11
  <dependency>
12
12
  <groupId>commons-pool</groupId>
13
13
  <artifactId>commons-pool</artifactId>
14
- <version>1.5.4</version>
14
+ <version>1.5.5</version>
15
15
  </dependency>
16
16
  </dependencies>
17
17
 
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 4
9
- - 2
10
- version: 1.5.4.2
8
+ - 5
9
+ - 0
10
+ version: 1.5.5.0
11
11
  platform: java
12
12
  authors:
13
13
  - David Kellum
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-01 00:00:00 -07:00
18
+ date: 2010-12-28 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -28,8 +28,8 @@ dependencies:
28
28
  segments:
29
29
  - 1
30
30
  - 2
31
- - 2
32
- version: 1.2.2
31
+ - 3
32
+ version: 1.2.3
33
33
  type: :development
34
34
  version_requirements: *id001
35
35
  description: A gem packaging of {Commons Pool}[http://commons.apache.org/pool/]
@@ -54,7 +54,7 @@ files:
54
54
  - pom.xml
55
55
  - lib/rjack-commons-pool/base.rb
56
56
  - lib/rjack-commons-pool.rb
57
- - lib/rjack-commons-pool/commons-pool-1.5.4.jar
57
+ - lib/rjack-commons-pool/commons-pool-1.5.5.jar
58
58
  has_rdoc: true
59
59
  homepage: http://rjack.rubyforge.org
60
60
  licenses: []