Skip to content

Commit

Permalink
Automatic-Module
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Nov 27, 2019
1 parent 7fb6e88 commit 0f0a4f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions pom.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project 'Wordcram' do

model_version '4.0.0'
id 'wordcram:WordCram:2.0.4'
id 'wordcram:WordCram:2.0.5'
packaging 'jar'

description 'WordCram for JRubyArt and propane'
Expand Down Expand Up @@ -35,7 +35,10 @@
plugin( :jar,
'archive' => {
'manifestEntries' => {
'Built-By' => 'monkstone'
'Built-By' => 'monkstone',
'Implementation-Title' => 'ruby_wordcram',
'Implementation-Version' => '2.0.5',
'Automatic-Module-Name' => 'ruby-processing.wordcram'
}
} )
plugin :resources, '2.6'
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>wordcram</groupId>
<artifactId>WordCram</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<name>Wordcram</name>
<description>WordCram for JRubyArt and propane</description>
<developers>
Expand Down Expand Up @@ -77,6 +77,9 @@ DO NOT MODIFIY - GENERATED CODE
<archive>
<manifestEntries>
<Built-By>monkstone</Built-By>
<Implementation-Title>ruby_wordcram</Implementation-Title>
<Implementation-Version>2.0.5</Implementation-Version>
<Automatic-Module-Name>ruby-processing.wordcram</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 0f0a4f2

Please sign in to comment.