Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Jan 14, 2019
1 parent 2b8ced6 commit fd9a8e8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-jdbc-root</artifactId>
<version>5.2.0-rc3-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>holon-jdbc-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-jdbc-root</artifactId>
<version>5.2.0-rc3-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>holon-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-jdbc-root</artifactId>
<version>5.2.0-rc3-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>documentation-jdbc</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +9,7 @@

<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-jdbc-root</artifactId>
<version>5.2.0-rc3-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -50,7 +48,7 @@
<connection>scm:git:https://github.com/holon-platform/holon-jdbc.git</connection>
<url>https://github.com/holon-platform/holon-jdbc</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-jdbc.git</developerConnection>
<tag>HEAD</tag>
<tag>5.2.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-jdbc-root</artifactId>
<version>5.2.0-rc3-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>holon-jdbc-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-jdbc-root</artifactId>
<version>5.2.0-rc3-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>holon-jdbc-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-hikaricp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-jdbc-root</artifactId>
<version>5.2.0-rc3-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>holon-starter-jdbc-hikaricp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-jdbc-root</artifactId>
<version>5.2.0-rc3-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>holon-starter-jdbc</artifactId>
Expand Down

0 comments on commit fd9a8e8

Please sign in to comment.