Skip to content

Commit

Permalink
DASH-230 added build profile sakai-2.9
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/dashboard/trunk@313225 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
zqian committed Apr 19, 2012
1 parent f05636e commit 5cc94d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboard/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@
<dependency>
<groupId>org.sakaiproject.assignment</groupId>
<artifactId>sakai-assignment-api</artifactId>
<version>2.10-SNAPSHOT</version>
<version>${sakai.version}</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.announcement</groupId>
<artifactId>sakai-announcement-api</artifactId>
<version>2.10-SNAPSHOT</version>
<version>${sakai.version}</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.calendar</groupId>
<artifactId>sakai-calendar-api</artifactId>
<version>2.10-SNAPSHOT</version>
<version>${sakai.version}</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.message</groupId>
<artifactId>sakai-message-api</artifactId>
<version>2.10-SNAPSHOT</version>
<version>${sakai.version}</version>
</dependency>
</dependencies>

Expand Down
18 changes: 18 additions & 0 deletions dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,22 @@
<module>util</module>
<module>pack</module>
</modules>

<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<sakai.version>2.10-SNAPSHOT</sakai.version>
</properties>
</profile>
<profile>
<id>sakai-2.9</id>
<properties>
<sakai.version>2.9-SNAPSHOT</sakai.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 5cc94d2

Please sign in to comment.