Skip to content

Commit

Permalink
SAK-20776 Fix relative path for pom.xml files
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/message/trunk@94967 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
buckett committed Jul 11, 2011
1 parent 56b99b4 commit 1d73e70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions message/message-api/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<artifactId>message-base</artifactId>
<groupId>org.sakaiproject.message</groupId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>sakai-message-api</name>
Expand Down
1 change: 1 addition & 0 deletions message/message-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<artifactId>message-base</artifactId>
<groupId>org.sakaiproject.message</groupId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>sakai-message-impl</name>
Expand Down
3 changes: 2 additions & 1 deletion message/message-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<artifactId>message-base</artifactId>
<groupId>org.sakaiproject.message</groupId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>sakai-message-tool</name>
Expand Down Expand Up @@ -79,4 +80,4 @@
</resource>
</resources>
</build>
</project>
</project>

0 comments on commit 1d73e70

Please sign in to comment.