Browse Source

[maven-release-plugin] prepare release release-0.2

pull/3/head release-0.2
Decebal Suiu 12 years ago
parent
commit
9449a55f7d
  1. 4
      demo/api/pom.xml
  2. 4
      demo/app/pom.xml
  3. 6
      demo/plugin1/pom.xml
  4. 6
      demo/plugin2/pom.xml
  5. 4
      demo/pom.xml
  6. 6
      pf4j/pom.xml
  7. 4
      pom.xml

4
demo/api/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-api</artifactId> <artifactId>pf4j-demo-api</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Demo Api</name> <name>Demo Api</name>

4
demo/app/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-app</artifactId> <artifactId>pf4j-demo-app</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Demo App</name> <name>Demo App</name>

6
demo/plugin1/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin1</artifactId> <artifactId>pf4j-demo-plugin1</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Demo Plugin #1</name> <name>Demo Plugin #1</name>
@ -27,7 +27,7 @@
<plugin.class>ro.fortsoft.pf4j.demo.welcome.WelcomePlugin</plugin.class> <plugin.class>ro.fortsoft.pf4j.demo.welcome.WelcomePlugin</plugin.class>
<plugin.version>0.0.1</plugin.version> <plugin.version>0.0.1</plugin.version>
<plugin.provider>Decebal Suiu</plugin.provider> <plugin.provider>Decebal Suiu</plugin.provider>
<plugin.dependencies></plugin.dependencies> <plugin.dependencies />
</properties> </properties>
<build> <build>

6
demo/plugin2/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin2</artifactId> <artifactId>pf4j-demo-plugin2</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Demo Plugin #2</name> <name>Demo Plugin #2</name>
@ -26,7 +26,7 @@
<plugin.class>ro.fortsoft.pf4j.demo.hello.HelloPlugin</plugin.class> <plugin.class>ro.fortsoft.pf4j.demo.hello.HelloPlugin</plugin.class>
<plugin.version>0.0.1</plugin.version> <plugin.version>0.0.1</plugin.version>
<plugin.provider>Decebal Suiu</plugin.provider> <plugin.provider>Decebal Suiu</plugin.provider>
<plugin.dependencies></plugin.dependencies> <plugin.dependencies />
</properties> </properties>
<build> <build>

4
demo/pom.xml

@ -4,13 +4,13 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j</groupId> <groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>PF4J Demo</name> <name>PF4J Demo</name>

6
pf4j/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j</groupId> <groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j</artifactId> <artifactId>pf4j</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>PF4J Library</name> <name>PF4J Library</name>
<description>Plugin Framework for Java</description> <description>Plugin Framework for Java</description>
@ -26,7 +26,7 @@
<connection>scm:git:https://github.com/decebals/pf4j.git</connection> <connection>scm:git:https://github.com/decebals/pf4j.git</connection>
<developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection> <developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection>
<url>git@github.com/decebals/pf4j.git</url> <url>git@github.com/decebals/pf4j.git</url>
<tag>HEAD</tag> <tag>release-0.2</tag>
</scm> </scm>
<dependencies> <dependencies>

4
pom.xml

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j</groupId> <groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>PF4J</name> <name>PF4J</name>
<description>Plugin Framework for Java</description> <description>Plugin Framework for Java</description>
@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/decebals/pf4j.git</connection> <connection>scm:git:https://github.com/decebals/pf4j.git</connection>
<developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection> <developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection>
<url>git@github.com/decebals/pf4j.git</url> <url>git@github.com/decebals/pf4j.git</url>
<tag>HEAD</tag> <tag>release-0.2</tag>
</scm> </scm>
<properties> <properties>

Loading…
Cancel
Save