Skip to content

Commit

Permalink
SAK-17429 update poms to 2.8-SNAPSHOT.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/presence/trunk@69153 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Nov 22, 2009
1 parent 91b31c8 commit 72f6616
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.7.0-SNAPSHOT</version>
<version>2.8-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.7.0-SNAPSHOT</version>
<version>2.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-presence-util</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-courier-util</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-velocity-tool</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.8-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.7.0-SNAPSHOT</version>
<version>2.8-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.7.0-SNAPSHOT</version>
<version>2.8-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.7.0-SNAPSHOT</version>
<version>2.8-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.7.0-SNAPSHOT</version>
<version>2.8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>sakai-authz-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.7.0-SNAPSHOT</version>
<version>2.8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>sakai-presence-util</name>
Expand Down

0 comments on commit 72f6616

Please sign in to comment.