Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Sep 17, 2018
1 parent 5dcdf98 commit 2a0f16e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions demo/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.pf4j.demo</groupId>
<artifactId>pf4j-spring-demo-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-spring-demo-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>
<name>Demo Api</name>

Expand Down
4 changes: 2 additions & 2 deletions demo/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.pf4j.demo</groupId>
<artifactId>pf4j-spring-demo-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-spring-demo-app</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>
<name>Demo App</name>

Expand Down
4 changes: 2 additions & 2 deletions demo/plugins/plugin1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.pf4j.demo</groupId>
<artifactId>pf4j-spring-demo-plugins</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-spring-demo-plugin1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>
<name>Demo Plugin #1</name>

Expand Down
4 changes: 2 additions & 2 deletions demo/plugins/plugin2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.pf4j.demo</groupId>
<artifactId>pf4j-spring-demo-plugins</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-spring-demo-plugin2</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>
<name>Demo Plugin #2</name>

Expand Down
4 changes: 2 additions & 2 deletions demo/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.pf4j.demo</groupId>
<artifactId>pf4j-spring-demo-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-spring-demo-plugins</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<name>Demo Plugins Parent</name>

Expand Down
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.pf4j</groupId>
<artifactId>pf4j-spring-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.pf4j.demo</groupId>
<artifactId>pf4j-spring-demo-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<name>Demo Parent</name>

Expand Down
4 changes: 2 additions & 2 deletions pf4j-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.pf4j</groupId>
<artifactId>pf4j-spring-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-spring</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<name>PF4J-Spring</name>
<description>PF4J-Spring Integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.pf4j</groupId>
<artifactId>pf4j-spring-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<name>PF4J-Spring Parent</name>
<description>PF4J-Spring Integration</description>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/pf4j/pf4j-spring.git</connection>
<developerConnection>scm:git:https://github.com/pf4j/pf4j-spring.git</developerConnection>
<url>[email protected]/pf4j/pf4j-spring.git</url>
<tag>HEAD</tag>
<tag>release-0.5.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 2a0f16e

Please sign in to comment.