Skip to content

Commit

Permalink
SAK-20767
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/courier/trunk@99799 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Oct 15, 2011
1 parent 9e8db40 commit ccaac26
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions courier/courier-api/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.sakaiproject.purepoms</groupId>
<artifactId>sakai-standard-tool</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9.0-a01</version>
</parent>

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

<parent>
<groupId>org.sakaiproject.courier</groupId>
<artifactId>courier-base</artifactId>
<artifactId>courier</artifactId>
<version>2.9-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion courier/courier-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

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

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

<parent>
<groupId>org.sakaiproject.courier</groupId>
<artifactId>courier-base</artifactId>
<artifactId>courier</artifactId>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
9 changes: 5 additions & 4 deletions courier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<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-courier base pom</name>
<groupId>org.sakaiproject.courier</groupId>
<artifactId>courier-base</artifactId>
<artifactId>courier</artifactId>
<version>2.9-SNAPSHOT</version>
<packaging>pom</packaging>

Expand All @@ -25,8 +25,9 @@
</modules>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sakai.presence.version>2.9.0-a01</sakai.presence.version>
<url.localsite>scp://source.sakaiproject.org/var/www/html/release/courier/${project.version}</url.localsite>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<scm>
Expand Down Expand Up @@ -137,7 +138,7 @@
<dependency>
<groupId>org.sakaiproject.presence</groupId>
<artifactId>sakai-presence-api</artifactId>
<version>2.9-SNAPSHOT</version>
<version>${sakai.presence.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ccaac26

Please sign in to comment.