|
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <name>REST Assured BOM</name> |
8 | 8 | <description>Centralized dependencyManagement for the REST Assured project</description> |
9 | | - <url>https://github.com/rest-assured/rest-assured</url> |
| 9 | + <url>https://rest-assured.io/</url> |
| 10 | + <licenses> |
| 11 | + <license> |
| 12 | + <name>Apache 2.0</name> |
| 13 | + <url>https://www.apache.org/licenses/LICENSE-2.0.html</url> |
| 14 | + <distribution>repo</distribution> |
| 15 | + </license> |
| 16 | + </licenses> |
| 17 | + <scm> |
| 18 | + <connection>scm:git:git://github.com/rest-assured/rest-assured.git</connection> |
| 19 | + < developerConnection>scm:git:ssh:// [email protected]/rest-assured/rest-assured.git</ developerConnection> |
| 20 | + <url>https://github.com/rest-assured/rest-assured/tree/master</url> |
| 21 | + <tag>HEAD</tag> |
| 22 | + </scm> |
| 23 | + <distributionManagement> |
| 24 | + <repository> |
| 25 | + <id>sonatype-nexus-staging</id> |
| 26 | + <name>Nexus Release Repository</name> |
| 27 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 28 | + <layout>default</layout> |
| 29 | + </repository> |
| 30 | + <snapshotRepository> |
| 31 | + <id>sonatype-nexus-snapshots</id> |
| 32 | + <name>Sonatype Nexus Snapshots</name> |
| 33 | + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
| 34 | + <layout>default</layout> |
| 35 | + </snapshotRepository> |
| 36 | + </distributionManagement> |
| 37 | + <developers> |
| 38 | + <developer> |
| 39 | + <name>Johan Haleby</name> |
| 40 | + <id>johan.haleby</id> |
| 41 | + <organization>Parkster</organization> |
| 42 | + <organizationUrl>https://www.parkster.com</organizationUrl> |
| 43 | + <email>johan.haleby at gmail.com</email> |
| 44 | + <timezone>+1</timezone> |
| 45 | + <roles> |
| 46 | + <role>Developer</role> |
| 47 | + </roles> |
| 48 | + </developer> |
| 49 | + </developers> |
10 | 50 |
|
11 | 51 | <dependencyManagement> |
12 | 52 | <dependencies> |
|
0 commit comments