Repository: jena Updated Branches: refs/heads/master d40c2fa7c -> aad04cfd3
Set jena-iosgi-test parent to apache-jena-osgi Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/aad04cfd Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/aad04cfd Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/aad04cfd Branch: refs/heads/master Commit: aad04cfd3d5045f5041934cbbaf72b18f22e6238 Parents: d40c2fa Author: Andy Seaborne <[email protected]> Authored: Wed Feb 11 11:00:30 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Wed Feb 11 11:00:30 2015 +0000 ---------------------------------------------------------------------- apache-jena-osgi/jena-osgi-test/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/aad04cfd/apache-jena-osgi/jena-osgi-test/pom.xml ---------------------------------------------------------------------- diff --git a/apache-jena-osgi/jena-osgi-test/pom.xml b/apache-jena-osgi/jena-osgi-test/pom.xml index a0dc894..1777bab 100644 --- a/apache-jena-osgi/jena-osgi-test/pom.xml +++ b/apache-jena-osgi/jena-osgi-test/pom.xml @@ -21,9 +21,9 @@ limitations under the License. <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.jena</groupId> - <artifactId>jena-parent</artifactId> - <version>12-SNAPSHOT</version> - <relativePath>../jena-parent</relativePath> + <artifactId>apache-jena-osgi</artifactId> + <version>2.13.0-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <artifactId>jena-osgi-test</artifactId>
