@@ -58,6 +58,7 @@ DO NOT MODIFIY - GENERATED CODE
58
58
</distributionManagement >
59
59
<properties >
60
60
<bc .versions>1.54</bc .versions>
61
+ <mavengem .wagon.version>0.2.0</mavengem .wagon.version>
61
62
<jruby .plugins.version>1.0.10</jruby .plugins.version>
62
63
<invoker .skip>${maven.test.skip} </invoker .skip>
63
64
<jruby .version>1.7.18</jruby .version>
@@ -73,7 +74,7 @@ DO NOT MODIFIY - GENERATED CODE
73
74
<dependency >
74
75
<groupId >rubygems</groupId >
75
76
<artifactId >jar-dependencies</artifactId >
76
- <version >[0.1.0,0.1 .99999]</version >
77
+ <version >[0.1,0 .99999]</version >
77
78
<type >gem</type >
78
79
<scope >test</scope >
79
80
</dependency >
@@ -116,8 +117,8 @@ DO NOT MODIFIY - GENERATED CODE
116
117
</dependencies >
117
118
<repositories >
118
119
<repository >
119
- <id >rubygems-releases </id >
120
- <url >http: //rubygems-proxy.torquebox. org/releases </url >
120
+ <id >mavengems </id >
121
+ <url >mavengem:https: //rubygems. org</url >
121
122
</repository >
122
123
<repository >
123
124
<releases >
@@ -132,6 +133,11 @@ DO NOT MODIFIY - GENERATED CODE
132
133
</repositories >
133
134
<build >
134
135
<extensions >
136
+ <extension >
137
+ <groupId >org.torquebox.mojo</groupId >
138
+ <artifactId >mavengem-wagon</artifactId >
139
+ <version >${mavengem.wagon.version} </version >
140
+ </extension >
135
141
<extension >
136
142
<groupId >de.saumya.mojo</groupId >
137
143
<artifactId >gem-with-jar-extension</artifactId >
0 commit comments