Skip to content

Commit a2dd394

Browse files
committed
More Java 13 Updates
Signed-off-by: Ben Hale <[email protected]>
1 parent 4a8b92b commit a2dd394

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rakelib/versions_task.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def initialize
7272
'jprofiler_profiler' => 'JProfiler Profiler',
7373
'jre' => 'OpenJDK JRE',
7474
'jre-11' => 'OpenJDK JRE 11',
75-
'jre-12' => 'OpenJDK JRE 12',
75+
'jre-13' => 'OpenJDK JRE 13',
7676
'jrebel_agent' => 'JRebel Agent',
7777
'jvmkill_agent' => 'jvmkill Agent',
7878
'lifecycle_support' => 'Tomcat Lifecycle Support',
@@ -167,8 +167,8 @@ def configurations(component_id, configuration, sub_component_id = nil)
167167

168168
if component_id == 'open_jdk_jre' && sub_component_id == 'jre'
169169
c1 = configuration.clone
170-
c1['sub_component_id'] = 'jre-12'
171-
c1['version'] = '12.+'
170+
c1['sub_component_id'] = 'jre-13'
171+
c1['version'] = '13.+'
172172

173173
configurations << c1
174174
end

0 commit comments

Comments
 (0)