solr_sail 0.0.4-java → 0.0.5-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.
data/Jarfile.lock CHANGED
@@ -86,3 +86,4 @@ scopes:
86
86
  repositories:
87
87
  - http://repo1.maven.org/maven2/
88
88
  - http://repository.jboss.org/nexus/content/groups/public-jboss
89
+ - https://oss.sonatype.org/content/groups/public
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
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.4</version>
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>
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.4
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.4.jar
125
+ - solr_sail-0.0.5.jar
126
126
  homepage: http://github.com/mguymon/solr_sail
127
127
  licenses:
128
128
  - MIT