|
| 1 | +<!-- |
| 2 | +
|
| 3 | + Copyright 2020 Systems Research Group, University of St Andrews: |
| 4 | + <https://github.com/stacs-srg> |
| 5 | +
|
| 6 | + This file is part of the module population-records. |
| 7 | +
|
| 8 | + population-records is free software: you can redistribute it and/or modify it under the terms of the GNU General Public |
| 9 | + License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later |
| 10 | + version. |
| 11 | +
|
| 12 | + population-records is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
| 13 | + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
| 14 | +
|
| 15 | + You should have received a copy of the GNU General Public License along with population-records. If not, see |
| 16 | + <http://www.gnu.org/licenses/>. |
| 17 | +
|
| 18 | +--> |
1 | 19 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
2 | 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
3 | 21 | <modelVersion>4.0.0</modelVersion>
|
4 | 22 |
|
5 | 23 | <parent>
|
6 |
| - <groupId>uk.ac.standrews.cs</groupId> |
| 24 | + <groupId>com.github.stacs-srg</groupId> |
7 | 25 | <artifactId>common-pom</artifactId>
|
8 |
| - <version>3.0-SNAPSHOT</version> |
| 26 | + <version>1.0.1</version> |
9 | 27 | </parent>
|
10 | 28 |
|
11 | 29 | <artifactId>population-records</artifactId>
|
12 |
| - <version>1.0-SNAPSHOT</version> |
| 30 | + <version>1.0.0</version> |
13 | 31 | <packaging>jar</packaging>
|
14 | 32 | <name>population-records</name>
|
15 | 33 |
|
16 |
| - <description>Population Records</description> |
| 34 | + <description>Utilities for manipulating population records</description> |
| 35 | + <url>https://stacs-srg.github.io/ciesvium/</url> |
17 | 36 | <inceptionYear>2018</inceptionYear>
|
18 | 37 |
|
| 38 | + <scm> |
| 39 | + <connection>scm:git:git://github.com/stacs-srg/population-records.git</connection> |
| 40 | + <developerConnection>scm:git:ssh://github.com:stacs-srg/population-records.git</developerConnection> |
| 41 | + <url>https://github.com/stacs-srg/population-records/tree/master</url> |
| 42 | + </scm> |
| 43 | + |
19 | 44 | <dependencies>
|
20 | 45 |
|
21 | 46 | <dependency>
|
22 |
| - <groupId>uk.ac.standrews.cs</groupId> |
| 47 | + <groupId>com.github.stacs-srg</groupId> |
23 | 48 | <artifactId>storr</artifactId>
|
24 |
| - <version>1.0-SNAPSHOT</version> |
| 49 | + <version>1.0.1</version> |
25 | 50 | </dependency>
|
26 | 51 |
|
27 | 52 | <dependency>
|
28 |
| - <groupId>uk.ac.standrews.cs</groupId> |
| 53 | + <groupId>com.github.stacs-srg</groupId> |
29 | 54 | <artifactId>ciesvium</artifactId>
|
30 |
| - <version>1.0-SNAPSHOT</version> |
| 55 | + <version>1.0.0</version> |
31 | 56 | </dependency>
|
32 | 57 |
|
33 | 58 | </dependencies>
|
34 | 59 |
|
35 |
| - <repositories> |
36 |
| - |
37 |
| - <!-- This has to be replicated from the parent POM so the parent POM can be found. --> |
38 |
| - <repository> |
39 |
| - <id>uk.ac.standrews.cs.maven.repository</id> |
40 |
| - <name>School of Computer Science Maven Repository</name> |
41 |
| - <url>https://maven.cs.st-andrews.ac.uk/</url> |
42 |
| - </repository> |
43 |
| - |
44 |
| - </repositories> |
45 |
| - |
46 | 60 | </project>
|
0 commit comments