maven-tools 1.0.12 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/maven/tools/dsl.rb +2 -2
- data/lib/maven/tools/version.rb +1 -1
- data/lib/maven/tools/versions.rb +2 -2
- data/spec/dsl/gemspec_spec/jars_and_poms.xml +1 -1
- data/spec/dsl/gemspec_spec/jars_and_poms_include_jars.xml +1 -1
- data/spec/dsl/gemspec_spec/maven-tools.xml +1 -1
- data/spec/dsl/jarfile_lock_spec/Jarfile.legacy.lock +1 -1
- data/spec/dsl/jarfile_lock_spec/Jarfile.lock +1 -1
- data/spec/dsl/profile_gemspec_spec/jars_and_poms.xml +1 -1
- data/spec/dsl/profile_gemspec_spec/jars_and_poms_include_jars.xml +1 -1
- data/spec/dsl/profile_gemspec_spec/maven-tools.xml +1 -1
- data/spec/dsl/profile_gemspec_spec/no_gems.xml +1 -1
- data/spec/dsl/profile_gemspec_spec/snapshot.xml +1 -1
- data/spec/dsl/profile_gemspec_spec/unknown_license.xml +1 -1
- data/spec/dsl/project_gemspec_spec/extended.xml +1 -1
- data/spec/dsl/project_gemspec_spec/jars_and_poms.xml +1 -1
- data/spec/dsl/project_gemspec_spec/jars_and_poms_include_jars.xml +1 -1
- data/spec/dsl/project_gemspec_spec/maven-tools.xml +1 -1
- data/spec/dsl/project_gemspec_spec/no_gems.xml +1 -1
- data/spec/dsl/project_gemspec_spec/profile.xml +1 -1
- data/spec/dsl/project_gemspec_spec/snapshot.xml +1 -1
- data/spec/dsl/project_gemspec_spec/unknown_license.xml +1 -1
- data/spec/gemfile/pom.xml +1 -1
- data/spec/gemfile_include_jars/pom.xml +1 -1
- data/spec/gemfile_with_access_to_model/pom.xml +1 -1
- data/spec/gemfile_with_custom_source/pom.xml +1 -1
- data/spec/gemfile_with_custom_source_and_custom_jarname/pom.xml +1 -1
- data/spec/gemfile_with_extras/pom.xml +1 -1
- data/spec/gemfile_with_groups/pom.xml +1 -1
- data/spec/gemfile_with_groups_and_lockfile/pom.xml +1 -1
- data/spec/gemfile_with_jars_lock/pom.xml +1 -1
- data/spec/gemfile_with_lock/pom.xml +1 -1
- data/spec/gemfile_with_path/pom.xml +1 -1
- data/spec/gemfile_with_platforms/pom.xml +1 -1
- data/spec/gemfile_with_source/pom.xml +1 -1
- data/spec/gemfile_with_source_and_custom_jarname/pom.xml +1 -1
- data/spec/gemfile_with_source_and_no_jar/pom.xml +1 -1
- data/spec/gemfile_with_test_group/pom.xml +1 -1
- data/spec/gemfile_without_gemspec/pom.xml +1 -1
- data/spec/gemspec/pom.xml +1 -1
- data/spec/gemspec_in_profile/pom.xml +1 -1
- data/spec/gemspec_include_jars/pom.xml +1 -1
- data/spec/gemspec_no_rubygems_repo/pom.xml +1 -1
- data/spec/gemspec_prerelease/pom.xml +1 -1
- data/spec/gemspec_prerelease_snapshot/pom.xml +1 -1
- data/spec/gemspec_with_access_to_model/pom.xml +1 -1
- data/spec/gemspec_with_custom_source/pom.xml +1 -1
- data/spec/gemspec_with_custom_source_and_custom_jarname/pom.xml +1 -1
- data/spec/gemspec_with_extras/pom.xml +1 -1
- data/spec/gemspec_with_jar_dependencies/pom.xml +1 -1
- data/spec/gemspec_with_jars_lock/pom.xml +1 -1
- data/spec/gemspec_with_prereleased_dependency/pom.xml +1 -1
- data/spec/gemspec_with_prereleased_dependency_and_no_repo/pom.xml +1 -1
- data/spec/gemspec_with_source/pom.xml +1 -1
- data/spec/gemspec_with_source_and_custom_jarname/pom.xml +1 -1
- data/spec/gemspec_with_source_and_no_jar/pom.xml +1 -1
- data/spec/mavenfile_jrubyJar/pom.xml +1 -1
- data/spec/mavenfile_jrubyWar/pom.xml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61cf6a20d55270a571d8c5e3926871aea1c567d1
|
4
|
+
data.tar.gz: 39349a0d5cb27236ada163ca962ea6c00aded50d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10b210c1d58d53129f1393f7655d26292bd865ae8e013ce1322def7b12a59ee562568244bd87c664190e94e9a9cdabc65b741c195a33e9a483e121d5796c3f5b
|
7
|
+
data.tar.gz: 5be5524e68ff18088270ccc6804e9e530851f5a6768b1e756798ae0c06ae7f01e16a2e2f45492c85c43347e81cacb0230b6d70988eb93a3e53cd8c85d46985c7
|
data/lib/maven/tools/dsl.rb
CHANGED
@@ -372,10 +372,10 @@ module Maven
|
|
372
372
|
options[ :profile ] = @inside_gemfile
|
373
373
|
end
|
374
374
|
options[ :no_gems ] = gemspec_without_gem_dependencies?
|
375
|
-
|
375
|
+
require 'maven/tools/dsl/project_gemspec'
|
376
376
|
DSL::ProjectGemspec.new( self, name, options )
|
377
377
|
else
|
378
|
-
|
378
|
+
require 'maven/tools/dsl/profile_gemspec'
|
379
379
|
DSL::ProfileGemspec.new( self, name, options )
|
380
380
|
end
|
381
381
|
end
|
data/lib/maven/tools/version.rb
CHANGED
data/lib/maven/tools/versions.rb
CHANGED
@@ -24,8 +24,8 @@ module Maven
|
|
24
24
|
VERSIONS = {
|
25
25
|
:jar_plugin => "2.4",
|
26
26
|
:clean_plugin => "2.4",
|
27
|
-
:jruby_plugins => "1.1.
|
28
|
-
:jruby9_plugins => "0.2.
|
27
|
+
:jruby_plugins => "1.1.2",
|
28
|
+
:jruby9_plugins => "0.2.2",
|
29
29
|
:bundler_version => "1.10.6",
|
30
30
|
:jruby_version => "1.7.22",
|
31
31
|
:tesla_version => "0.1.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a
|
2
2
|
com.google.guava:guava:jar:10.0.1
|
3
|
-
commons-logging:commons-logging:jar:1.1.
|
3
|
+
commons-logging:commons-logging:jar:1.1.2
|
4
4
|
org.eclipse.aether:aether-connector-wagon:jar:0.9.0.M2
|
5
5
|
org.eclipse.aether:aether-impl:jar:0.9.0.M2
|
6
6
|
com.ning:async-http-client:jar:1.7.6
|
@@ -22,7 +22,7 @@
|
|
22
22
|
:runtime:
|
23
23
|
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a
|
24
24
|
- com.google.guava:guava:jar:10.0.1
|
25
|
-
- commons-logging:commons-logging:jar:1.1.
|
25
|
+
- commons-logging:commons-logging:jar:1.1.2
|
26
26
|
- org.eclipse.aether:aether-connector-wagon:jar:0.9.0.M2
|
27
27
|
- org.eclipse.aether:aether-impl:jar:0.9.0.M2
|
28
28
|
- com.ning:async-http-client:jar:1.7.6
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<name>profile_gemspec_spec</name>
|
7
7
|
<properties>
|
8
8
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
9
|
-
<jruby.plugins.version>1.1.
|
9
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
10
10
|
</properties>
|
11
11
|
<dependencies>
|
12
12
|
<dependency>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<name>profile_gemspec_spec</name>
|
7
7
|
<properties>
|
8
8
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
9
|
-
<jruby.plugins.version>1.1.
|
9
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
10
10
|
</properties>
|
11
11
|
<dependencies>
|
12
12
|
<dependency>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<name>BASEDIR</name>
|
7
7
|
<properties>
|
8
8
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
9
|
-
<jruby.plugins.version>1.1.
|
9
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
10
10
|
</properties>
|
11
11
|
<dependencies>
|
12
12
|
<dependency>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<name>profile_gemspec_spec</name>
|
7
7
|
<properties>
|
8
8
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
9
|
-
<jruby.plugins.version>1.1.
|
9
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
10
10
|
</properties>
|
11
11
|
<repositories>
|
12
12
|
<repository>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<name>profile_gemspec_spec</name>
|
7
7
|
<properties>
|
8
8
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
9
|
-
<jruby.plugins.version>1.1.
|
9
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
10
10
|
</properties>
|
11
11
|
<repositories>
|
12
12
|
<repository>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<name>profile_gemspec_spec</name>
|
7
7
|
<properties>
|
8
8
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
9
|
-
<jruby.plugins.version>1.1.
|
9
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
10
10
|
</properties>
|
11
11
|
<repositories>
|
12
12
|
<repository>
|
data/spec/gemfile/pom.xml
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
</scm>
|
31
31
|
<properties>
|
32
32
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
33
|
-
<jruby.plugins.version>1.1.
|
33
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
34
34
|
<version_from_model>1.5.0</version_from_model>
|
35
35
|
</properties>
|
36
36
|
<repositories>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
</scm>
|
31
31
|
<properties>
|
32
32
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
33
|
-
<jruby.plugins.version>1.1.
|
33
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
34
34
|
<tesla.dump.pom>pom.xml</tesla.dump.pom>
|
35
35
|
<tesla.dump.readonly>true</tesla.dump.readonly>
|
36
36
|
</properties>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<name>gemfile_with_groups</name>
|
18
18
|
<properties>
|
19
19
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
20
|
-
<jruby.plugins.version>1.1.
|
20
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
21
21
|
</properties>
|
22
22
|
<dependencies>
|
23
23
|
<dependency>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<name>gemfile_with_groups_and_lockfile</name>
|
18
18
|
<properties>
|
19
19
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
20
|
-
<jruby.plugins.version>1.1.
|
20
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
21
21
|
</properties>
|
22
22
|
<repositories>
|
23
23
|
<repository>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<name>gemfile_with_jars_lock</name>
|
18
18
|
<properties>
|
19
19
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
20
|
-
<jruby.plugins.version>1.1.
|
20
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
21
21
|
</properties>
|
22
22
|
<repositories>
|
23
23
|
<repository>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<name>gemfile_with_path</name>
|
18
18
|
<properties>
|
19
19
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
20
|
-
<jruby.plugins.version>1.1.
|
20
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
21
21
|
</properties>
|
22
22
|
<dependencies>
|
23
23
|
<dependency>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<name>gemfile_with_platforms</name>
|
18
18
|
<properties>
|
19
19
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
20
|
-
<jruby.plugins.version>1.1.
|
20
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
21
21
|
</properties>
|
22
22
|
<dependencies>
|
23
23
|
<dependency>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<name>gemfile_with_test_group</name>
|
9
9
|
<properties>
|
10
10
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
11
|
-
<jruby.plugins.version>1.1.
|
11
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
12
12
|
</properties>
|
13
13
|
<repositories>
|
14
14
|
<repository>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<name>gemfile_without_gemspec</name>
|
18
18
|
<properties>
|
19
19
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
20
|
-
<jruby.plugins.version>1.1.
|
20
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
21
21
|
</properties>
|
22
22
|
<dependencies>
|
23
23
|
<dependency>
|
data/spec/gemspec/pom.xml
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
</build>
|
33
33
|
<properties>
|
34
34
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
35
|
-
<jruby.plugins.version>1.1.
|
35
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
36
36
|
</properties>
|
37
37
|
<dependencies>
|
38
38
|
<dependency>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
</scm>
|
31
31
|
<properties>
|
32
32
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
33
|
-
<jruby.plugins.version>1.1.
|
33
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
34
34
|
<version_from_model>1.5.0</version_from_model>
|
35
35
|
</properties>
|
36
36
|
<repositories>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
</scm>
|
31
31
|
<properties>
|
32
32
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
33
|
-
<jruby.plugins.version>1.1.
|
33
|
+
<jruby.plugins.version>1.1.2</jruby.plugins.version>
|
34
34
|
<tesla.dump.pom>pom.xml</tesla.dump.pom>
|
35
35
|
<tesla.dump.readonly>true</tesla.dump.readonly>
|
36
36
|
</properties>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maven-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christian Meier
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|