Skip to content

Commit

Permalink
improved module naming and order
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasEhret committed Apr 8, 2019
1 parent 940fbf8 commit 34d611c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xml-parser</artifactId>
<artifactId>icedtea-web-xml-parser</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<modules>
<module>jnlp-api</module>
<module>common</module>
<module>core</module>
<module>xml-parser</module>
<module>core</module>
</modules>

</project>
6 changes: 2 additions & 4 deletions xml-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
<relativePath>../</relativePath>
</parent>

<artifactId>xml-parser</artifactId>
<name>xml-parser</name>
<artifactId>icedtea-web-xml-parser</artifactId>
<name>XML Parser</name>
<description>XML parser abstraction for the underlying strict and malformed XML parser.</description>


<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand All @@ -29,5 +28,4 @@
</dependency>
</dependencies>


</project>

0 comments on commit 34d611c

Please sign in to comment.