Skip to content

Commit

Permalink
add automatic module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Jan 17, 2018
1 parent 8a9bcf9 commit ae7a033
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
*.jar
*.war
*.ear
.idea
target
*.iml
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>10</version>
<version>25</version>
</parent>

<groupId>org.jboss.spec.javax.batch</groupId>
Expand Down Expand Up @@ -100,6 +100,9 @@
<manifest>
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>beta.jboss.batch.api_1_0</Automatic-Module-Name>
</manifestEntries>
</archive>
<instructions>
<Specification-Title>${jsr352.spec.title}</Specification-Title>
Expand Down

0 comments on commit ae7a033

Please sign in to comment.