Skip to content

Commit fb7e9dd

Browse files
committed
[ci skip] Adding missing things to the bom project
1 parent adef0aa commit fb7e9dd

1 file changed

Lines changed: 41 additions & 1 deletion

File tree

rest-assured-bom/pom.xml

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,47 @@
66
<packaging>pom</packaging>
77
<name>REST Assured BOM</name>
88
<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>
1050

1151
<dependencyManagement>
1252
<dependencies>

0 commit comments

Comments
 (0)