forked from RusticiSoftware/SCORMCloud_SakaiPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.xml
30 lines (26 loc) · 1022 Bytes
/
project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file generated by Sakai App Builder -AZ -->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<extend>../master/project.xml</extend>
<name>Sakai ScormCloud</name>
<groupId>sakaiproject</groupId>
<id>sakai-scormcloud</id>
<currentVersion>${sakai.version}</currentVersion>
<organization>
<name>Sakai Project</name>
<url>http://sakaiproject.org/</url>
</organization>
<inceptionYear>2006</inceptionYear>
<!-- This file allows us to build the entire app from this directory -->
<dependencies>
<!-- This is only needed to make sure the sakai plugin is available -->
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai</artifactId>
<version>${sakai.plugin.version}</version>
<type>plugin</type>
</dependency>
</dependencies>
<build />
</project>