Mercurial > hg > digilib
annotate pom.xml @ 1460:42fb22288b55 release-2.3 release-2.3.7
update version numbers.
| author | robcast |
|---|---|
| date | Fri, 13 Nov 2015 17:37:41 +0100 |
| parents | 01c50fb92856 |
| children | 6c99692a429b |
| rev | line source |
|---|---|
| 884 | 1 <?xml version="1.0" encoding="UTF-8"?> |
|
1399
59805085a237
[maven-release-plugin] prepare release release-2.3.1
robcast
parents:
1284
diff
changeset
|
2 <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"> |
| 1215 | 3 <modelVersion>4.0.0</modelVersion> |
| 884 | 4 |
|
1415
7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
robcast
parents:
1401
diff
changeset
|
5 <properties> |
|
7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
robcast
parents:
1401
diff
changeset
|
6 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
robcast
parents:
1401
diff
changeset
|
7 </properties> |
|
7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
robcast
parents:
1401
diff
changeset
|
8 |
| 1215 | 9 <groupId>digilib</groupId> |
| 10 <artifactId>digilib</artifactId> | |
| 1460 | 11 <version>2.3.7</version> |
| 1215 | 12 <packaging>pom</packaging> |
| 884 | 13 |
| 1215 | 14 <name>digilib</name> |
| 15 <description>The Digital Image Library</description> | |
|
1279
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
16 <url>http://digilib.sourceforge.net</url> |
| 1215 | 17 <inceptionYear>2001</inceptionYear> |
| 1158 | 18 |
| 1215 | 19 <organization> |
| 20 <name>digilib Community</name> | |
|
1279
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
21 <url>http://digilib.sourceforge.net</url> |
| 1215 | 22 </organization> |
| 884 | 23 |
| 1215 | 24 <developers> |
| 25 <developer> | |
| 26 <id>robcast</id> | |
| 27 <name>Robert Casties</name> | |
| 1280 | 28 <email>robcast@users.sourceforge.net</email> |
| 1215 | 29 <organization>Max Planck Institute for the History of Science (MPIWG)</organization> |
| 30 <organizationUrl>http://www.mpiwg-berlin.mpg.de</organizationUrl> | |
| 31 <roles> | |
| 32 <role>developer</role> | |
| 33 <role>architect</role> | |
| 34 </roles> | |
| 35 </developer> | |
| 36 <developer> | |
| 37 <id>hertzhaft</id> | |
| 38 <name>Martin Raspe</name> | |
| 1280 | 39 <email>hertzhaft@users.sourceforge.net</email> |
| 1215 | 40 <organization>Bibliotheca Hertziana</organization> |
| 41 <organizationUrl>http://www.biblhertz.it</organizationUrl> | |
| 42 <roles> | |
| 43 <role>developer</role> | |
| 44 </roles> | |
| 45 </developer> | |
| 46 </developers> | |
| 47 <contributors> | |
| 48 <contributor> | |
| 49 <name>Gerd Grasshoff</name> | |
| 50 <organization>Humboldt Universität Berlin</organization> | |
| 51 <organizationUrl>http://www.hu-berlin.de</organizationUrl> | |
| 52 <roles> | |
| 53 <role>former developer</role> | |
| 54 </roles> | |
| 55 </contributor> | |
| 56 <contributor> | |
| 57 <name>Robert Gordesch</name> | |
| 58 <organization>Max Planck Institute for the History of Science (MPIWG)</organization> | |
| 59 <roles> | |
| 60 <role>former developer</role> | |
| 61 </roles> | |
| 62 </contributor> | |
| 63 <contributor> | |
| 64 <name>Christian Luginbuehl</name> | |
| 65 <organization>Universität Bern</organization> | |
| 66 <roles> | |
| 67 <role>former developer</role> | |
| 68 </roles> | |
| 69 </contributor> | |
| 70 </contributors> | |
| 71 <licenses> | |
| 72 <license> | |
| 73 <name>GNU General Lesser Public License (LGPL) version 3.0</name> | |
| 74 <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url> | |
| 75 <distribution>repo</distribution> | |
| 76 </license> | |
| 77 </licenses> | |
| 78 <scm> | |
|
1279
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
79 <connection>scm:hg:http://hg.code.sf.net/p/digilib/code</connection> |
|
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
80 <developerConnection>scm:hg:https://hg.code.sf.net/p/digilib/code</developerConnection> |
|
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
81 <url>https://sourceforge.net/p/digilib/code/ci/default/tree</url> |
| 1460 | 82 <tag>release-2.3.7</tag> |
| 1215 | 83 </scm> |
| 84 <issueManagement> | |
| 85 <system>Trac</system> | |
| 86 <url>https://it-dev.mpiwg-berlin.mpg.de/tracs/digilib</url> | |
| 87 </issueManagement> | |
| 88 <mailingLists> | |
| 89 <mailingList> | |
| 90 <name>Developer List</name> | |
| 1284 | 91 <subscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</subscribe> |
| 92 <unsubscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</unsubscribe> | |
| 93 <archive>http://sourceforge.net/p/digilib/mailman/digilib-devel</archive> | |
| 1215 | 94 </mailingList> |
| 95 </mailingLists> | |
| 890 | 96 |
| 1215 | 97 <build> |
| 98 <pluginManagement> | |
| 99 <plugins> | |
| 100 <plugin> | |
| 101 <groupId>org.apache.maven.plugins</groupId> | |
| 102 <artifactId>maven-compiler-plugin</artifactId> | |
| 1401 | 103 <version>3.3</version> |
| 1428 | 104 <configuration> |
| 105 <source>1.7</source> | |
| 106 <target>1.7</target> | |
| 107 </configuration> | |
| 108 </plugin> | |
| 1215 | 109 </plugins> |
| 110 </pluginManagement> | |
| 111 <plugins> | |
| 112 <plugin> | |
| 113 <groupId>org.apache.maven.plugins</groupId> | |
| 114 <artifactId>maven-scm-plugin</artifactId> | |
| 1401 | 115 <version>1.9.4</version> |
| 1215 | 116 <configuration> |
| 117 <goals>install</goals> | |
| 118 </configuration> | |
| 119 </plugin> | |
| 120 <plugin> | |
| 121 <groupId>org.codehaus.mojo</groupId> | |
| 122 <artifactId>license-maven-plugin</artifactId> | |
| 123 <version>1.4</version> | |
| 124 <configuration> | |
| 125 <!-- <verbose>false</verbose> --> | |
| 126 <licenseName>lgpl_v3</licenseName> | |
| 127 <!-- <useMissingFile>true</useMissingFile> --> | |
| 128 <!-- servlet-api is never included in packaging --> | |
| 129 <excludedArtifacts>servlet-api</excludedArtifacts> | |
| 130 </configuration> | |
| 131 </plugin> | |
| 132 <plugin> | |
| 133 <groupId>org.apache.maven.plugins</groupId> | |
| 134 <artifactId>maven-javadoc-plugin</artifactId> | |
| 1401 | 135 <version>2.10.3</version> |
| 1215 | 136 <configuration> |
| 137 <show>package</show> | |
| 138 <nohelp>true</nohelp> | |
| 139 </configuration> | |
| 140 </plugin> | |
| 141 </plugins> | |
| 142 </build> | |
| 143 <profiles> | |
| 144 <profile> | |
| 145 <id>servlet2</id> | |
| 146 </profile> | |
| 147 <profile> | |
| 148 <id>servlet3</id> | |
| 149 <activation> | |
| 150 <activeByDefault>true</activeByDefault> | |
| 151 </activation> | |
| 152 </profile> | |
| 153 <!-- optional modules with dependencies selected by profile --> | |
| 154 <profile> | |
| 155 <id>text</id> | |
| 156 <modules> | |
| 157 <module>text</module> | |
| 158 </modules> | |
| 159 </profile> | |
| 160 <profile> | |
| 161 <id>pdf</id> | |
| 162 <modules> | |
| 163 <module>pdf</module> | |
| 164 </modules> | |
| 165 </profile> | |
| 166 <profile> | |
| 167 <id>codec-jai</id> | |
| 168 <modules> | |
| 169 <module>common-jai</module> | |
| 170 </modules> | |
| 171 </profile> | |
| 172 <profile> | |
| 173 <id>codec-imagej</id> | |
| 174 <modules> | |
| 175 <module>common-imagej</module> | |
| 176 </modules> | |
| 177 </profile> | |
| 178 <profile> | |
| 179 <id>codec-bioformats</id> | |
| 180 <modules> | |
| 181 <module>common-bioformats</module> | |
| 182 </modules> | |
| 183 </profile> | |
| 184 </profiles> | |
| 185 <repositories> | |
| 186 </repositories> | |
| 884 | 187 |
| 1215 | 188 <dependencyManagement> |
| 189 <dependencies> | |
| 190 <dependency> | |
| 191 <groupId>log4j</groupId> | |
| 192 <artifactId>log4j</artifactId> | |
| 193 <version>1.2.14</version> | |
| 194 </dependency> | |
| 195 <!-- digilib module versions --> | |
| 196 <dependency> | |
| 197 <groupId>digilib</groupId> | |
| 198 <artifactId>digilib-common</artifactId> | |
| 1460 | 199 <version>2.3.7</version> |
| 1215 | 200 </dependency> |
| 201 <dependency> | |
| 202 <groupId>digilib</groupId> | |
| 203 <artifactId>digilib-common-jai</artifactId> | |
| 1460 | 204 <version>2.3.7</version> |
| 1215 | 205 </dependency> |
| 206 <dependency> | |
| 207 <groupId>digilib</groupId> | |
| 208 <artifactId>digilib-common-imagej</artifactId> | |
| 1460 | 209 <version>2.3.7</version> |
| 1215 | 210 </dependency> |
| 211 <dependency> | |
| 212 <groupId>digilib</groupId> | |
| 213 <artifactId>digilib-common-bioformats</artifactId> | |
| 1460 | 214 <version>2.3.7</version> |
| 1215 | 215 </dependency> |
| 216 <dependency> | |
| 217 <groupId>digilib</groupId> | |
|
1216
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
218 <artifactId>digilib-doc</artifactId> |
| 1460 | 219 <version>2.3.7</version> |
|
1216
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
220 </dependency> |
|
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
221 <dependency> |
|
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
222 <groupId>digilib</groupId> |
| 1215 | 223 <artifactId>digilib-pdf</artifactId> |
| 1460 | 224 <version>2.3.7</version> |
| 1215 | 225 </dependency> |
| 226 <dependency> | |
| 227 <groupId>digilib</groupId> | |
| 228 <artifactId>digilib-text</artifactId> | |
| 1460 | 229 <version>2.3.7</version> |
| 1215 | 230 </dependency> |
| 231 <dependency> | |
| 232 <groupId>digilib</groupId> | |
| 233 <artifactId>digilib-servlet</artifactId> | |
| 1460 | 234 <version>2.3.7</version> |
| 1215 | 235 </dependency> |
| 236 <dependency> | |
| 237 <groupId>digilib</groupId> | |
| 238 <artifactId>digilib-servlet2</artifactId> | |
| 1460 | 239 <version>2.3.7</version> |
| 1215 | 240 </dependency> |
| 241 <dependency> | |
| 242 <groupId>digilib</groupId> | |
| 243 <artifactId>digilib-servlet3</artifactId> | |
| 1460 | 244 <version>2.3.7</version> |
| 1215 | 245 </dependency> |
| 246 <dependency> | |
| 247 <groupId>digilib</groupId> | |
| 248 <artifactId>digilib-webapp</artifactId> | |
| 1460 | 249 <version>2.3.7</version> |
| 1215 | 250 </dependency> |
| 251 </dependencies> | |
| 252 </dependencyManagement> | |
| 1158 | 253 |
| 1215 | 254 <dependencies> |
| 255 </dependencies> | |
| 256 <!-- default modules --> | |
| 257 <modules> | |
| 258 <module>common</module> | |
| 259 <module>servlet</module> | |
| 260 <module>servlet2</module> | |
| 261 <module>servlet3</module> | |
| 262 <module>webapp</module> | |
|
1216
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
263 <module>doc</module> |
| 1215 | 264 </modules> |
| 884 | 265 </project> |
