Skip to content

Commit 4a84c33

Browse files
committed
release: v6.1.0
1 parent e8f903f commit 4a84c33

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

TLS-Client-Scanner/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tls.scanner</groupId>
66
<artifactId>tls-scanner</artifactId>
7-
<version>6.0.1-SNAPSHOT</version>
7+
<version>6.1.0</version>
88
</parent>
99
<artifactId>tls-client-scanner</artifactId>
1010

@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Scanner.git</connection>
1515
<developerConnection>scm:git:ssh://[email protected]/tls-attacker/TLS-Scanner-Development.git</developerConnection>
16-
<tag>HEAD</tag>
16+
<tag>v6.1.0</tag>
1717
<url>https://github.com/tls-attacker/TLS-Scanner</url>
1818
</scm>
1919

TLS-Scanner-Core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tls.scanner</groupId>
66
<artifactId>tls-scanner</artifactId>
7-
<version>6.0.1-SNAPSHOT</version>
7+
<version>6.1.0</version>
88
</parent>
99
<artifactId>tls-scanner-core</artifactId>
1010

@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Scanner.git</connection>
1515
<developerConnection>scm:git:ssh://[email protected]/tls-attacker/TLS-Scanner-Development.git</developerConnection>
16-
<tag>HEAD</tag>
16+
<tag>v6.1.0</tag>
1717
<url>https://github.com/tls-attacker/TLS-Scanner</url>
1818
</scm>
1919

TLS-Server-Scanner/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tls.scanner</groupId>
66
<artifactId>tls-scanner</artifactId>
7-
<version>6.0.1-SNAPSHOT</version>
7+
<version>6.1.0</version>
88
</parent>
99
<artifactId>tls-server-scanner</artifactId>
1010

@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Scanner.git</connection>
1515
<developerConnection>scm:git:ssh://[email protected]/tls-attacker/TLS-Scanner-Development.git</developerConnection>
16-
<tag>HEAD</tag>
16+
<tag>v6.1.0</tag>
1717
<url>https://github.com/tls-attacker/TLS-Scanner</url>
1818
</scm>
1919

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>de.rub.nds.tls.scanner</groupId>
1111
<artifactId>tls-scanner</artifactId>
12-
<version>6.0.1-SNAPSHOT</version>
12+
<version>6.1.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>TLS-Scanner</name>
@@ -48,7 +48,7 @@
4848
<scm>
4949
<connection>scm:git:https://github.com/tls-attacker/TLS-Scanner.git</connection>
5050
<developerConnection>scm:git:ssh://[email protected]/tls-attacker/TLS-Scanner-Development.git</developerConnection>
51-
<tag>HEAD</tag>
51+
<tag>v6.1.0</tag>
5252
<url>https://github.com/tls-attacker/TLS-Scanner</url>
5353
</scm>
5454

0 commit comments

Comments
 (0)