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

Commit cb5b844

Browse files
committed
[maven-release-plugin] prepare release v0.11
1 parent d07d483 commit cb5b844

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bitvunit-cli/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.11-SNAPSHOT</version>
8+
<version>0.11</version>
99
</parent>
1010

1111
<artifactId>bitvunit-cli</artifactId>

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.11-SNAPSHOT</version>
8+
<version>0.11</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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.codescape.bitvunit</groupId>
77
<artifactId>bitvunit-project</artifactId>
8-
<version>0.11-SNAPSHOT</version>
8+
<version>0.11</version>
99
</parent>
1010

1111
<artifactId>bitvunit-samples</artifactId>

pom.xml

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

55
<groupId>de.codescape.bitvunit</groupId>
66
<artifactId>bitvunit-project</artifactId>
7-
<version>0.11-SNAPSHOT</version>
7+
<version>0.11</version>
88
<packaging>pom</packaging>
99

1010
<name>BitvUnit Project</name>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:git@github.com:codescape/bitvunit.git</connection>
4242
<developerConnection>scm:git:git@github.com:codescape/bitvunit.git</developerConnection>
4343
<url>git@github.com:codescape/bitvunit.git</url>
44-
<tag>HEAD</tag>
44+
<tag>v0.11</tag>
4545
</scm>
4646

4747
<issueManagement>

0 commit comments

Comments
 (0)