Skip to content

Commit 0f0a4f2

Browse files
committed
Automatic-Module
1 parent 7fb6e88 commit 0f0a4f2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pom.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project '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'
@@ -35,7 +35,10 @@
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'

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)