Skip to content

Commit

Permalink
release: v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaehren committed Jun 26, 2023
1 parent 976ee1a commit 7fd1969
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Scanner-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.scanner</groupId>
<artifactId>tls-scanner</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>
<artifactId>scanner-core</artifactId>

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions TLS-Scanner-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.scanner</groupId>
<artifactId>tls-scanner</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>
<artifactId>tls-scanner-core</artifactId>

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

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

Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Scanner.git</connection>
<developerConnection>scm:git:ssh://[email protected]/tls-attacker/TLS-Scanner-Development.git</developerConnection>
<tag>HEAD</tag>
<tag>v5.3.1</tag>
<url>https://github.com/tls-attacker/TLS-Scanner</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.scanner</groupId>
<artifactId>tls-scanner</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</version>
<packaging>pom</packaging>

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

Expand Down

0 comments on commit 7fd1969

Please sign in to comment.