Fix CSV pom and a typo in top POM. This closes #8
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/ec6c5053 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/ec6c5053 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/ec6c5053 Branch: refs/heads/master Commit: ec6c5053e62cdb5988b4cf0ffcd429fb4a75a68b Parents: 77c9788 Author: Andy Seaborne <[email protected]> Authored: Tue Oct 28 16:19:22 2014 +0000 Committer: Andy Seaborne <[email protected]> Committed: Tue Oct 28 16:19:22 2014 +0000 ---------------------------------------------------------------------- jena-csv/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/ec6c5053/jena-csv/pom.xml ---------------------------------------------------------------------- diff --git a/jena-csv/pom.xml b/jena-csv/pom.xml index 71feb9c..ed49f31 100644 --- a/jena-csv/pom.xml +++ b/jena-csv/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.jena</groupId> <artifactId>jena-parent</artifactId> <version>12-SNAPSHOT</version> - <relativePath /> + <relativePath>../jena-parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/jena/blob/ec6c5053/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b29f9a8..f367363 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ <profiles> <profile> <!-- - This is the dev profile, tyopically used locally with "mvn clean install". + This is the dev profile, typically used locally with "mvn clean install". It only builds the common modules and does not build SDB nor the slow-to-test JDBC module. -->
