Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 3b40c43

Browse files
committed
[maven-release-plugin] prepare release v0.12
1 parent 9df8b30 commit 3b40c43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bitvunit-core/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.codescape.bitvunit</groupId>
77
<artifactId>bitvunit-project</artifactId>
8-
<version>0.12-SNAPSHOT</version>
8+
<version>0.12</version>
99
</parent>
1010

1111
<artifactId>bitvunit-core</artifactId>

bitvunit-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.codescape.bitvunit</groupId>
88
<artifactId>bitvunit-project</artifactId>
9-
<version>0.12-SNAPSHOT</version>
9+
<version>0.12</version>
1010
</parent>
1111

1212
<artifactId>bitvunit-samples</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- maven coordinates -->
66
<groupId>de.codescape.bitvunit</groupId>
77
<artifactId>bitvunit-project</artifactId>
8-
<version>0.12-SNAPSHOT</version>
8+
<version>0.12</version>
99
<packaging>pom</packaging>
1010

1111
<!-- project metadata -->
@@ -52,7 +52,7 @@
5252
<connection>scm:git:git@github.com:codescape/bitvunit.git</connection>
5353
<developerConnection>scm:git:git@github.com:codescape/bitvunit.git</developerConnection>
5454
<url>git@github.com:codescape/bitvunit.git</url>
55-
<tag>HEAD</tag>
55+
<tag>v0.12</tag>
5656
</scm>
5757

5858
<!-- bug tracker -->

0 commit comments

Comments
 (0)