solr_sail 0.0.4-java → 0.0.5-java
Sign up to get free protection for your applications and to get access to all the features.
- data/Jarfile.lock +1 -0
- data/VERSION +1 -1
- data/pom.xml +6 -1
- data/{solr_sail-0.0.4.jar → solr_sail-0.0.5.jar} +0 -0
- metadata +2 -2
data/Jarfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
data/pom.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
<groupId>com.tobedevoured</groupId>
|
6
6
|
<artifactId>solr_sail</artifactId>
|
7
|
-
<version>0.0.
|
7
|
+
<version>0.0.5</version>
|
8
8
|
<packaging>jar</packaging>
|
9
9
|
|
10
10
|
<name>Solr Sail</name>
|
@@ -45,6 +45,11 @@
|
|
45
45
|
<name>JBoss Repository</name>
|
46
46
|
<url>http://repository.jboss.org/nexus/content/groups/public-jboss</url>
|
47
47
|
</repository>
|
48
|
+
<repository>
|
49
|
+
<id>oss.sonatype.org</id>
|
50
|
+
<name>Sonatype Repository</name>
|
51
|
+
<url>https://oss.sonatype.org/content/groups/public</url>
|
52
|
+
</repository>
|
48
53
|
</repositories>
|
49
54
|
|
50
55
|
<properties>
|
Binary file
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: solr_sail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.5
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Michael Guymon
|
@@ -122,7 +122,7 @@ files:
|
|
122
122
|
- lib/solr_sail/cli.rb
|
123
123
|
- lib/solr_sail/version.rb
|
124
124
|
- pom.xml
|
125
|
-
- solr_sail-0.0.
|
125
|
+
- solr_sail-0.0.5.jar
|
126
126
|
homepage: http://github.com/mguymon/solr_sail
|
127
127
|
licenses:
|
128
128
|
- MIT
|