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

Commit 168f55e

Browse files
committed
[maven-release-plugin] prepare release v0.9.0
1 parent 60e34b8 commit 168f55e

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

bitvunit-cli/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>de.codescape.bitvunit</groupId>
87
<artifactId>bitvunit-project</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
8+
<version>0.9.0</version>
109
</parent>
1110

1211
<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.9.0-SNAPSHOT</version>
8+
<version>0.9.0</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.9.0-SNAPSHOT</version>
8+
<version>0.9.0</version>
99
</parent>
1010

1111
<artifactId>bitvunit-samples</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -11,7 +10,7 @@
1110

1211
<groupId>de.codescape.bitvunit</groupId>
1312
<artifactId>bitvunit-project</artifactId>
14-
<version>0.9.0-SNAPSHOT</version>
13+
<version>0.9.0</version>
1514
<packaging>pom</packaging>
1615

1716
<name>BitvUnit Project</name>
@@ -50,7 +49,8 @@
5049
<connection>scm:git:git@github.com:codescape/bitvunit.git</connection>
5150
<developerConnection>scm:git:git@github.com:codescape/bitvunit.git</developerConnection>
5251
<url>git@github.com:codescape/bitvunit.git</url>
53-
</scm>
52+
<tag>v0.9.0</tag>
53+
</scm>
5454

5555
<issueManagement>
5656
<system>GitHub</system>

0 commit comments

Comments
 (0)