Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaehren committed Mar 6, 2024
1 parent a497c1d commit 0362492
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Bleichenbacher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>bleichenbacher</artifactId>

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Breaker.git</connection>
<developerConnection>scm:git:ssh://[email protected]/tls-attacker/TLS-Breaker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.1</tag>
<url>https://github.com/tls-attacker/TLS-Breaker</url>
</scm>

Expand Down
2 changes: 1 addition & 1 deletion Breaker-Commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>breaker-commons</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion Client-PSK-Bruteforcer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>client-psk-bruteforcer</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion Drown/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>drown</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion Heartbleed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>heartbleed</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion InvalidCurve/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>invalidcurve</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion Lucky13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>lucky13</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion PaddingOracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>paddingoracle</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion Poodle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>poodle</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion Server-PSK-Bruteforcer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>server-psk-bruteforcer</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion TLSPoodle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.rub.nds.tls.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>tlspoodle</artifactId>

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.breaker</groupId>
<artifactId>tls-breaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>TLS-Breaker</name>
Expand Down Expand Up @@ -90,7 +90,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Breaker.git</connection>
<developerConnection>scm:git:ssh://[email protected]/tls-attacker/TLS-Breaker-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.1</tag>
<url>https://github.com/tls-attacker/TLS-Breaker</url>
</scm>

Expand Down

0 comments on commit 0362492

Please sign in to comment.