Browse Source

upgrade pom

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

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

@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>


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

@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>


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

@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>


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

@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>


+ 2
- 2
demo/pom.xml View File

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

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

+ 1
- 1
pf4j/pom.xml View File

@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId>
<artifactId>pf4j-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>


+ 1
- 1
pom.xml View File

@@ -9,7 +9,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId>
<artifactId>pf4j-parent</artifactId>
<version>0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PF4J</name>

Loading…
Cancel
Save