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

Commit 55cf971

Browse files
committed
[maven-release-plugin] prepare release v0.8.0
1 parent c77f09a commit 55cf971

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
</parent>
1010

1111
<artifactId>bitvunit-core</artifactId>

bitvunit-demo/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.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
109
</parent>
1110

1211
<artifactId>bitvunit-demo</artifactId>

pom.xml

Lines changed: 2 additions & 3 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.8.0-SNAPSHOT</version>
13+
<version>0.8.0</version>
1514
<packaging>pom</packaging>
1615

1716
<name>BitvUnit Project</name>

0 commit comments

Comments
 (0)