diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2015-08-11 18:20:07 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2015-08-11 18:20:07 +0300 |
commit | 93b7e48b31f1de46073b5fa7d626ad18617b5335 (patch) | |
tree | 75732a7872a56b2d20d4b8e2cd994e2b61fab101 /demo | |
parent | 7dc4007c27d9898a04ceeca2aa9ceb1da3637d6e (diff) | |
download | pf4j-93b7e48b31f1de46073b5fa7d626ad18617b5335.tar.gz pf4j-93b7e48b31f1de46073b5fa7d626ad18617b5335.zip |
[maven-release-plugin] prepare release release-0.10.0release-0.10.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 b379fbe..d4ac1b1 100644 --- a/demo/api/pom.xml +++ b/demo/api/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-api</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Demo Api</name> diff --git a/demo/app/pom.xml b/demo/app/pom.xml index 96e94e8..fb37beb 100644 --- a/demo/app/pom.xml +++ b/demo/app/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-app</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Demo App</name> diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml index 844d217..91e26fe 100644 --- a/demo/plugins/plugin1/pom.xml +++ b/demo/plugins/plugin1/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-plugins</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugin1</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.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 7852d4f..6db16ba 100644 --- a/demo/plugins/plugin2/pom.xml +++ b/demo/plugins/plugin2/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-plugins</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugin2</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Demo Plugin #2</name> diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml index 3044f1d..641fda9 100644 --- a/demo/plugins/pom.xml +++ b/demo/plugins/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-plugins</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>pom</packaging> <name>Demo Plugins Parent</name> diff --git a/demo/pom.xml b/demo/pom.xml index 087e22f..47fd46f 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>pom</packaging> <name>Demo Parent</name> |