Skip to content

Commit f841e57

Browse files
committed
[maven-release-plugin] prepare release common-1.0.0-beta01
git-svn-id: https://source.sakaiproject.org/svn/common/trunk@67911 66ffb92e-73f9-0310-93c1-f5514f145a0a
1 parent 206cdb8 commit f841e57

File tree

23 files changed

+86
-100
lines changed

23 files changed

+86
-100
lines changed

common/archive-api/pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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">
52
<modelVersion>4.0.0</modelVersion>
63
<parent>
74
<artifactId>common</artifactId>
85
<groupId>org.sakaiproject.common</groupId>
9-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0.0-beta01</version>
107
<relativePath>../../pom.xml</relativePath>
118
</parent>
129
<name>archive-api</name>
@@ -29,6 +26,6 @@
2926
</dependencies>
3027
<build>
3128
<sourceDirectory>src/main/java</sourceDirectory>
32-
<resources/>
29+
<resources />
3330
</build>
3431
</project>

common/archive-assembly/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<name>Sakai Common Assembly</name>
65
<groupId>org.sakaiproject.common</groupId>
@@ -16,7 +15,7 @@
1615
<parent>
1716
<artifactId>common</artifactId>
1817
<groupId>org.sakaiproject.common</groupId>
19-
<version>1.0-SNAPSHOT</version><!--common.version-->
18+
<version>1.0.0-beta01</version><!--common.version-->
2019
</parent>
2120

2221
<dependencies>

common/archive-impl/impl/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>archive-impl</name>
@@ -17,7 +17,7 @@
1717
<inceptionYear>2003</inceptionYear>
1818
<packaging>jar</packaging>
1919
<properties>
20-
<deploy.target/>
20+
<deploy.target />
2121
</properties>
2222
<dependencies>
2323
<dependency>
@@ -47,6 +47,6 @@
4747
</dependency>
4848
</dependencies>
4949
<build>
50-
<resources/>
50+
<resources />
5151
</build>
5252
</project>

common/archive-impl/impl2/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>archive-impl2</name>
@@ -17,7 +17,7 @@
1717
<inceptionYear>2006</inceptionYear>
1818
<packaging>jar</packaging>
1919
<properties>
20-
<deploy.target/>
20+
<deploy.target />
2121
</properties>
2222
<dependencies>
2323
<dependency>
@@ -47,6 +47,6 @@
4747
</dependency>
4848
</dependencies>
4949
<build>
50-
<resources/>
50+
<resources />
5151
</build>
5252
</project>

common/archive-impl/pack/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>archive-pack</name>
@@ -31,7 +31,7 @@
3131
</dependency>
3232
</dependencies>
3333
<build>
34-
<resources/>
34+
<resources />
3535
<!-- java source -->
3636
</build>
3737
</project>

common/common-assembly/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<name>Sakai Common Assembly</name>
65
<groupId>org.sakaiproject.common</groupId>
@@ -16,7 +15,7 @@
1615
<parent>
1716
<artifactId>common</artifactId>
1817
<groupId>org.sakaiproject.common</groupId>
19-
<version>1.0-SNAPSHOT</version><!--common.version-->
18+
<version>1.0.0-beta01</version><!--common.version-->
2019
</parent>
2120

2221
<dependencies>

common/common-composite-component/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common API Composite Component</name>
@@ -17,7 +17,7 @@
1717
<inceptionYear>2003</inceptionYear>
1818
<packaging>jar</packaging>
1919
<properties>
20-
<deploy.target/>
20+
<deploy.target />
2121
</properties>
2222
<dependencies>
2323
<dependency>

common/edu-person-api/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common EduPerson API</name>
@@ -32,7 +32,7 @@
3232
</dependency>
3333
</dependencies>
3434
<build>
35-
<resources/>
35+
<resources />
3636
<!-- java source -->
3737
</build>
3838
</project>

common/impl/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common API Composite Component Data</name>

common/import-handlers/content-handlers/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Content Import Handlers</name>
@@ -17,7 +17,7 @@
1717
<inceptionYear>2005</inceptionYear>
1818
<packaging>jar</packaging>
1919
<properties>
20-
<deploy.target/>
20+
<deploy.target />
2121
</properties>
2222
<dependencies>
2323
<dependency>

common/import-impl/pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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">
52
<modelVersion>4.0.0</modelVersion>
63
<parent>
74
<artifactId>common</artifactId>
85
<groupId>org.sakaiproject.common</groupId>
9-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0.0-beta01</version>
107
<relativePath>../pom.xml</relativePath>
118
</parent>
129
<name>Sakai Import Implementation</name>
@@ -19,7 +16,7 @@
1916
<inceptionYear>2005</inceptionYear>
2017
<packaging>jar</packaging>
2118
<properties>
22-
<deploy.target/>
19+
<deploy.target />
2320
</properties>
2421
<dependencies>
2522
<dependency>

common/import-pack/pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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">
52
<modelVersion>4.0.0</modelVersion>
63
<parent>
74
<artifactId>common</artifactId>
85
<groupId>org.sakaiproject.common</groupId>
9-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0.0-beta01</version>
107
<relativePath>../pom.xml</relativePath>
118
</parent>
129
<name>Sakai Import Components Package</name>
@@ -40,7 +37,7 @@
4037
</dependency>
4138
</dependencies>
4239
<build>
43-
<resources/>
40+
<resources />
4441
<!-- java source -->
4542
</build>
4643
</project>

common/import-parsers/common-cartridge/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Import Common Cartridge</name>
@@ -17,7 +17,7 @@
1717
<inceptionYear>2005</inceptionYear>
1818
<packaging>jar</packaging>
1919
<properties>
20-
<deploy.target/>
20+
<deploy.target />
2121
</properties>
2222
<dependencies>
2323
<dependency>

common/import-parsers/sakai-archive/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Archive Import</name>
@@ -17,7 +17,7 @@
1717
<inceptionYear>2005</inceptionYear>
1818
<packaging>jar</packaging>
1919
<properties>
20-
<deploy.target/>
20+
<deploy.target />
2121
</properties>
2222
<dependencies>
2323
<dependency>

common/manager-api/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common Manager API</name>
@@ -19,9 +19,9 @@
1919
<properties>
2020
<deploy.target>shared</deploy.target>
2121
</properties>
22-
<dependencies/>
22+
<dependencies />
2323
<build>
24-
<resources/>
24+
<resources />
2525
<!-- java source -->
2626
</build>
2727
</project>

common/pack/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0-beta01</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common Components Package</name>
@@ -36,7 +36,7 @@
3636
</dependency>
3737
</dependencies>
3838
<build>
39-
<resources/>
39+
<resources />
4040
<!-- java source -->
4141
</build>
4242
</project>

0 commit comments

Comments
 (0)