Skip to content

Commit b4b6171

Browse files
authored
Merge pull request #754 from tls-attacker/bumpVersion
Bumped version to 3.7.0
2 parents 706f5e5 + 3275216 commit b4b6171

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

Attacks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<artifactId>Attacks</artifactId>
1010
<packaging>jar</packaging>

TLS-Client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<name>TLS-Client</name>
1010
<artifactId>TLS-Client</artifactId>

TLS-Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<artifactId>TLS-Core</artifactId>
1010
<packaging>jar</packaging>

TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/workflow/action/executor/ReceiveMessageHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ private List<ProtocolMessage> handleCleanBytes(byte[] cleanProtocolMessageBytes,
558558
if (exCorrectMsg instanceof ParserException && !failedToReceiveMoreRecords) {
559559
throw new ParserException();
560560
}
561-
LOGGER.error("Could not parse Message as a CorrectMessage");
561+
LOGGER.warn("Could not parse Message as a CorrectMessage");
562562
LOGGER.debug(exCorrectMsg);
563563
try {
564564
if (typeFromRecord == ProtocolMessageType.HANDSHAKE) {

TLS-Forensics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<artifactId>TLS-Forensics</artifactId>
1010
<packaging>jar</packaging>

TLS-Mitm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<artifactId>TLS-Mitm</artifactId>
1010
<packaging>jar</packaging>

TLS-Server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<artifactId>TLS-Server</artifactId>
1010
<packaging>jar</packaging>

TraceTool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<artifactId>TraceTool</artifactId>
1010
<packaging>jar</packaging>

Transport/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<artifactId>Transport</artifactId>
1010
<packaging>jar</packaging>

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds.tlsattacker</groupId>
66
<artifactId>TLS-Attacker</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
</parent>
99
<artifactId>Utils</artifactId>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)