Skip to content

Commit

Permalink
SAK-19192
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/presence/trunk@82534 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Sep 22, 2010
1 parent 6d4b3bf commit 96dc0ca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions presence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.sakaiproject</groupId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Sakai Presence Project</name>
Expand All @@ -28,22 +28,22 @@
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-presence-impl</artifactId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-presence-util</artifactId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-courier-util</artifactId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-velocity-tool</artifactId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-api/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>presence-base</artifactId>
<groupId>org.sakaiproject</groupId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>sakai-presence-api</name>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>presence-base</artifactId>
<groupId>org.sakaiproject</groupId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>sakai-presence-impl</name>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-impl/pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>presence-base</artifactId>
<groupId>org.sakaiproject</groupId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>sakai-presence-pack</name>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>presence-base</artifactId>
<groupId>org.sakaiproject</groupId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>sakai-presence-tool</name>
Expand Down
2 changes: 1 addition & 1 deletion presence/presence-util/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>presence-base</artifactId>
<groupId>org.sakaiproject</groupId>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>sakai-presence-util</name>
Expand Down

0 comments on commit 96dc0ca

Please sign in to comment.