diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-04-21 16:06:06 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-04-21 16:06:06 +0300 |
commit | 05d9ebcfafbb057ed070cbc85800368fe4288952 (patch) | |
tree | d7f253ff3d793ab57a659ca6db4569f5d04e2c91 /demo | |
parent | 4ceba1c2afa62fe449fb8e1185ef42e069b0f241 (diff) | |
download | pf4j-05d9ebcfafbb057ed070cbc85800368fe4288952.tar.gz pf4j-05d9ebcfafbb057ed070cbc85800368fe4288952.zip |
[maven-release-plugin] prepare release release-3.3.0release-3.3.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 f8f8592..efa3562 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.3.0-SNAPSHOT</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-api</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <packaging>jar</packaging> <name>Demo Api</name> diff --git a/demo/app/pom.xml b/demo/app/pom.xml index 053f73c..c451b37 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.3.0-SNAPSHOT</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-app</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <packaging>jar</packaging> <name>Demo App</name> diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml index 773b827..22744eb 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.3.0-SNAPSHOT</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugin1</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.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 b6e149e..b063ced 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.3.0-SNAPSHOT</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugin2</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <packaging>jar</packaging> <name>Demo Plugin #2</name> diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml index b7ec0b6..0884026 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.3.0-SNAPSHOT</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugins</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <packaging>pom</packaging> <name>Demo Plugins Parent</name> diff --git a/demo/pom.xml b/demo/pom.xml index fe27f20..3c04459 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <packaging>pom</packaging> <name>Demo Parent</name> |