… | |
… | |
19 | |
19 | |
20 | <name>docsite</name> |
20 | <name>docsite</name> |
21 | <description>Hippo documentation site</description> |
21 | <description>Hippo documentation site</description> |
22 | <groupId>org.onehippo.ecm</groupId> |
22 | <groupId>org.onehippo.ecm</groupId> |
23 | <artifactId>hst_docs</artifactId> |
23 | <artifactId>hst_docs</artifactId> |
24 | <version>1.01.11</version> |
24 | <version>1.01.12-SNAPSHOT</version> |
25 | <packaging>pom</packaging> |
25 | <packaging>pom</packaging> |
26 | |
26 | |
27 | <modules> |
27 | <modules> |
28 | <module>content</module> |
28 | <module>content</module> |
29 | <module>cms</module> |
29 | <module>cms</module> |
… | |
… | |
67 | <!-- |
67 | <!-- |
68 | Software configuration management (scm): where to find and how to get access to the source repository |
68 | Software configuration management (scm): where to find and how to get access to the source repository |
69 | This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html |
69 | This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html |
70 | --> |
70 | --> |
71 | <scm> |
71 | <scm> |
72 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_11</connection> |
72 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</connection> |
73 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_11</developerConnection> |
73 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</developerConnection> |
74 | <url>http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_11</url> |
74 | <url>http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</url> |
75 | </scm> |
75 | </scm> |
76 | |
76 | |
77 | <dependencyManagement> |
77 | <dependencyManagement> |
78 | <dependencies> |
78 | <dependencies> |
79 | <dependency> |
79 | <dependency> |