Skip to content

Commit 3fdba4a

Browse files
committed
release: v2.0.0
1 parent e4f2e30 commit 3fdba4a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>de.rub.nds</groupId>
@@ -10,7 +8,7 @@
108
</parent>
119

1210
<artifactId>x509-attacker</artifactId>
13-
<version>1.4.0-SNAPSHOT</version>
11+
<version>2.0.0</version>
1412

1513
<name>X.509-Attacker</name>
1614
<description>X.509-Attacker is a tool based on ASN.1 Tool for creating arbitrary certificates; including especially
@@ -46,7 +44,8 @@
4644
<connection>scm:git:https://github.com/tls-attacker/X509-Attacker.git</connection>
4745
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/X509-Attacker-Development.git</developerConnection>
4846
<url>https://github.com/tls-attacker/X509-Attacker</url>
49-
</scm>
47+
<tag>v2.0.0</tag>
48+
</scm>
5049

5150
<dependencies>
5251
<!-- scope: compile -->

0 commit comments

Comments
 (0)