Skip to content

Commit b36be51

Browse files
committed
Update to released jruby-maven-plugins 3.0.6
1 parent 8de59b7 commit b36be51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository( :url => 'https://central.sonatype.com/repository/maven-snapshots/',
1616
snapshots 'true'
1717
end
1818

19-
properties( 'jruby.plugins.version' => '3.0.6-SNAPSHOT',
19+
properties( 'jruby.plugins.version' => '3.0.6',
2020
'jruby.version' => '9.4.13.0',
2121
'jetty.version' => '9.4.31.v20200723' )
2222

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.6-SNAPSHOT</jruby.plugins.version>
11+
<jruby.plugins.version>3.0.6</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)