|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
7 | | - <groupId>se.lfv.reqstool</groupId> |
| 7 | + <groupId>io.github.reqstool</groupId> |
8 | 8 | <artifactId>reqstool-java-annotations</artifactId> |
9 | | - <version>0.1.5</version> |
| 9 | + <version>0.1.0</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>${project.artifactId}</name> |
13 | 13 | <description>Requirements Tools - Java Annotations</description> |
14 | | - <url>https://github.com/Luftfartsverket/reqstool-java-annotations</url> |
| 14 | + <url>https://github.com/reqstool/reqstool-java-annotations</url> |
15 | 15 |
|
16 | 16 | <licenses> |
17 | 17 | <license> |
|
22 | 22 |
|
23 | 23 | <developers> |
24 | 24 | <developer> |
25 | | - <name>LFV System Development Team</name> |
26 | | - <email>sysdev@lfv.se</email> |
27 | | - <organization>Luftfartsverket</organization> |
28 | | - <organizationUrl>http://www.lfv.se</organizationUrl> |
| 25 | + <name>Reqstool Contributors</name> |
| 26 | + <organization>reqstool</organization> |
| 27 | + <organizationUrl>https://github.com/reqstool</organizationUrl> |
29 | 28 | </developer> |
30 | 29 | </developers> |
31 | 30 |
|
32 | 31 | <scm> |
33 | | - <connection>scm:git:https://github.com/Luftfartsverket/reqstool-java-annotations.git</connection> |
34 | | - <url>https://github.com/Luftfartsverket/reqstool-java-annotations</url> |
| 32 | + <connection>scm:git:https://github.com/reqstool/reqstool-java-annotations.git</connection> |
| 33 | + <url>https://github.com/reqstool/reqstool-java-annotations</url> |
35 | 34 | </scm> |
36 | 35 | <issueManagement> |
37 | 36 | <system>Github</system> |
38 | | - <url>https://github.com/Luftfartsverket/reqstool-java-annotations/issues</url> |
| 37 | + <url>https://github.com/reqstool/reqstool-java-annotations/issues</url> |
39 | 38 | </issueManagement> |
40 | 39 | <ciManagement> |
41 | 40 | <system>Github</system> |
42 | | - <url>https://github.com/Luftfartsverket/reqstool-java-annotations/actions</url> |
| 41 | + <url>https://github.com/reqstool/reqstool-java-annotations/actions</url> |
43 | 42 | </ciManagement> |
44 | 43 |
|
45 | 44 | <properties> |
|
0 commit comments