diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-09-08 22:03:51 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-09-08 22:03:51 +0300 |
commit | 907fc87dabbc0830c368a8b253cb30918c5a1df5 (patch) | |
tree | f2818452942084c485673b51d85898677984e385 /demo | |
parent | 2ba65fdfa3ccc90080495f0a3af36fceac3036de (diff) | |
download | pf4j-907fc87dabbc0830c368a8b253cb30918c5a1df5.tar.gz pf4j-907fc87dabbc0830c368a8b253cb30918c5a1df5.zip |
[maven-release-plugin] prepare release release-3.1.0release-3.1.0
Diffstat (limited to 'demo')
-rw-r--r-- | demo/api/pom.xml | 4 | ||||
-rw-r--r-- | demo/app/pom.xml | 4 | ||||
-rw-r--r-- | demo/plugins/plugin1/pom.xml | 4 | ||||
-rw-r--r-- | demo/plugins/plugin2/pom.xml | 4 | ||||
-rw-r--r-- | demo/plugins/pom.xml | 4 | ||||
-rw-r--r-- | demo/pom.xml | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml index bdd1789..6f43683 100644 --- a/demo/api/pom.xml +++ b/demo/api/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-api</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <packaging>jar</packaging> <name>Demo Api</name> diff --git a/demo/app/pom.xml b/demo/app/pom.xml index a378e2f..ba8319a 100644 --- a/demo/app/pom.xml +++ b/demo/app/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-app</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <packaging>jar</packaging> <name>Demo App</name> diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml index 377c230..5adf30e 100644 --- a/demo/plugins/plugin1/pom.xml +++ b/demo/plugins/plugin1/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-plugins</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugin1</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <packaging>jar</packaging> <name>Demo Plugin #1</name> diff --git a/demo/plugins/plugin2/pom.xml b/demo/plugins/plugin2/pom.xml index 6cf131c..4581832 100644 --- a/demo/plugins/plugin2/pom.xml +++ b/demo/plugins/plugin2/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-plugins</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugin2</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <packaging>jar</packaging> <name>Demo Plugin #2</name> diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml index 5e3be90..663cc62 100644 --- a/demo/plugins/pom.xml +++ b/demo/plugins/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugins</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <packaging>pom</packaging> <name>Demo Plugins Parent</name> diff --git a/demo/pom.xml b/demo/pom.xml index dbf911d..636d8b0 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <packaging>pom</packaging> <name>Demo Parent</name> |