Commit f841e57 1 parent 206cdb8 commit f841e57 Copy full SHA for f841e57
File tree 23 files changed +86
-100
lines changed
common-composite-component
import-handlers/content-handlers
23 files changed +86
-100
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
4
- http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
2
<modelVersion >4.0.0</modelVersion >
6
3
<parent >
7
4
<artifactId >common</artifactId >
8
5
<groupId >org.sakaiproject.common</groupId >
9
- <version >1.0-SNAPSHOT </version >
6
+ <version >1.0.0-beta01 </version >
10
7
<relativePath >../../pom.xml</relativePath >
11
8
</parent >
12
9
<name >archive-api</name >
29
26
</dependencies >
30
27
<build >
31
28
<sourceDirectory >src/main/java</sourceDirectory >
32
- <resources />
29
+ <resources />
33
30
</build >
34
31
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<name >Sakai Common Assembly</name >
6
5
<groupId >org.sakaiproject.common</groupId >
16
15
<parent >
17
16
<artifactId >common</artifactId >
18
17
<groupId >org.sakaiproject.common</groupId >
19
- <version >1.0-SNAPSHOT </version ><!-- common.version-->
18
+ <version >1.0.0-beta01 </version ><!-- common.version-->
20
19
</parent >
21
20
22
21
<dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<name >archive-impl</name >
17
17
<inceptionYear >2003</inceptionYear >
18
18
<packaging >jar</packaging >
19
19
<properties >
20
- <deploy .target/>
20
+ <deploy .target />
21
21
</properties >
22
22
<dependencies >
23
23
<dependency >
47
47
</dependency >
48
48
</dependencies >
49
49
<build >
50
- <resources />
50
+ <resources />
51
51
</build >
52
52
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<name >archive-impl2</name >
17
17
<inceptionYear >2006</inceptionYear >
18
18
<packaging >jar</packaging >
19
19
<properties >
20
- <deploy .target/>
20
+ <deploy .target />
21
21
</properties >
22
22
<dependencies >
23
23
<dependency >
47
47
</dependency >
48
48
</dependencies >
49
49
<build >
50
- <resources />
50
+ <resources />
51
51
</build >
52
52
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<name >archive-pack</name >
31
31
</dependency >
32
32
</dependencies >
33
33
<build >
34
- <resources />
34
+ <resources />
35
35
<!-- java source -->
36
36
</build >
37
37
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<name >Sakai Common Assembly</name >
6
5
<groupId >org.sakaiproject.common</groupId >
16
15
<parent >
17
16
<artifactId >common</artifactId >
18
17
<groupId >org.sakaiproject.common</groupId >
19
- <version >1.0-SNAPSHOT </version ><!-- common.version-->
18
+ <version >1.0.0-beta01 </version ><!-- common.version-->
20
19
</parent >
21
20
22
21
<dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<name >Sakai Common API Composite Component</name >
17
17
<inceptionYear >2003</inceptionYear >
18
18
<packaging >jar</packaging >
19
19
<properties >
20
- <deploy .target/>
20
+ <deploy .target />
21
21
</properties >
22
22
<dependencies >
23
23
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<name >Sakai Common EduPerson API</name >
32
32
</dependency >
33
33
</dependencies >
34
34
<build >
35
- <resources />
35
+ <resources />
36
36
<!-- java source -->
37
37
</build >
38
38
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<name >Sakai Common API Composite Component Data</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<name >Sakai Content Import Handlers</name >
17
17
<inceptionYear >2005</inceptionYear >
18
18
<packaging >jar</packaging >
19
19
<properties >
20
- <deploy .target/>
20
+ <deploy .target />
21
21
</properties >
22
22
<dependencies >
23
23
<dependency >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
4
- http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
2
<modelVersion >4.0.0</modelVersion >
6
3
<parent >
7
4
<artifactId >common</artifactId >
8
5
<groupId >org.sakaiproject.common</groupId >
9
- <version >1.0-SNAPSHOT </version >
6
+ <version >1.0.0-beta01 </version >
10
7
<relativePath >../pom.xml</relativePath >
11
8
</parent >
12
9
<name >Sakai Import Implementation</name >
19
16
<inceptionYear >2005</inceptionYear >
20
17
<packaging >jar</packaging >
21
18
<properties >
22
- <deploy .target/>
19
+ <deploy .target />
23
20
</properties >
24
21
<dependencies >
25
22
<dependency >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
4
- http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
2
<modelVersion >4.0.0</modelVersion >
6
3
<parent >
7
4
<artifactId >common</artifactId >
8
5
<groupId >org.sakaiproject.common</groupId >
9
- <version >1.0-SNAPSHOT </version >
6
+ <version >1.0.0-beta01 </version >
10
7
<relativePath >../pom.xml</relativePath >
11
8
</parent >
12
9
<name >Sakai Import Components Package</name >
40
37
</dependency >
41
38
</dependencies >
42
39
<build >
43
- <resources />
40
+ <resources />
44
41
<!-- java source -->
45
42
</build >
46
43
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<name >Sakai Import Common Cartridge</name >
17
17
<inceptionYear >2005</inceptionYear >
18
18
<packaging >jar</packaging >
19
19
<properties >
20
- <deploy .target/>
20
+ <deploy .target />
21
21
</properties >
22
22
<dependencies >
23
23
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<name >Sakai Archive Import</name >
17
17
<inceptionYear >2005</inceptionYear >
18
18
<packaging >jar</packaging >
19
19
<properties >
20
- <deploy .target/>
20
+ <deploy .target />
21
21
</properties >
22
22
<dependencies >
23
23
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<name >Sakai Common Manager API</name >
19
19
<properties >
20
20
<deploy .target>shared</deploy .target>
21
21
</properties >
22
- <dependencies />
22
+ <dependencies />
23
23
<build >
24
- <resources />
24
+ <resources />
25
25
<!-- java source -->
26
26
</build >
27
27
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >common</artifactId >
6
6
<groupId >org.sakaiproject.common</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0-beta01 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<name >Sakai Common Components Package</name >
36
36
</dependency >
37
37
</dependencies >
38
38
<build >
39
- <resources />
39
+ <resources />
40
40
<!-- java source -->
41
41
</build >
42
42
</project >
You can’t perform that action at this time.
0 commit comments