Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Nov 30, 2017
1 parent 39be929 commit db5821e
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
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.0.5-SNAPSHOT</version>
<version>5.0.5</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.0.5-SNAPSHOT</version>
<version>5.0.5</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.0.5-SNAPSHOT</version>
<version>5.0.5</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.0.5-SNAPSHOT</version>
<version>5.0.5</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.0.5-SNAPSHOT</version>
<version>5.0.5</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.0.5-SNAPSHOT</version>
<version>5.0.5</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.0.5-SNAPSHOT</version>
<version>5.0.5</version>
</parent>

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

<packaging>pom</packaging>

Expand Down Expand Up @@ -49,7 +49,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.0.5</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.0.5-SNAPSHOT</version>
<version>5.0.5</version>
</parent>

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

<artifactId>holon-spring</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.0.5-SNAPSHOT</version>
<version>5.0.5</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.0.5-SNAPSHOT</version>
<version>5.0.5</version>
</parent>

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

0 comments on commit db5821e

Please sign in to comment.