Skip to content

Commit 5fc9ba9

Browse files
committed
release: v2.0.1
1 parent b41e6b4 commit 5fc9ba9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

coffee4j-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.rub.nds.tls</groupId>
77
<artifactId>coffee4j-anvil-aggregate</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010

1111
<artifactId>coffee4j-anvil-engine</artifactId>

coffee4j-junit-jupiter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.rub.nds.tls</groupId>
77
<artifactId>coffee4j-anvil-aggregate</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010

1111
<artifactId>coffee4j-anvil-junit-jupiter</artifactId>

coffee4j-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.rub.nds.tls</groupId>
77
<artifactId>coffee4j-anvil-aggregate</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010

1111
<artifactId>coffee4j-anvil-model</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>de.rub.nds.tls</groupId>
1111
<artifactId>coffee4j-anvil-aggregate</artifactId>
12-
<version>2.0.1-SNAPSHOT</version>
12+
<version>2.0.1</version>
1313
<packaging>pom</packaging>
1414

1515
<name>${project.groupId}:${project.artifactId}</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/tls-attacker/coffee4j.git</connection>
4444
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/coffee4j.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>v2.0.1</tag>
4646
<url>https://github.com/tls-attacker/coffee4j</url>
4747
</scm>
4848

0 commit comments

Comments
 (0)