Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed May 2, 2019
1 parent d1a53ea commit 5f2f116
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<artifactId>holon-datastore-jdbc-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion composer/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-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<artifactId>holon-datastore-jdbc-composer</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-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<artifactId>holon-datastore-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-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<artifactId>documentation-datastore-jdbc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:https://github.com/holon-platform/holon-datastore-jdbc.git</connection>
<url>https://github.com/holon-platform/holon-datastore-jdbc</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-datastore-jdbc.git</developerConnection>
<tag>HEAD</tag>
<tag>5.2.4</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-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<artifactId>holon-datastore-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-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<artifactId>holon-datastore-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-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<artifactId>holon-starter-jdbc-datastore-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-datastore-jdbc-root</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

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

0 comments on commit 5f2f116

Please sign in to comment.