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 11project 'Wordcram' do
22
33 model_version '4.0.0'
4- id 'wordcram:WordCram:2.0.4 '
4+ id 'wordcram:WordCram:2.0.5 '
55 packaging 'jar'
66
77 description 'WordCram for JRubyArt and propane'
3535 plugin ( :jar ,
3636 'archive' => {
3737 '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'
3942 }
4043 } )
4144 plugin :resources , '2.6'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >wordcram</groupId >
1313 <artifactId >WordCram</artifactId >
14- <version >2.0.4 </version >
14+ <version >2.0.5 </version >
1515 <name >Wordcram</name >
1616 <description >WordCram for JRubyArt and propane</description >
1717 <developers >
@@ -77,6 +77,9 @@ DO NOT MODIFIY - GENERATED CODE
7777 <archive >
7878 <manifestEntries >
7979 <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 >
8083 </manifestEntries >
8184 </archive >
8285 </configuration >
You can’t perform that action at this time.
0 commit comments