Skip to content

Commit b21a190

Browse files
committed
[maven-release-plugin] prepare release 5.2.1
1 parent 36262ba commit b21a190

File tree

8 files changed

+13
-21
lines changed

8 files changed

+13
-21
lines changed

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.jdbc</groupId>
66
<artifactId>holon-jdbc-root</artifactId>
7-
<version>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
88
</parent>
99

1010
<artifactId>holon-jdbc-bom</artifactId>

core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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>
75
<groupId>com.holon-platform.jdbc</groupId>
86
<artifactId>holon-jdbc-root</artifactId>
9-
<version>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
108
</parent>
119

1210
<artifactId>holon-jdbc</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.jdbc</groupId>
66
<artifactId>holon-jdbc-root</artifactId>
7-
<version>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
88
</parent>
99

1010
<artifactId>documentation-jdbc</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>
@@ -11,7 +9,7 @@
119

1210
<groupId>com.holon-platform.jdbc</groupId>
1311
<artifactId>holon-jdbc-root</artifactId>
14-
<version>5.2.1-SNAPSHOT</version>
12+
<version>5.2.1</version>
1513
<packaging>pom</packaging>
1614

1715
<name>${project.groupId}:${project.artifactId}</name>
@@ -50,7 +48,7 @@
5048
<connection>scm:git:https://github.com/holon-platform/holon-jdbc.git</connection>
5149
<url>https://github.com/holon-platform/holon-jdbc</url>
5250
<developerConnection>scm:git:https://github.com/holon-platform/holon-jdbc.git</developerConnection>
53-
<tag>HEAD</tag>
51+
<tag>5.2.1</tag>
5452
</scm>
5553

5654
<properties>

spring-boot/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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>
75
<groupId>com.holon-platform.jdbc</groupId>
86
<artifactId>holon-jdbc-root</artifactId>
9-
<version>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
108
</parent>
119

1210
<artifactId>holon-jdbc-spring-boot</artifactId>

spring/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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>
75
<groupId>com.holon-platform.jdbc</groupId>
86
<artifactId>holon-jdbc-root</artifactId>
9-
<version>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
108
</parent>
119

1210
<artifactId>holon-jdbc-spring</artifactId>

starter-hikaricp/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.jdbc</groupId>
66
<artifactId>holon-jdbc-root</artifactId>
7-
<version>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
88
</parent>
99

1010
<artifactId>holon-starter-jdbc-hikaricp</artifactId>

starter/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.jdbc</groupId>
66
<artifactId>holon-jdbc-root</artifactId>
7-
<version>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
88
</parent>
99

1010
<artifactId>holon-starter-jdbc</artifactId>

0 commit comments

Comments
 (0)