rjack-qpid-client 0.18.1-java → 0.20.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ === 0.20.0 (2013-2-6)
2
+ * Upgrade to Qpid java client 0.20
3
+
1
4
  === 0.18.1 (2012-11-9)
2
5
  * Fix nil access on lookup of a destination not configured. Now
3
6
  correctly raises NameNotFoundException (#2)
@@ -9,5 +9,5 @@ lib/rjack-qpid-client/base.rb
9
9
  lib/rjack-qpid-client.rb
10
10
  lib/rjack-qpid-client/qpid_jms_context.rb
11
11
  test/test_qpid_client.rb
12
- lib/rjack-qpid-client/qpid-client-0.18.jar
13
- lib/rjack-qpid-client/qpid-common-0.18.jar
12
+ lib/rjack-qpid-client/qpid-client-0.20.jar
13
+ lib/rjack-qpid-client/qpid-common-0.20.jar
data/NOTICE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  rjack-qpid-client gem
2
- Copyright (c) 2011-2012 David Kellum
2
+ Copyright (c) 2011-2013 David Kellum
3
3
 
4
4
  This product includes software developed by:
5
5
 
@@ -12,7 +12,7 @@ A gem packaging of the {Qpid}[http://qpid.apache.org/] AMQP Java Client.
12
12
 
13
13
  === rjack-qpid-client gem
14
14
 
15
- Copyright (c) 2011-2012 David Kellum
15
+ Copyright (c) 2011-2013 David Kellum
16
16
 
17
17
  Licensed under the Apache License, Version 2.0 (the "License"); you
18
18
  may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2012 David Kellum
2
+ # Copyright (c) 2011-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2012 David Kellum
2
+ # Copyright (c) 2011-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -18,10 +18,10 @@ module RJack
18
18
  module QpidClient
19
19
 
20
20
  # QpidClient (java) version
21
- QPID_VERSION = '0.18'
21
+ QPID_VERSION = '0.20'
22
22
 
23
23
  # rjack gem version
24
- VERSION = QPID_VERSION + '.1'
24
+ VERSION = QPID_VERSION + '.0'
25
25
 
26
26
  LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
27
27
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2012 David Kellum
2
+ # Copyright (c) 2011-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
data/pom.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  <dependency>
16
16
  <groupId>org.apache.qpid</groupId>
17
17
  <artifactId>qpid-client</artifactId>
18
- <version>0.18</version>
18
+ <version>0.20</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2011-2012 David Kellum
5
+ # Copyright (c) 2011-2013 David Kellum
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License"); you
8
8
  # may not use this file except in compliance with the License. You
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rjack-qpid-client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.18.1
5
+ version: 0.20.0
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-10 00:00:00.000000000 Z
12
+ date: 2013-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rjack-jms
@@ -123,8 +123,8 @@ files:
123
123
  - lib/rjack-qpid-client.rb
124
124
  - lib/rjack-qpid-client/qpid_jms_context.rb
125
125
  - test/test_qpid_client.rb
126
- - lib/rjack-qpid-client/qpid-client-0.18.jar
127
- - lib/rjack-qpid-client/qpid-common-0.18.jar
126
+ - lib/rjack-qpid-client/qpid-client-0.20.jar
127
+ - lib/rjack-qpid-client/qpid-common-0.20.jar
128
128
  homepage: http://rjack.rubyforge.org/qpid-client
129
129
  licenses: []
130
130
  post_install_message: