capistrano-karaf 1.8.4 → 1.8.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8dd125d271ef479fdd7468ef725f2d71fe9081d0
4
- data.tar.gz: 236381e74bb0b408a987a4db6a689700f916f840
3
+ metadata.gz: a835204b89dabd92f9593c715b34249de5484a4a
4
+ data.tar.gz: cdcef1d904d266a3ccf5e37a492ed1255f63312c
5
5
  SHA512:
6
- metadata.gz: eff07db9277c9656b6f835eddf49960c30b4adaa4a8f9b91f59ac4cd2c8e4c37c37f8e9fba0e0253d71040521cb7a9fbe6a26417fb01dae68fc0d2a07e9631ad
7
- data.tar.gz: b348f1993732ba1f74a81269e858cb8f673c8b080bf4f103cfacf375b328c3e52597c6e145f60703e6da19a4234e117c31bb0b263e024760d1eed6957743da21
6
+ metadata.gz: 0b3da15ae2c989d424fa818c93c32cfb023dafadd3f5bf3cf8cc340a2ac25aa1aae2201fbfefed3f822c8ff99cd3e7d3a9dcf5a682c67fa67629cec807189ad1
7
+ data.tar.gz: 655f587ad4c9d57d63678295abcf47b336a9d6db65a190d51ca1ca45442dbf2e1dcf510b50c69293240a5e1b3b0e6b9a15248a155fa84cdaec06ced3ec84e4fd
@@ -169,7 +169,7 @@ module Install
169
169
  private
170
170
  def latest_snapshot_version (groupId, artifactId)
171
171
  groupId1 = groupId.split('.').join('/')
172
- url = "http://nexus.colo.elex.be:8081/nexus/content/groups/public-snapshots/#{groupId1}/#{artifactId}/maven-metadata.xml"
172
+ url = "http://nexus.colo.elex.be:8081/nexus/content/groups/snapshots/#{groupId1}/#{artifactId}/maven-metadata.xml"
173
173
  uri = URI(url)
174
174
  maven_metadata = Net::HTTP.get(uri)
175
175
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-karaf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.4
4
+ version: 1.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brecht Hoflack