Skip to content

Commit 1cd47ab

Browse files
committed
[maven-release-plugin] prepare release 6.0.0
1 parent d0feff7 commit 1cd47ab

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.holon-platform</groupId>
66
<artifactId>platform-root</artifactId>
7-
<version>5.7.1-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99

1010
<artifactId>bom</artifactId>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.holon-platform</groupId>
66
<artifactId>platform-root</artifactId>
7-
<version>5.7.1-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99

1010
<artifactId>documentation</artifactId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
@@ -10,7 +8,7 @@
108
</parent>
119

1210
<artifactId>platform-root</artifactId>
13-
<version>5.7.1-SNAPSHOT</version>
11+
<version>6.0.0</version>
1412

1513
<packaging>pom</packaging>
1614

@@ -51,7 +49,7 @@
5149
<url>https://github.com/holon-platform/platform</url>
5250
<developerConnection>
5351
scm:git:https://github.com/holon-platform/platform.git</developerConnection>
54-
<tag>HEAD</tag>
52+
<tag>6.0.0</tag>
5553
</scm>
5654

5755
<properties>

0 commit comments

Comments
 (0)