Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Apr 5, 2019
1 parent 6545bc4 commit fbda84a
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion async-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.core</groupId>
<artifactId>holon-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

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

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

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

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

<artifactId>holon-bom-platform</artifactId>
Expand Down
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.core</groupId>
<artifactId>holon-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-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.core</groupId>
<artifactId>holon-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-core</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.core</groupId>
<artifactId>holon-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

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

<artifactId>holon-http</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.core</groupId>
<artifactId>holon-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</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-core.git</connection>
<url>https://github.com/holon-platform/holon-core</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-core.git</developerConnection>
<tag>HEAD</tag>
<tag>5.2.2</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.core</groupId>
<artifactId>holon-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

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

<artifactId>holon-spring-security</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.core</groupId>
<artifactId>holon-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

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

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

<artifactId>holon-starter-test</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.core</groupId>
<artifactId>holon-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

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

<artifactId>holon-test</artifactId>
Expand Down

0 comments on commit fbda84a

Please sign in to comment.