Skip to content

Commit a405e70

Browse files
committed
[maven-release-plugin] prepare release release-0.10.0
1 parent 30c9466 commit a405e70

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

demo/api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.pf4j.demo</groupId>
66
<artifactId>pf4j-spring-demo-parent</artifactId>
7-
<version>0.10.0-SNAPSHOT</version>
7+
<version>0.10.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pf4j-spring-demo-api</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
<packaging>jar</packaging>
1414
<name>Demo Api</name>
1515

demo/app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.pf4j.demo</groupId>
66
<artifactId>pf4j-spring-demo-parent</artifactId>
7-
<version>0.10.0-SNAPSHOT</version>
7+
<version>0.10.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pf4j-spring-demo-app</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
<packaging>jar</packaging>
1414
<name>Demo App</name>
1515

demo/plugins/plugin1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.pf4j.demo</groupId>
66
<artifactId>pf4j-spring-demo-plugins</artifactId>
7-
<version>0.10.0-SNAPSHOT</version>
7+
<version>0.10.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pf4j-spring-demo-plugin1</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
<packaging>jar</packaging>
1414
<name>Demo Plugin #1</name>
1515

demo/plugins/plugin2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.pf4j.demo</groupId>
66
<artifactId>pf4j-spring-demo-plugins</artifactId>
7-
<version>0.10.0-SNAPSHOT</version>
7+
<version>0.10.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pf4j-spring-demo-plugin2</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
<packaging>jar</packaging>
1414
<name>Demo Plugin #2</name>
1515

demo/plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.pf4j.demo</groupId>
66
<artifactId>pf4j-spring-demo-parent</artifactId>
7-
<version>0.10.0-SNAPSHOT</version>
7+
<version>0.10.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pf4j-spring-demo-plugins</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
<packaging>pom</packaging>
1414
<name>Demo Plugins Parent</name>
1515

demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>org.pf4j</groupId>
66
<artifactId>pf4j-spring-parent</artifactId>
7-
<version>0.10.0-SNAPSHOT</version>
7+
<version>0.10.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.pf4j.demo</groupId>
1212
<artifactId>pf4j-spring-demo-parent</artifactId>
13-
<version>0.10.0-SNAPSHOT</version>
13+
<version>0.10.0</version>
1414
<packaging>pom</packaging>
1515
<name>Demo Parent</name>
1616

pf4j-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.pf4j</groupId>
66
<artifactId>pf4j-spring-parent</artifactId>
7-
<version>0.10.0-SNAPSHOT</version>
7+
<version>0.10.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pf4j-spring</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
<name>PF4J-Spring</name>
1414
<description>PF4J-Spring Integration</description>
1515

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.pf4j</groupId>
1212
<artifactId>pf4j-spring-parent</artifactId>
13-
<version>0.10.0-SNAPSHOT</version>
13+
<version>0.10.0</version>
1414
<packaging>pom</packaging>
1515
<name>PF4J-Spring Parent</name>
1616
<description>PF4J-Spring Integration</description>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:https://github.com/pf4j/pf4j-spring.git</connection>
2828
<developerConnection>scm:git:[email protected]:pf4j/pf4j-spring.git</developerConnection>
2929
<url>[email protected]/pf4j/pf4j-spring.git</url>
30-
<tag>HEAD</tag>
30+
<tag>release-0.10.0</tag>
3131
</scm>
3232

3333
<distributionManagement>

0 commit comments

Comments
 (0)