|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 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"> |
5 | 3 | <modelVersion>4.0.0</modelVersion> |
6 | 4 |
|
7 | 5 | <parent> |
8 | 6 | <groupId>org.scijava</groupId> |
9 | 7 | <artifactId>pom-scijava</artifactId> |
10 | | - <relativePath /> |
11 | 8 | <version>27.0.1</version> |
| 9 | + <relativePath /> |
12 | 10 | </parent> |
13 | 11 |
|
14 | 12 | <groupId>org.janelia.saalfeldlab</groupId> |
|
30 | 28 | </license> |
31 | 29 | </licenses> |
32 | 30 |
|
33 | | - <mailingLists> |
34 | | - <mailingList> |
35 | | - <name>ImageJ Forum</name> |
36 | | - <archive>http://forum.imagej.net/</archive> |
37 | | - </mailingList> |
38 | | - </mailingLists> |
39 | | - |
40 | | - <scm> |
41 | | - <connection>scm:git:git://github.com/saalfeldlab/n5</connection> |
42 | | - <developerConnection>scm:git:git@github.com:saalfeldlab/n5</developerConnection> |
43 | | - <tag>HEAD</tag> |
44 | | - <url>https://github.com/saalfeldlab/n5</url> |
45 | | - </scm> |
46 | | - |
47 | | - <issueManagement> |
48 | | - <system>GitHub</system> |
49 | | - <url>https://github.com/saalfedlab/n5/issues</url> |
50 | | - </issueManagement> |
51 | | - |
52 | | - <ciManagement> |
53 | | - <system>Travis CI</system> |
54 | | - <url>https://travis-ci.org/saalfeldlab/n5</url> |
55 | | - </ciManagement> |
56 | | - |
57 | | - <properties> |
58 | | - <package-name>org.janelia.saalfeldlab.n5</package-name> |
59 | | - |
60 | | - <license.licenseName>bsd_2</license.licenseName> |
61 | | - <license.projectName>Not HDF5</license.projectName> |
62 | | - <license.organizationName>Saalfeld Lab</license.organizationName> |
63 | | - <license.copyrightOwners>Stephan Saalfeld</license.copyrightOwners> |
64 | | - |
65 | | - <scijava.jvm.build.version>[1.8.0-101,)</scijava.jvm.build.version> |
66 | | - </properties> |
67 | | - |
68 | 31 | <developers> |
69 | 32 | <developer> |
70 | 33 | <id>axtimwalde</id> |
|
81 | 44 | </roles> |
82 | 45 | </developer> |
83 | 46 | </developers> |
84 | | - |
85 | 47 | <contributors> |
86 | 48 | <contributor> |
87 | 49 | <name>Stephan Saalfeld</name> |
|
109 | 71 | </contributor> |
110 | 72 | </contributors> |
111 | 73 |
|
112 | | - <repositories> |
113 | | - <repository> |
114 | | - <id>imagej.public</id> |
115 | | - <url>https://maven.scijava.org/content/groups/public</url> |
116 | | - </repository> |
117 | | - </repositories> |
| 74 | + <mailingLists> |
| 75 | + <mailingList> |
| 76 | + <name>Image.sc Forum</name> |
| 77 | + <archive>https://forum.image.sc/tag/n5</archive> |
| 78 | + </mailingList> |
| 79 | + </mailingLists> |
| 80 | + |
| 81 | + <scm> |
| 82 | + <connection>scm:git:git://github.com/saalfeldlab/n5</connection> |
| 83 | + <developerConnection>scm:git:git@github.com:saalfeldlab/n5</developerConnection> |
| 84 | + <tag>HEAD</tag> |
| 85 | + <url>https://github.com/saalfeldlab/n5</url> |
| 86 | + </scm> |
| 87 | + <issueManagement> |
| 88 | + <system>GitHub</system> |
| 89 | + <url>https://github.com/saalfedlab/n5/issues</url> |
| 90 | + </issueManagement> |
| 91 | + <ciManagement> |
| 92 | + <system>Travis CI</system> |
| 93 | + <url>https://travis-ci.com/saalfeldlab/n5</url> |
| 94 | + </ciManagement> |
| 95 | + |
| 96 | + <properties> |
| 97 | + <package-name>org.janelia.saalfeldlab.n5</package-name> |
| 98 | + <license.licenseName>bsd_2</license.licenseName> |
| 99 | + <license.projectName>Not HDF5</license.projectName> |
| 100 | + <license.organizationName>Saalfeld Lab</license.organizationName> |
| 101 | + <license.copyrightOwners>Stephan Saalfeld</license.copyrightOwners> |
| 102 | + |
| 103 | + <scijava.jvm.build.version>[1.8.0-101,)</scijava.jvm.build.version> |
| 104 | + |
| 105 | + <!-- NB: Deploy releases to the SciJava Maven repository. --> |
| 106 | + <releaseProfiles>deploy-to-scijava</releaseProfiles> |
| 107 | + |
| 108 | + <xz.version>1.8</xz.version> |
| 109 | + <lz4-java.version>1.5.0</lz4-java.version> |
| 110 | + <commons-collections4.version>4.2</commons-collections4.version> |
| 111 | + <commons-compress.version>1.19</commons-compress.version> |
| 112 | + </properties> |
118 | 113 |
|
119 | 114 | <dependencies> |
120 | 115 | <dependency> |
121 | 116 | <groupId>org.tukaani</groupId> |
122 | 117 | <artifactId>xz</artifactId> |
123 | | - <version>1.8</version> |
| 118 | + <version>${xz.version}</version> |
124 | 119 | </dependency> |
125 | 120 | <dependency> |
126 | 121 | <groupId>org.lz4</groupId> |
127 | 122 | <artifactId>lz4-java</artifactId> |
128 | | - <version>1.5.0</version> |
| 123 | + <version>${lz4-java.version}</version> |
129 | 124 | </dependency> |
130 | 125 | <dependency> |
131 | 126 | <groupId>com.google.code.gson</groupId> |
|
161 | 156 | <dependency> |
162 | 157 | <groupId>org.apache.commons</groupId> |
163 | 158 | <artifactId>commons-collections4</artifactId> |
164 | | - <version>4.2</version> |
| 159 | + <version>${commons-collections4.version}</version> |
165 | 160 | <scope>test</scope> |
166 | 161 | </dependency> |
167 | 162 | <dependency> |
|
171 | 166 | <dependency> |
172 | 167 | <groupId>org.apache.commons</groupId> |
173 | 168 | <artifactId>commons-compress</artifactId> |
174 | | - <version>1.19</version> |
| 169 | + <version>${commons-compress.version}</version> |
175 | 170 | </dependency> |
176 | 171 | </dependencies> |
177 | 172 |
|
| 173 | + <repositories> |
| 174 | + <repository> |
| 175 | + <id>scijava.public</id> |
| 176 | + <url>https://maven.scijava.org/content/groups/public</url> |
| 177 | + </repository> |
| 178 | + </repositories> |
| 179 | + |
178 | 180 | <build> |
179 | 181 | <pluginManagement> |
180 | 182 | <plugins> |
181 | | - <plugin> |
182 | | - <groupId>org.apache.maven.plugins</groupId> |
183 | | - <artifactId>maven-compiler-plugin</artifactId> |
184 | | - <configuration> |
185 | | - <source>1.8</source> |
186 | | - <target>1.8</target> |
187 | | - </configuration> |
188 | | - </plugin> |
189 | | - <plugin> |
190 | | - <artifactId>maven-deploy-plugin</artifactId> |
191 | | - <version>2.8.1</version> |
192 | | - <configuration> |
193 | | - <altDeploymentRepository>internal.repo::default::file://${deploy.path}</altDeploymentRepository> |
194 | | - </configuration> |
195 | | - </plugin> |
196 | 183 | <plugin> |
197 | 184 | <artifactId>maven-resources-plugin</artifactId> |
198 | 185 | <executions> |
|
220 | 207 | </plugins> |
221 | 208 | </pluginManagement> |
222 | 209 | </build> |
223 | | - |
224 | | - <distributionManagement> |
225 | | - <repository> |
226 | | - <id>local-maven-repo</id> |
227 | | - <name>Local Maven Repository</name> |
228 | | - <url>file://${deploy.path}</url> |
229 | | - </repository> |
230 | | - </distributionManagement> |
231 | 210 | </project> |
0 commit comments