Browse Source

[maven-release-plugin] prepare release release-0.3

tags/release-0.3^0
Decebal Suiu 11 years ago
parent
commit
d0fa27dc08
7 changed files with 15 additions and 15 deletions
  1. 2
    2
      demo/api/pom.xml
  2. 2
    2
      demo/app/pom.xml
  3. 2
    2
      demo/plugin1/pom.xml
  4. 2
    2
      demo/plugin2/pom.xml
  5. 2
    2
      demo/pom.xml
  6. 3
    3
      pf4j/pom.xml
  7. 2
    2
      pom.xml

+ 2
- 2
demo/api/pom.xml View File

@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-api</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>
<name>Demo Api</name>


+ 2
- 2
demo/app/pom.xml View File

@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-app</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>
<name>Demo App</name>

+ 2
- 2
demo/plugin1/pom.xml View File

@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin1</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>
<name>Demo Plugin #1</name>


+ 2
- 2
demo/plugin2/pom.xml View File

@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin2</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>
<name>Demo Plugin #2</name>


+ 2
- 2
demo/pom.xml View File

@@ -4,13 +4,13 @@
<parent>
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>
<name>PF4J Demo</name>


+ 3
- 3
pf4j/pom.xml View File

@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

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

+ 2
- 2
pom.xml View File

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

Loading…
Cancel
Save