Revision: | 58521 |
Committed: | Sat Jan 30 12:43:14 2016 UTC (6 years, 6 months ago) by abanck |
Content type: | text/plain |
File size: | 3407 byte(s) |
Log Message: | CMS-9907: prepare for next development iteration |
# | Content |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!-- |
3 | Copyright 2011-2016 Hippo B.V. (http://www.onehippo.com) |
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>27.5</version> |
24 | </parent> |
25 | |
26 | <name>Hippo Plugin SEO Support</name> |
27 | <description>Hippo Plugin SEO Support</description> |
28 | <artifactId>hippo-plugin-seo-support-root</artifactId> |
29 | <version>2.2.1-SNAPSHOT</version> |
30 | <packaging>pom</packaging> |
31 | |
32 | <inceptionYear>2011</inceptionYear> |
33 | |
34 | <scm> |
35 | <connection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-cms7/plugins/seo-support/branches/hippo-plugin-seo-support-2.2.x</connection> |
36 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-cms7/plugins/seo-support/branches/hippo-plugin-seo-support-2.2.x</developerConnection> |
37 | <url>https://svn.onehippo.org/repos/hippo/hippo-cms7/plugins/seo-support/branches/hippo-plugin-seo-support-2.2.x</url> |
38 | </scm> |
39 | |
40 | <properties> |
41 | <hippo.hst.version>3.2.0</hippo.hst.version> |
42 | <hippo.commons.version>2.2.0</hippo.commons.version> |
43 | <hippo.repository.version>3.2.0</hippo.repository.version> |
44 | <lib.junit.version>4.8.2</lib.junit.version> |
45 | <lib.easymock.version>3.0</lib.easymock.version> |
46 | </properties> |
47 | |
48 | <repositories> |
49 | <repository> |
50 | <id>hippo</id> |
51 | <name>Hippo Maven 2</name> |
52 | <url>https://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 | <issueManagement> |
63 | <system>Jira Hippo Plugins</system> |
64 | <url>https://issues.onehippo.com/browse/HIPPLUG/component/13047</url> |
65 | </issueManagement> |
66 | |
67 | <profiles> |
68 | <profile> |
69 | <id>default</id> |
70 | <activation> |
71 | <activeByDefault>true</activeByDefault> |
72 | <property> |
73 | <name>jrebel</name> |
74 | </property> |
75 | </activation> |
76 | </profile> |
77 | |
78 | <profile> |
79 | <id>pedantic</id> |
80 | <build> |
81 | <plugins> |
82 | <plugin> |
83 | <groupId>org.apache.rat</groupId> |
84 | <artifactId>apache-rat-plugin</artifactId> |
85 | <inherited>false</inherited> |
86 | <configuration> |
87 | <excludes combine.children="append"> |
88 | <!-- repository content XML --> |
89 | <exclude>repository/src/main/resources/**/*.xml</exclude> |
90 | </excludes> |
91 | </configuration> |
92 | </plugin> |
93 | </plugins> |
94 | </build> |
95 | </profile> |
96 | </profiles> |
97 | |
98 | <modules> |
99 | <module>site</module> |
100 | <module>repository</module> |
101 | </modules> |
102 | |
103 | </project> |
104 |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |
svn:mime-type | text/plain |