|
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"> |
2 | 2 | <modelVersion>4.0.0</modelVersion>
|
3 | 3 | <parent>
|
4 | 4 | <artifactId>sakai-standard-tool</artifactId>
|
|
7 | 7 | </parent>
|
8 | 8 | <name>Sakai Common Project</name>
|
9 | 9 | <groupId>org.sakaiproject.common</groupId>
|
10 |
| - <version>1.0.0-beta01</version> |
| 10 | + <version>1.0.0-beta02-SNAPSHOT</version> |
11 | 11 | <artifactId>common</artifactId>
|
12 | 12 | <packaging>pom</packaging>
|
13 | 13 | <properties>
|
14 | 14 | <!--<url.localsite>dav:http://source.sakaiproject.org/release/kernel/${project.version}</url.localsite>-->
|
15 | 15 | <url.localsite>scp://source.sakaiproject.org/var/www/html/release/common/${project.version}</url.localsite>
|
16 | 16 | </properties>
|
17 | 17 | <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> |
21 | 21 | </scm>
|
22 | 22 | <modules>
|
23 | 23 | <module>pack</module>
|
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.sakaiproject.common</groupId>
|
97 | 97 | <artifactId>sakai-common-composite-component</artifactId>
|
98 |
| - <version>1.0.0-beta01</version> |
| 98 | + <version>1.0.0-beta02-SNAPSHOT</version> |
99 | 99 | </dependency>
|
100 | 100 | <dependency>
|
101 | 101 | <groupId>org.sakaiproject.common</groupId>
|
102 | 102 | <artifactId>sakai-common-manager-api</artifactId>
|
103 |
| - <version>1.0.0-beta01</version> |
| 103 | + <version>1.0.0-beta02-SNAPSHOT</version> |
104 | 104 | <scope>provided</scope>
|
105 | 105 | </dependency>
|
106 | 106 | <dependency>
|
107 | 107 | <groupId>org.sakaiproject.common</groupId>
|
108 | 108 | <artifactId>sakai-common-type-api</artifactId>
|
109 |
| - <version>1.0.0-beta01</version> |
| 109 | + <version>1.0.0-beta02-SNAPSHOT</version> |
110 | 110 | <scope>provided</scope>
|
111 | 111 | </dependency>
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>org.sakaiproject.common</groupId>
|
114 | 114 | <artifactId>sakai-common-edu-person-api</artifactId>
|
115 |
| - <version>1.0.0-beta01</version> |
| 115 | + <version>1.0.0-beta02-SNAPSHOT</version> |
116 | 116 | <scope>provided</scope>
|
117 | 117 | </dependency>
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>org.sakaiproject.common</groupId>
|
120 | 120 | <artifactId>sakai-common-composite-component-data</artifactId>
|
121 |
| - <version>1.0.0-beta01</version> |
| 121 | + <version>1.0.0-beta02-SNAPSHOT</version> |
122 | 122 | <scope>provided</scope>
|
123 | 123 | </dependency>
|
124 | 124 |
|
125 | 125 | <dependency>
|
126 | 126 | <groupId>org.sakaiproject.common</groupId>
|
127 | 127 | <artifactId>sakai-privacy-hbm</artifactId>
|
128 |
| - <version>1.0.0-beta01</version> |
| 128 | + <version>1.0.0-beta02-SNAPSHOT</version> |
129 | 129 | <scope>provided</scope>
|
130 | 130 | </dependency>
|
131 | 131 | <dependency>
|
132 | 132 | <groupId>org.sakaiproject.common</groupId>
|
133 | 133 | <artifactId>sakai-privacy-api</artifactId>
|
134 |
| - <version>1.0.0-beta01</version> |
| 134 | + <version>1.0.0-beta02-SNAPSHOT</version> |
135 | 135 | <scope>provided</scope>
|
136 | 136 | </dependency>
|
137 | 137 | <dependency>
|
138 | 138 | <groupId>org.sakaiproject.common</groupId>
|
139 | 139 | <artifactId>sakai-privacy-impl</artifactId>
|
140 |
| - <version>1.0.0-beta01</version> |
| 140 | + <version>1.0.0-beta02-SNAPSHOT</version> |
141 | 141 | </dependency>
|
142 | 142 | <dependency>
|
143 | 143 | <groupId>org.sakaiproject.common</groupId>
|
144 | 144 | <artifactId>archive-api</artifactId>
|
145 |
| - <version>1.0.0-beta01</version> |
| 145 | + <version>1.0.0-beta02-SNAPSHOT</version> |
146 | 146 | <scope>provided</scope>
|
147 | 147 | </dependency>
|
148 | 148 | <dependency>
|
149 | 149 | <groupId>org.sakaiproject.common</groupId>
|
150 | 150 | <artifactId>archive-impl2</artifactId>
|
151 |
| - <version>1.0.0-beta01</version> |
| 151 | + <version>1.0.0-beta02-SNAPSHOT</version> |
152 | 152 | </dependency>
|
153 | 153 | <dependency>
|
154 | 154 | <groupId>org.sakaiproject.common</groupId>
|
155 | 155 | <artifactId>archive-impl</artifactId>
|
156 |
| - <version>1.0.0-beta01</version> |
| 156 | + <version>1.0.0-beta02-SNAPSHOT</version> |
157 | 157 | </dependency>
|
158 | 158 | <dependency>
|
159 | 159 | <groupId>org.sakaiproject.common</groupId>
|
160 | 160 | <artifactId>import-impl</artifactId>
|
161 |
| - <version>1.0.0-beta01</version> |
| 161 | + <version>1.0.0-beta02-SNAPSHOT</version> |
162 | 162 | </dependency>
|
163 | 163 | <dependency>
|
164 | 164 | <groupId>org.sakaiproject.common</groupId>
|
165 | 165 | <artifactId>sakai-import-content</artifactId>
|
166 |
| - <version>1.0.0-beta01</version> |
| 166 | + <version>1.0.0-beta02-SNAPSHOT</version> |
167 | 167 | </dependency>
|
168 | 168 | <dependency>
|
169 | 169 | <groupId>org.sakaiproject.common</groupId>
|
170 | 170 | <artifactId>common-cartridge</artifactId>
|
171 |
| - <version>1.0.0-beta01</version> |
| 171 | + <version>1.0.0-beta02-SNAPSHOT</version> |
172 | 172 | </dependency>
|
173 | 173 | <dependency>
|
174 | 174 | <groupId>org.sakaiproject.common</groupId>
|
175 | 175 | <artifactId>sakai-archive-import</artifactId>
|
176 |
| - <version>1.0.0-beta01</version> |
| 176 | + <version>1.0.0-beta02-SNAPSHOT</version> |
177 | 177 | </dependency>
|
178 | 178 |
|
179 | 179 | <!-- external dependencies -->
|
|
0 commit comments