Skip to content

Commit 9feb595

Browse files
authored
Adjusted SCM entries (#951)
1 parent 87917d3 commit 9feb595

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

TLS-Client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
16-
<tag>v4.0.1</tag>
16+
<tag>HEAD</tag>
1717
<url>https://github.com/tls-attacker/TLS-Attacker</url>
1818
</scm>
1919

TLS-Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
16-
<tag>v4.0.1</tag>
16+
<tag>HEAD</tag>
1717
<url>https://github.com/tls-attacker/TLS-Attacker</url>
1818
</scm>
1919

TLS-Mitm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
16-
<tag>v4.0.1</tag>
16+
<tag>HEAD</tag>
1717
<url>https://github.com/tls-attacker/TLS-Attacker</url>
1818
</scm>
1919

TLS-Proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
16-
<tag>v4.0.1</tag>
16+
<tag>HEAD</tag>
1717
<url>https://github.com/tls-attacker/TLS-Attacker</url>
1818
</scm>
1919

TLS-Server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
16-
<tag>v4.0.1</tag>
16+
<tag>HEAD</tag>
1717
<url>https://github.com/tls-attacker/TLS-Attacker</url>
1818
</scm>
1919

TraceTool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
16-
<tag>v4.0.1</tag>
16+
<tag>HEAD</tag>
1717
<url>https://github.com/tls-attacker/TLS-Attacker</url>
1818
</scm>
1919

Transport/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
16-
<tag>v4.0.1</tag>
16+
<tag>HEAD</tag>
1717
<url>https://github.com/tls-attacker/TLS-Attacker</url>
1818
</scm>
1919

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<scm>
1414
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
16-
<tag>v4.0.1</tag>
16+
<tag>HEAD</tag>
1717
<url>https://github.com/tls-attacker/TLS-Attacker</url>
1818
</scm>
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<scm>
8888
<connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection>
8989
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection>
90-
<tag>v4.0.1</tag>
90+
<tag>HEAD</tag>
9191
<url>https://github.com/tls-attacker/TLS-Attacker</url>
9292
</scm>
9393

0 commit comments

Comments
 (0)