Skip to content

Commit

Permalink
JENA-1635 Fix invalid Automatic-Module-Name values
Browse files Browse the repository at this point in the history
The jena-fuseki-access, jena-fuseki-core and jena-fuseki-main modules
have invalid data for Automatic-Module-Name.

This aligns the data from those modules with the existing fuseki2 module.
  • Loading branch information
acoburn committed Nov 16, 2018
1 parent 8aca3ae commit 24742db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jena-fuseki2/jena-fuseki-access/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<packaging>jar</packaging>

<properties>
<automatic.module.name>org.apache.jena.jena-fuseki-access</automatic.module.name>
<automatic.module.name>org.apache.jena.fuseki2.access</automatic.module.name>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jena-fuseki2/jena-fuseki-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<packaging>jar</packaging>

<properties>
<automatic.module.name>org.apache.jena.jena-fuseki-core</automatic.module.name>
<automatic.module.name>org.apache.jena.fuseki2.core</automatic.module.name>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jena-fuseki2/jena-fuseki-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<packaging>jar</packaging>

<properties>
<automatic.module.name>org.apache.jena.jena-fuseki-main</automatic.module.name>
<automatic.module.name>org.apache.jena.fuseki2.main</automatic.module.name>
</properties>

<dependencies>
Expand Down

0 comments on commit 24742db

Please sign in to comment.