maven-tools 0.33.2 → 0.33.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,14 +54,6 @@ module Maven
54
54
  File.read(@lockfile).each_line do |line|
55
55
  line.strip!
56
56
  if line.size > 0 && !(line =~ /^\s*#/)
57
- # fix the classifier and version position
58
- if line.count( ':' ) == 4
59
- parts = line.split( ':' )
60
- p = parts.last
61
- parts[ 4 ] = parts[ 3 ]
62
- parts[ 3 ] = p
63
- line = parts.join( ':' )
64
- end
65
57
  _locked << line
66
58
  end
67
59
  end
@@ -20,6 +20,6 @@
20
20
  #
21
21
  module Maven
22
22
  module Tools
23
- VERSION = '0.33.2'.freeze
23
+ VERSION = '0.33.3'.freeze
24
24
  end
25
25
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: maven-tools
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.33.2
5
+ version: 0.33.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Christian Meier
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-18 00:00:00.000000000 Z
12
+ date: 2013-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: virtus