rjack-solr 4.2.1.0-java → 4.2.1.1-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
+ === 4.2.1.1 (2013-5-6)
2
+ * Fix rjack-jetty-jsp dependency: 7.6.7.0 is current for 7.6.x series.
3
+
1
4
  === 4.2.1.0 (2013-5-5)
2
5
  * Upgrade to Solr 4.2.1
3
6
  * Upgrades lucene ~> 4.2.1; rjack-jetty >= 7.6.9, < 9.1;
@@ -16,7 +16,7 @@ release's sample config:
16
16
 
17
17
  % mkdir -p /var/local/rjack-solr
18
18
  % cd /var/local/rjack-solr
19
- % svn checkout http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_1_0/solr/example/solr/collection1
19
+ % svn checkout http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_2_1/solr/example/solr/collection1
20
20
 
21
21
  # Edit collection1/conf/schema.xml and remove/comment out the text_ja fieldType
22
22
  # The Kuromoji Japanese Morphological is not included in
@@ -23,7 +23,7 @@
23
23
  #++
24
24
 
25
25
  require 'rubygems'
26
- gem( "rjack-solr", "= 4.2.1.0" )
26
+ gem( "rjack-solr", "= 4.2.1.1" )
27
27
 
28
28
  module BinScript
29
29
 
@@ -21,7 +21,7 @@ module RJack
21
21
  CORE_VERSION = '4.2.1'
22
22
 
23
23
  # rjack gem version
24
- VERSION = CORE_VERSION + '.0'
24
+ VERSION = CORE_VERSION + '.1'
25
25
 
26
26
  LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
27
27
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rjack-solr
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 4.2.1.0
5
+ version: 4.2.1.1
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-05 00:00:00.000000000 Z
12
+ date: 2013-05-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rjack-commons-codec
@@ -77,7 +77,7 @@ dependencies:
77
77
  requirements:
78
78
  - - ! '>='
79
79
  - !ruby/object:Gem::Version
80
- version: 7.6.9
80
+ version: 7.6.7
81
81
  - - <
82
82
  - !ruby/object:Gem::Version
83
83
  version: '9.1'
@@ -86,7 +86,7 @@ dependencies:
86
86
  requirements:
87
87
  - - ! '>='
88
88
  - !ruby/object:Gem::Version
89
- version: 7.6.9
89
+ version: 7.6.7
90
90
  - - <
91
91
  - !ruby/object:Gem::Version
92
92
  version: '9.1'