Skip to content

Commit

Permalink
SAK-2138: modify maven build process to make sakai version dependenci…
Browse files Browse the repository at this point in the history
…es configurable

git-svn-id: https://source.sakaiproject.org/svn/trunk/sakai/sam@2124 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
dlhaines committed Sep 28, 2005
1 parent f2ac30e commit 14644ec
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 18 deletions.
3 changes: 2 additions & 1 deletion samigo/api/project.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>../../master/project.xml</extend>
<name>Sakai Samigo API</name>
<shortDescription>Samigo (Test and Quizzes) exportable interfaces.</shortDescription>
<groupId>sakaiproject</groupId>
<id>sakai-samigo-api</id>
<currentVersion>2.1.0</currentVersion>
<currentVersion>${sakai.version}</currentVersion>

<organization>
<name>Sakai Project</name>
Expand Down
2 changes: 1 addition & 1 deletion samigo/audio/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<shortDescription>Samigo (Test and Quizzes) recorder applet.</shortDescription>
<groupId>sakaiproject</groupId>
<id>sakai-samigo-audio</id>
<currentVersion>2.1.0</currentVersion>
<currentVersion>${sakai.version}</currentVersion>

<organization>
<name>Sakai Project</name>
Expand Down
9 changes: 7 additions & 2 deletions samigo/component/project.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>../../master/project.xml</extend>
<name>Sakai Samigo Components</name>
<shortDescription>Samigo (Test and Quizzes) implementation.</shortDescription>
<groupId>sakaiproject</groupId>
<id>sakai-samigo-component</id>
<currentVersion>2.1.0</currentVersion>
<currentVersion>${sakai.version}</currentVersion>

<organization>
<name>Sakai Project</name>
Expand All @@ -23,7 +24,11 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-samigo-api</artifactId>
<version>${pom.currentVersion}</version>
<!-- it may be that this should be the ${pom.currentVersion}
if it should depend on the version of Samigo not the version
of Sakai.
-->
<version>${sakai.version}</version>
</dependency>
</dependencies>

Expand Down
5 changes: 3 additions & 2 deletions samigo/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

<project>
<pomVersion>3</pomVersion>
<extend>../master/project.xml</extend>
<name>Samigo</name>
<groupId>sakai-samigo</groupId>
<currentVersion>2.0.0</currentVersion>
<currentVersion>${sakai.version}</currentVersion>
<organization>
<name>Sakai Project</name>
<url>http://sakaiproject.org/</url>
Expand All @@ -15,7 +16,7 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.plugin.version}</version>
<type>plugin</type>
</dependency>
</dependencies>
Expand Down
25 changes: 13 additions & 12 deletions samigo/tool/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

<project xmlns:ant="jelly:ant">
<pomVersion>3</pomVersion>
<extend>../../master/project.xml</extend>
<name>Samigo Tool</name>
<groupId>sakaiproject</groupId>
<id>sakai-samigo-tool</id>
<artifactId>samigo</artifactId>
<currentVersion>2.0.0</currentVersion>
<currentVersion>${sakai.version}</currentVersion>
<organization>
<name>Sakai Project</name>
<url>http://www.sakaiproject.org/</url>
Expand All @@ -20,7 +21,7 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-samigo-api</artifactId>
<version>2.1.0</version>
<version>${sakai.version}</version>
</dependency>
<!-- Samigo IMPL -->
<!-- comment out for now -->
Expand All @@ -34,7 +35,7 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.plugin.version}</version>
<type>plugin</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -66,7 +67,7 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-samigo-component</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
Expand All @@ -76,13 +77,13 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-tool</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.version}</version>
</dependency>
<!-- this is required for any Sakai JSF tool -->
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-jsf-tool</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.version}</version>
<properties>
<war.bundle>integrated</war.bundle>
</properties>
Expand All @@ -91,15 +92,15 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-jsf-app</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.version}</version>
<properties>
<war.bundle>integrated</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-util-web</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.version}</version>
<properties>
<war.bundle>integrated</war.bundle>
</properties>
Expand All @@ -108,7 +109,7 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-gradebook-service</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.version}</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
Expand All @@ -117,15 +118,15 @@
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-component</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.version}</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai-legacy-service</artifactId>
<version>${pom.currentVersion}</version>
<version>${sakai.version}</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
Expand Down Expand Up @@ -594,4 +595,4 @@
</unitTest>
-->
</build>
</project>
</project>

0 comments on commit 14644ec

Please sign in to comment.