Skip to content

Commit

Permalink
Fixes repository path in pom.xml #763
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Ujhelyi <zoltan.ujhelyi@incquerylabs.com>
  • Loading branch information
ujhelyiz committed Nov 22, 2019
1 parent b5b1b31 commit 1fe2265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- by default complain if working tree is dirty (error|warning|ignore) -->
<dirtyWorkingTree>warning</dirtyWorkingTree>

<collections.repository.url>file://${project.basedir}/../p2-repository/org.eclipse.collections/target/repository</collections.repository.url>
<collections.repository.url>file:///${project.basedir}/../../p2-repository/org.eclipse.collections/target/repository</collections.repository.url>
</properties>

<build>
Expand Down

0 comments on commit 1fe2265

Please sign in to comment.