Skip to content

Commit 026276a

Browse files
authored
Merge pull request #15 from evolvedbinary/feature/pom-metadata
[feature] Add additional metadata
2 parents 241b490 + 623b0bc commit 026276a

1 file changed

Lines changed: 34 additions & 8 deletions

File tree

pom.xml

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,45 @@
2424
<artifactId>bbl-validator</artifactId>
2525
<version>1.0.0-SNAPSHOT</version>
2626

27+
<name>Broadband Label Validator Web API and Form</name>
28+
<description>A Web API and Form for validating FCC Broadband Label data files</description>
29+
<url>https://bbl.evolvedbinary.com</url>
30+
<inceptionYear>2025</inceptionYear>
31+
2732
<organization>
2833
<name>Evolved Binary</name>
2934
<url>https://www.evolvedbinary.com</url>
3035
</organization>
3136

32-
<inceptionYear>2025</inceptionYear>
37+
<licenses>
38+
<license>
39+
<name>Apache License Version 2.0</name>
40+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
41+
<distribution>repo</distribution>
42+
</license>
43+
</licenses>
44+
45+
<developers>
46+
<developer>
47+
<name>Younes Bahloul</name>
48+
<organization>Evolved Binary</organization>
49+
<url>https://www.evolvedbinary.com</url>
50+
<email>younes@evolvedbinary.com</email>
51+
</developer>
52+
<developer>
53+
<name>Adam Retter</name>
54+
<organization>Evolved Binary</organization>
55+
<url>https://www.evolvedbinary.com</url>
56+
<email>adam@evolvedbinary.com</email>
57+
</developer>
58+
</developers>
59+
60+
<scm>
61+
<connection>scm:git:https://github.com/evolvedbinary/bbl-validator.git</connection>
62+
<developerConnection>scm:git:https://github.com/evolvedbinary/bbl-validator.git</developerConnection>
63+
<url>https://github.com/evolvedbinary/bbl-validator</url>
64+
<tag>HEAD</tag>
65+
</scm>
3366

3467
<properties>
3568
<project.build.source>21</project.build.source>
@@ -278,13 +311,6 @@
278311
</dependency>
279312
</dependencies>
280313

281-
<scm>
282-
<connection>scm:git:https://github.com/evolvedbinary/bbl-validator.git</connection>
283-
<developerConnection>scm:git:https://github.com/evolvedbinary/bbl-validator.git</developerConnection>
284-
<url>https://github.com/evolvedbinary/bbl-validator</url>
285-
<tag>HEAD</tag>
286-
</scm>
287-
288314
<build>
289315
<resources>
290316
<resource>

0 commit comments

Comments
 (0)