Skip to content

Commit

Permalink
SAK-21288 fix <relativePath>, prep for a01 tag
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/mailarchive/trunk@99818 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Oct 15, 2011
1 parent 374266f commit 1e32652
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions mailarchive/mailarchive-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.sakaiproject.mailarchive</groupId>
<artifactId>mailarchive</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

<name>sakai-mailarchive-pack</name>
Expand Down
2 changes: 1 addition & 1 deletion mailarchive/mailarchive-james/james/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.sakaiproject.mailarchive</groupId>
<artifactId>mailarchive</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>

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

<name>sakai-mailarchive-tool</name>
Expand Down
12 changes: 6 additions & 6 deletions mailarchive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sakaiproject.purepoms</groupId>
<artifactId>sakai-standard-tool</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9.0-a01</version>
</parent>

<name>Sakai Mail Archive Project</name>
Expand All @@ -29,11 +29,11 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sakai.courier.version>2.9-SNAPSHOT</sakai.courier.version>
<sakai.message.version>2.9-SNAPSHOT</sakai.message.version>
<sakai.search.version>1.4-SNAPSHOT</sakai.search.version>
<sakai.site.version>2.9-SNAPSHOT</sakai.site.version>
<sakai.velocity.version>2.9-SNAPSHOT</sakai.velocity.version>
<sakai.courier.version>2.9.0-a01</sakai.courier.version>
<sakai.message.version>2.9.0-a01</sakai.message.version>
<sakai.search.version>1.4.0-a01</sakai.search.version>
<sakai.site.version>2.9.0-a01</sakai.site.version>
<sakai.velocity.version>2.9.0-a01</sakai.velocity.version>
<url.localsite>scp://source.sakaiproject.org/var/www/html/release/mailarchive/${project.version}</url.localsite>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion mailarchive/search-adapters/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.sakaiproject.mailarchive</groupId>
<artifactId>mailarchive</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>sakai-search-adapters-impl</name>
Expand Down
2 changes: 1 addition & 1 deletion mailarchive/search-adapters/pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.sakaiproject.mailarchive</groupId>
<artifactId>mailarchive</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>sakai-search-adapters-pack</name>
Expand Down

0 comments on commit 1e32652

Please sign in to comment.