|
24 | 24 | <artifactId>bbl-validator</artifactId> |
25 | 25 | <version>1.0.0-SNAPSHOT</version> |
26 | 26 |
|
| 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 | + |
27 | 32 | <organization> |
28 | 33 | <name>Evolved Binary</name> |
29 | 34 | <url>https://www.evolvedbinary.com</url> |
30 | 35 | </organization> |
31 | 36 |
|
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> |
33 | 66 |
|
34 | 67 | <properties> |
35 | 68 | <project.build.source>21</project.build.source> |
|
278 | 311 | </dependency> |
279 | 312 | </dependencies> |
280 | 313 |
|
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 | | - |
288 | 314 | <build> |
289 | 315 | <resources> |
290 | 316 | <resource> |
|
0 commit comments