Skip to content

Commit 86dfa30

Browse files
committed
[maven-release-plugin] prepare release calendar-2.9.0-a01
git-svn-id: https://source.sakaiproject.org/svn/calendar/trunk@99736 66ffb92e-73f9-0310-93c1-f5514f145a0a
1 parent d26058e commit 86dfa30

File tree

10 files changed

+24
-32
lines changed

10 files changed

+24
-32
lines changed

calendar/calendar-api/api/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<name>sakai-calendar-api</name>
2121
<groupId>org.sakaiproject.calendar</groupId>
2222
<artifactId>sakai-calendar-api</artifactId>
23-
<version>2.9-SNAPSHOT</version>
23+
<version>2.9.0-a01</version>
2424
<organization>
2525
<name>The Sakai Foundation</name>
2626
<url>http://sakaiproject.org/</url>
@@ -33,9 +33,9 @@
3333
</properties>
3434

3535
<scm>
36-
<connection>scm:svn:https://source.sakaiproject.org/svn/calendar/trunk/calendar-api/api</connection>
37-
<developerConnection>scm:svn:https://source.sakaiproject.org/svn/calendar/trunk/calendar-api/api</developerConnection>
38-
<url>https://source.sakaiproject.org/svn/calendar/trunk/calendar-api/api</url>
36+
<connection>scm:svn:https://source.sakaiproject.org/svn/calendar/tags/calendar-2.9.0-a01/calendar-api/api</connection>
37+
<developerConnection>scm:svn:https://source.sakaiproject.org/svn/calendar/tags/calendar-2.9.0-a01/calendar-api/api</developerConnection>
38+
<url>https://source.sakaiproject.org/svn/calendar/tags/calendar-2.9.0-a01/calendar-api/api</url>
3939
</scm>
4040

4141
<dependencies>

calendar/calendar-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sakaiproject.calendar</groupId>
77
<artifactId>calendar</artifactId>
8-
<version>2.9-SNAPSHOT</version>
8+
<version>2.9.0-a01</version>
99
</parent>
1010

1111
<name>sakai-calendar-assembly</name>

calendar/calendar-bundles/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

65
<parent>
76
<groupId>org.sakaiproject.calendar</groupId>
87
<artifactId>calendar</artifactId>
9-
<version>2.9-SNAPSHOT</version>
8+
<version>2.9.0-a01</version>
109
</parent>
1110

1211
<name>sakai-calendar-bundles</name>

calendar/calendar-help/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

65
<parent>
76
<groupId>org.sakaiproject.calendar</groupId>
87
<artifactId>calendar</artifactId>
9-
<version>2.9-SNAPSHOT</version>
8+
<version>2.9.0-a01</version>
109
</parent>
1110

1211
<name>sakai-calendar-help</name>

calendar/calendar-impl/impl/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

65
<parent>
76
<groupId>org.sakaiproject.calendar</groupId>
87
<artifactId>calendar</artifactId>
9-
<version>2.9-SNAPSHOT</version>
8+
<version>2.9.0-a01</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

calendar/calendar-impl/pack/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

65
<parent>
76
<groupId>org.sakaiproject.calendar</groupId>
87
<artifactId>calendar</artifactId>
9-
<version>2.9-SNAPSHOT</version>
8+
<version>2.9.0-a01</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

calendar/calendar-summary-tool/tool/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

65
<parent>
76
<groupId>org.sakaiproject.calendar</groupId>
87
<artifactId>calendar</artifactId>
9-
<version>2.9-SNAPSHOT</version>
8+
<version>2.9.0-a01</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

calendar/calendar-tool/tool/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

65
<parent>
76
<groupId>org.sakaiproject.calendar</groupId>
87
<artifactId>calendar</artifactId>
9-
<version>2.9-SNAPSHOT</version>
8+
<version>2.9.0-a01</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

calendar/calendar-util/util/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

65
<parent>
76
<groupId>org.sakaiproject.calendar</groupId>
87
<artifactId>calendar</artifactId>
9-
<version>2.9-SNAPSHOT</version>
8+
<version>2.9.0-a01</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

calendar/pom.xml

+5-6
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

65
<parent>
@@ -12,7 +11,7 @@
1211
<name>sakai-calendar base pom</name>
1312
<groupId>org.sakaiproject.calendar</groupId>
1413
<artifactId>calendar</artifactId>
15-
<version>2.9-SNAPSHOT</version>
14+
<version>2.9.0-a01</version>
1615
<packaging>pom</packaging>
1716

1817
<modules>
@@ -38,9 +37,9 @@
3837
</properties>
3938

4039
<scm>
41-
<connection>scm:svn:https://source.sakaiproject.org/svn/calendar/trunk</connection>
42-
<developerConnection>scm:svn:https://source.sakaiproject.org/svn/calendar/trunk</developerConnection>
43-
<url>https://source.sakaiproject.org/svn/calendar/trunk</url>
40+
<connection>scm:svn:https://source.sakaiproject.org/svn/calendar/tags/calendar-2.9.0-a01</connection>
41+
<developerConnection>scm:svn:https://source.sakaiproject.org/svn/calendar/tags/calendar-2.9.0-a01</developerConnection>
42+
<url>https://source.sakaiproject.org/svn/calendar/tags/calendar-2.9.0-a01</url>
4443
</scm>
4544

4645
<distributionManagement>

0 commit comments

Comments
 (0)