Skip to content

Commit f65e7b9

Browse files
committed
Test with snapshot of jruby-maven-plugins
1 parent bb34161 commit f65e7b9

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

Mavenfile

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@
55
gemspec( :jar => 'warbler_jar.jar',
66
:source => 'ext' )
77

8-
properties( 'jruby.plugins.version' => '3.0.5',
8+
plugin_repository( :url => 'https://central.sonatype.com/repository/maven-snapshots/',
9+
:id => 'central-snapshots' ) do
10+
releases 'false'
11+
snapshots 'true'
12+
end
13+
repository( :url => 'https://central.sonatype.com/repository/maven-snapshots/',
14+
:id => 'central-snapshots' ) do
15+
releases 'false'
16+
snapshots 'true'
17+
end
18+
19+
properties( 'jruby.plugins.version' => '3.0.6-SNAPSHOT',
920
'jruby.version' => '9.4.13.0',
1021
'jetty.version' => '9.4.31.v20200723' )
1122

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>pom</packaging>
99

1010
<properties>
11-
<jruby.plugins.version>3.0.5</jruby.plugins.version>
11+
<jruby.plugins.version>3.0.6-SNAPSHOT</jruby.plugins.version>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<jruby.version>9.4.13.0</jruby.version>
1414
<warbler.version>2.0.4</warbler.version>

0 commit comments

Comments
 (0)