File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
project 'Wordcram' do
2
2
3
3
model_version '4.0.0'
4
- id 'wordcram:WordCram:2.0.4 '
4
+ id 'wordcram:WordCram:2.0.5 '
5
5
packaging 'jar'
6
6
7
7
description 'WordCram for JRubyArt and propane'
35
35
plugin ( :jar ,
36
36
'archive' => {
37
37
'manifestEntries' => {
38
- 'Built-By' => 'monkstone'
38
+ 'Built-By' => 'monkstone' ,
39
+ 'Implementation-Title' => 'ruby_wordcram' ,
40
+ 'Implementation-Version' => '2.0.5' ,
41
+ 'Automatic-Module-Name' => 'ruby-processing.wordcram'
39
42
}
40
43
} )
41
44
plugin :resources , '2.6'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >wordcram</groupId >
13
13
<artifactId >WordCram</artifactId >
14
- <version >2.0.4 </version >
14
+ <version >2.0.5 </version >
15
15
<name >Wordcram</name >
16
16
<description >WordCram for JRubyArt and propane</description >
17
17
<developers >
@@ -77,6 +77,9 @@ DO NOT MODIFIY - GENERATED CODE
77
77
<archive >
78
78
<manifestEntries >
79
79
<Built-By >monkstone</Built-By >
80
+ <Implementation-Title >ruby_wordcram</Implementation-Title >
81
+ <Implementation-Version >2.0.5</Implementation-Version >
82
+ <Automatic-Module-Name >ruby-processing.wordcram</Automatic-Module-Name >
80
83
</manifestEntries >
81
84
</archive >
82
85
</configuration >
You can’t perform that action at this time.
0 commit comments