We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fb8bb commit 2dab1e9Copy full SHA for 2dab1e9
1 file changed
Mavenfile
@@ -18,7 +18,7 @@ end
18
19
properties(
20
'project.build.sourceEncoding' => 'UTF-8',
21
- 'mavengem.wagon.version' => '2.0.2',
+ 'mavengem.wagon.version' => '2.0.3',
22
'jruby.plugins.version' => '3.0.6',
23
'jetty.version' => '9.4.58.v20250814',
24
)
@@ -31,7 +31,7 @@ end
31
32
plugin :clean, '3.5.0'
33
plugin :compiler, '3.15.0', :release => '8'
34
-plugin :resources, '3.4.0'
+plugin :resources, '3.5.0'
35
plugin :jar, '3.5.0' do
36
execute_goals(:phase => 'none') # Avoid a duplicate execution with that defined by the :gemspec directive
37
end
0 commit comments