Skip to content

Commit 00e88c3

Browse files
committed
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://source.sakaiproject.org/svn/common/trunk@67914 66ffb92e-73f9-0310-93c1-f5514f145a0a
1 parent f841e57 commit 00e88c3

File tree

23 files changed

+45
-45
lines changed

23 files changed

+45
-45
lines changed

common/archive-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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">
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">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>org.sakaiproject.common</groupId>
6-
<version>1.0.0-beta01</version>
6+
<version>1.0.0-beta02-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<name>archive-api</name>

common/archive-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>common</artifactId>
1717
<groupId>org.sakaiproject.common</groupId>
18-
<version>1.0.0-beta01</version><!--common.version-->
18+
<version>1.0.0-beta02-SNAPSHOT</version><!--common.version-->
1919
</parent>
2020

2121
<dependencies>

common/archive-impl/impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>archive-impl</name>

common/archive-impl/impl2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>archive-impl2</name>

common/archive-impl/pack/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>archive-pack</name>

common/common-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>common</artifactId>
1717
<groupId>org.sakaiproject.common</groupId>
18-
<version>1.0.0-beta01</version><!--common.version-->
18+
<version>1.0.0-beta02-SNAPSHOT</version><!--common.version-->
1919
</parent>
2020

2121
<dependencies>

common/common-composite-component/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common API Composite Component</name>

common/edu-person-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common EduPerson API</name>

common/impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common API Composite Component Data</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Content Import Handlers</name>

common/import-impl/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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">
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">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>org.sakaiproject.common</groupId>
6-
<version>1.0.0-beta01</version>
6+
<version>1.0.0-beta02-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<name>Sakai Import Implementation</name>

common/import-pack/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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">
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">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>org.sakaiproject.common</groupId>
6-
<version>1.0.0-beta01</version>
6+
<version>1.0.0-beta02-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<name>Sakai Import Components Package</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Import Common Cartridge</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Archive Import</name>

common/manager-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common Manager API</name>

common/pack/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common Components Package</name>

common/pom.xml

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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">
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">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<artifactId>sakai-standard-tool</artifactId>
@@ -7,17 +7,17 @@
77
</parent>
88
<name>Sakai Common Project</name>
99
<groupId>org.sakaiproject.common</groupId>
10-
<version>1.0.0-beta01</version>
10+
<version>1.0.0-beta02-SNAPSHOT</version>
1111
<artifactId>common</artifactId>
1212
<packaging>pom</packaging>
1313
<properties>
1414
<!--<url.localsite>dav:http://source.sakaiproject.org/release/kernel/${project.version}</url.localsite>-->
1515
<url.localsite>scp://source.sakaiproject.org/var/www/html/release/common/${project.version}</url.localsite>
1616
</properties>
1717
<scm>
18-
<connection>scm:svn:https://source.sakaiproject.org/svn/common/tags/common-1.0.0-beta01</connection>
19-
<developerConnection>scm:svn:https://source.sakaiproject.org/svn/common/tags/common-1.0.0-beta01</developerConnection>
20-
<url>https://source.sakaiproject.org/svn/common/tags/common-1.0.0-beta01</url>
18+
<connection>scm:svn:https://source.sakaiproject.org/svn/common/trunk</connection>
19+
<developerConnection>scm:svn:https://source.sakaiproject.org/svn/common/trunk</developerConnection>
20+
<url>https://source.sakaiproject.org/svn/common/trunk</url>
2121
</scm>
2222
<modules>
2323
<module>pack</module>
@@ -95,85 +95,85 @@
9595
<dependency>
9696
<groupId>org.sakaiproject.common</groupId>
9797
<artifactId>sakai-common-composite-component</artifactId>
98-
<version>1.0.0-beta01</version>
98+
<version>1.0.0-beta02-SNAPSHOT</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.sakaiproject.common</groupId>
102102
<artifactId>sakai-common-manager-api</artifactId>
103-
<version>1.0.0-beta01</version>
103+
<version>1.0.0-beta02-SNAPSHOT</version>
104104
<scope>provided</scope>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.sakaiproject.common</groupId>
108108
<artifactId>sakai-common-type-api</artifactId>
109-
<version>1.0.0-beta01</version>
109+
<version>1.0.0-beta02-SNAPSHOT</version>
110110
<scope>provided</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.sakaiproject.common</groupId>
114114
<artifactId>sakai-common-edu-person-api</artifactId>
115-
<version>1.0.0-beta01</version>
115+
<version>1.0.0-beta02-SNAPSHOT</version>
116116
<scope>provided</scope>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.sakaiproject.common</groupId>
120120
<artifactId>sakai-common-composite-component-data</artifactId>
121-
<version>1.0.0-beta01</version>
121+
<version>1.0.0-beta02-SNAPSHOT</version>
122122
<scope>provided</scope>
123123
</dependency>
124124

125125
<dependency>
126126
<groupId>org.sakaiproject.common</groupId>
127127
<artifactId>sakai-privacy-hbm</artifactId>
128-
<version>1.0.0-beta01</version>
128+
<version>1.0.0-beta02-SNAPSHOT</version>
129129
<scope>provided</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.sakaiproject.common</groupId>
133133
<artifactId>sakai-privacy-api</artifactId>
134-
<version>1.0.0-beta01</version>
134+
<version>1.0.0-beta02-SNAPSHOT</version>
135135
<scope>provided</scope>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.sakaiproject.common</groupId>
139139
<artifactId>sakai-privacy-impl</artifactId>
140-
<version>1.0.0-beta01</version>
140+
<version>1.0.0-beta02-SNAPSHOT</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.sakaiproject.common</groupId>
144144
<artifactId>archive-api</artifactId>
145-
<version>1.0.0-beta01</version>
145+
<version>1.0.0-beta02-SNAPSHOT</version>
146146
<scope>provided</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.sakaiproject.common</groupId>
150150
<artifactId>archive-impl2</artifactId>
151-
<version>1.0.0-beta01</version>
151+
<version>1.0.0-beta02-SNAPSHOT</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.sakaiproject.common</groupId>
155155
<artifactId>archive-impl</artifactId>
156-
<version>1.0.0-beta01</version>
156+
<version>1.0.0-beta02-SNAPSHOT</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.sakaiproject.common</groupId>
160160
<artifactId>import-impl</artifactId>
161-
<version>1.0.0-beta01</version>
161+
<version>1.0.0-beta02-SNAPSHOT</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.sakaiproject.common</groupId>
165165
<artifactId>sakai-import-content</artifactId>
166-
<version>1.0.0-beta01</version>
166+
<version>1.0.0-beta02-SNAPSHOT</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.sakaiproject.common</groupId>
170170
<artifactId>common-cartridge</artifactId>
171-
<version>1.0.0-beta01</version>
171+
<version>1.0.0-beta02-SNAPSHOT</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>org.sakaiproject.common</groupId>
175175
<artifactId>sakai-archive-import</artifactId>
176-
<version>1.0.0-beta01</version>
176+
<version>1.0.0-beta02-SNAPSHOT</version>
177177
</dependency>
178178

179179
<!-- external dependencies -->

common/privacy-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Privacy API</name>

common/privacy-comp-impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Privacy Component Impl</name>

common/privacy-components/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Privacy Pack</name>

common/privacy-hbm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Privacy HBM</name>

common/privacy-integration-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>common</artifactId>
77
<groupId>org.sakaiproject.common</groupId>
8-
<version>1.0.0-beta01</version>
8+
<version>1.0.0-beta02-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<name>Sakai Privacy Test</name>

common/type-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>common</artifactId>
66
<groupId>org.sakaiproject.common</groupId>
7-
<version>1.0.0-beta01</version>
7+
<version>1.0.0-beta02-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<name>Sakai Common Type API</name>

0 commit comments

Comments
 (0)