Skip to content
Snippets Groups Projects
Commit 56b89af3 authored by Tim Molter's avatar Tim Molter
Browse files

worked towards multi module Maven project

parent 12e00207
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 1 deletion
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>
<artifactId>xchart</artifactId> <artifactId>xchart-parent</artifactId>
<version>1.3.0-SNAPSHOT</version> <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>XChart</name> <name>XChart</name>
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xeiam.xchart</groupId>
<artifactId>xchart-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>xchart-core</artifactId>
<!-- This version is tied to the version of the parent -->
<version>1.3.0-SNAPSHOT</version>
<name>XChart Core</name>
<description>
</description>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment