Mercurial > hg > digilib
comparison doc/pom.xml @ 1438:b8f2fde0f034 release-2.3
Merge with 1edc05d955cba1bd06c340b60650f507be4af755
author | robcast |
---|---|
date | Tue, 10 Nov 2015 14:30:43 +0100 |
parents | 59805085a237 4b4973a9f34a |
children | 2a248500ede2 |
comparison
equal
deleted
inserted
replaced
1400:d5193f15619b | 1438:b8f2fde0f034 |
---|---|
13 <build> | 13 <build> |
14 <plugins> | 14 <plugins> |
15 <plugin> | 15 <plugin> |
16 <groupId>org.apache.maven.plugins</groupId> | 16 <groupId>org.apache.maven.plugins</groupId> |
17 <artifactId>maven-site-plugin</artifactId> | 17 <artifactId>maven-site-plugin</artifactId> |
18 <version>3.3</version> | 18 <version>3.4</version> |
19 <dependencies> | 19 <dependencies> |
20 <dependency> | 20 <dependency> |
21 <groupId>org.apache.maven.doxia</groupId> | 21 <groupId>org.apache.maven.doxia</groupId> |
22 <artifactId>doxia-module-markdown</artifactId> | 22 <artifactId>doxia-module-markdown</artifactId> |
23 <version>1.4</version> | 23 <version>1.6</version> |
24 </dependency> | 24 </dependency> |
25 </dependencies> | 25 </dependencies> |
26 </plugin> | 26 </plugin> |
27 </plugins> | 27 </plugins> |
28 </build> | 28 </build> |
29 <reporting> | 29 <reporting> |
30 <plugins> | 30 <plugins> |
31 <plugin> | 31 <plugin> |
32 <groupId>org.apache.maven.plugins</groupId> | 32 <groupId>org.apache.maven.plugins</groupId> |
33 <artifactId>maven-project-info-reports-plugin</artifactId> | 33 <artifactId>maven-project-info-reports-plugin</artifactId> |
34 <version>2.7</version> | 34 <version>2.8.1</version> |
35 <reportSets> | 35 <reportSets> |
36 <reportSet> | 36 <reportSet> |
37 <reports> | 37 <reports> |
38 <report>project-team</report> | 38 <report>project-team</report> |
39 <report>mailing-list</report> | 39 <report>mailing-list</report> |