Skip to content

Commit

Permalink
release: v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaehren committed Sep 30, 2024
1 parent afd95dc commit c42299c
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions TLS-Client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
</parent>
<artifactId>tls-client</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions TLS-Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
</parent>
<artifactId>tls-core</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions TLS-Mitm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
</parent>
<artifactId>tls-mitm</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions TLS-Proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
</parent>
<artifactId>tls-proxy</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions TLS-Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
</parent>
<artifactId>tls-server</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions TraceTool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
</parent>
<artifactId>trace-tool</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions Transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
</parent>
<artifactId>transport</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions Utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
</parent>
<artifactId>utils</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>de.rub.nds.tls.attacker</groupId>
<artifactId>tls-attacker</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.1.4</version>
<packaging>pom</packaging>

<name>TLS-Attacker</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.1.4</tag>
<url>https://github.com/tls-attacker/TLS-Attacker</url>
</scm>

Expand Down

0 comments on commit c42299c

Please sign in to comment.