Revision: | 35243 |
Committed: | Tue Jul 17 11:18:22 2012 UTC (9 years, 10 months ago) by mnour |
Content type: | text/plain |
File size: | 2304 byte(s) |
Log Message: | CMS7-6300 - prepare for next development iteration |
# | Content |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!-- |
3 | Copyright 2007-2011 Hippo. |
4 | |
5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | you may not use this file except in compliance with the License. |
7 | You may obtain a copy of the License at |
8 | |
9 | http://www.apache.org/licenses/LICENSE-2.0 |
10 | |
11 | Unless required by applicable law or agreed to in writing, software |
12 | distributed under the License is distributed on an "AS IS" BASIS, |
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 | See the License for the specific language governing permissions and |
15 | limitations under the License. |
16 | --> |
17 | <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"> |
18 | <modelVersion>4.0.0</modelVersion> |
19 | |
20 | <parent> |
21 | <groupId>org.onehippo.cms7</groupId> |
22 | <artifactId>hippo-cms7-project</artifactId> |
23 | <version>13</version> |
24 | </parent> |
25 | |
26 | <name>Faceted Date addon</name> |
27 | <description>Hippo Faceted Date addon</description> |
28 | <artifactId>hippo-addon-faceteddate</artifactId> |
29 | <version>2.23.03-SNAPSHOT</version> |
30 | <packaging>pom</packaging> |
31 | |
32 | <scm> |
33 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-cms7/addons/addon-faceteddate/trunk</connection> |
34 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-cms7/addons/addon-faceteddate/trunk</developerConnection> |
35 | <url>http://svn.onehippo.org/repos/hippo/hippo-cms7/addons/addon-faceteddate/trunk</url> |
36 | </scm> |
37 | |
38 | <properties> |
39 | <hippo.repository.version>2.23.03-alpha</hippo.repository.version> |
40 | <hippo.cms.version>2.23.02-alpha</hippo.cms.version> |
41 | <junit.version>4.4</junit.version> |
42 | |
43 | <atomikos.version>3.1.4</atomikos.version> |
44 | |
45 | <sonar.l10n.locales>nl,fr,it,de</sonar.l10n.locales> |
46 | </properties> |
47 | |
48 | <repositories> |
49 | <repository> |
50 | <id>hippo</id> |
51 | <name>Hippo Maven 2</name> |
52 | <url>http://maven.onehippo.com/maven2/</url> |
53 | <snapshots> |
54 | <enabled>false</enabled> |
55 | </snapshots> |
56 | <releases> |
57 | <updatePolicy>never</updatePolicy> |
58 | </releases> |
59 | </repository> |
60 | </repositories> |
61 | |
62 | <modules> |
63 | <module>frontend</module> |
64 | <module>repository</module> |
65 | </modules> |
66 | |
67 | </project> |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |
svn:mergeinfo | /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/faceteddate/pom.xml:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/addon/faceteddate/pom.xml:20255-20460,21500,21505,21641,21766 /hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/pom.xml:21204 /hippo-ecm/branches/Branch-HREPTWO-v2_12_xx/addon/faceteddate/pom.xml:21923,22087,22093,22338,22547,22549,22639,22823,22830,22849,22851,23078-23079,23288-23289,23293,23416,23452,23462,23490,23610,23680,23849 /hippo-ecm/branches/Branch-HREPTWO-v2_16_xx/addon/faceteddate/pom.xml:23651,23754,23779,23840,23842,24124,24166 /hippo-ecm/branches/Branch-ONS-March2010/addon/faceteddate/pom.xml:22251-22336 /hippo-ecm/branches/jr2/addon/faceteddate/pom.xml:23536-23616 /hippo-ecm/branches/wicket_upgrade_to_1_4/addon/faceteddate/pom.xml:20604-20690 |
svn:mime-type | text/plain |