|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <artifactId>TLS-Scanner</artifactId>
|
5 | 5 | <groupId>de.rub.nds.tlsscanner</groupId>
|
6 |
| - <version>4.1.0</version> |
| 6 | + <version>4.1.0-SNAPSHOT</version> |
7 | 7 | <packaging>pom</packaging>
|
| 8 | + <name>TLS-Scanner</name> |
| 9 | + <url>https://github.com/tls-attacker/TLS-Scanner</url> |
| 10 | + <description>TLS-Scanner is a tool created by the Chair for Network and Data Security from the Ruhr-University Bochum to assist pentesters and security researchers in the evaluation of TLS Server configurations.</description> |
| 11 | + |
| 12 | + <licenses> |
| 13 | + <license> |
| 14 | + <name>Apache License, Version 2.0</name> |
| 15 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 16 | + <distribution>repo</distribution> |
| 17 | + </license> |
| 18 | + </licenses> |
| 19 | + |
| 20 | + <distributionManagement> |
| 21 | + <snapshotRepository> |
| 22 | + <id>rub-nexus</id> |
| 23 | + <name>TLS-Attacker Internal Repository</name> |
| 24 | + <url>https://hydrogen.cloud.nds.rub.de/nexus/repository/maven-snapshots/</url> |
| 25 | + </snapshotRepository> |
| 26 | + <repository> |
| 27 | + <id>ossrh</id> |
| 28 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 29 | + </repository> |
| 30 | + </distributionManagement> |
| 31 | + |
| 32 | + <!-- Information to version control system --> |
| 33 | + <scm> |
| 34 | + <connection>scm:git:git://github.com/tls-attacker/TLS-Scanner.git</connection> |
| 35 | + <developerConnection>scm:git:ssh://github.com/tls-attacker/TLS-Scanner.git</developerConnection> |
| 36 | + <url>https://github.com/tls-attacker/TLS-Scanner/tree/master</url> |
| 37 | + </scm> |
| 38 | + |
| 39 | + <developers> |
| 40 | + <developer> |
| 41 | + <id>ic0ns</id> |
| 42 | + <name>Robert Merget</name> |
| 43 | + |
| 44 | + <url>http://www.nds.rub.de/</url> |
| 45 | + <organization>NDS</organization> |
| 46 | + <organizationUrl>http://www.nds.rub.de</organizationUrl> |
| 47 | + <roles> |
| 48 | + <role>Developer</role> |
| 49 | + </roles> |
| 50 | + </developer> |
| 51 | + </developers> |
| 52 | + |
8 | 53 | <modules>
|
9 | 54 | <module>TLS-Scanner-Core</module>
|
10 | 55 | <module>TLS-Server-Scanner</module>
|
|
281 | 326 | <autoReleaseAfterClose>false</autoReleaseAfterClose>
|
282 | 327 | </configuration>
|
283 | 328 | </plugin>
|
| 329 | + <plugin> |
| 330 | + <groupId>org.apache.maven.plugins</groupId> |
| 331 | + <artifactId>maven-deploy-plugin</artifactId> |
| 332 | + <version>3.0.0-M1</version> |
| 333 | + </plugin> |
284 | 334 | </plugins>
|
285 | 335 | </build>
|
286 | 336 | <properties>
|
|
0 commit comments