Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Apr 19, 2019
1 parent 1d89121 commit ae075c0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.artisan</groupId>
<artifactId>holon-artisan-root</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

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

<artifactId>holon-artisan-demo</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.artisan</groupId>
<artifactId>holon-artisan-root</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:https://github.com/holon-platform/holon-artisan.git</connection>
<url>https://github.com/holon-platform/holon-artisan</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-artisan.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.5</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-flow-app-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.artisan</groupId>
<artifactId>holon-artisan-root</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>holon-artisan-vaadin-flow-app-layout</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-flow-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.artisan</groupId>
<artifactId>holon-artisan-root</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>holon-artisan-vaadin-flow-components</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-flow-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.artisan</groupId>
<artifactId>holon-artisan-root</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>holon-artisan-vaadin-flow-export</artifactId>
Expand Down

0 comments on commit ae075c0

Please sign in to comment.