Skip to content

Commit 379f030

Browse files
committed
Missing parent pom in the two archetypes
Signed-off-by: Clement Escoffier <clement.escoffier@gmail.com>
1 parent f5f6917 commit 379f030

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

  • extensions
    • wisdom-default-project-archetype
    • wisdom-simple-watcher-archetype

extensions/wisdom-default-project-archetype/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<parent>
4+
<groupId>org.wisdom-framework</groupId>
5+
<artifactId>wisdom-framework</artifactId>
6+
<version>0.7-SNAPSHOT</version>
7+
<relativePath>../../pom.xml</relativePath>
8+
</parent>
9+
310
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.wisdom-framework</groupId>
11+
512
<artifactId>wisdom-default-project-archetype</artifactId>
613
<version>0.7-SNAPSHOT</version>
714
<name>Archetype - wisdom-default-project-archetype</name>

extensions/wisdom-simple-watcher-archetype/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
4+
<parent>
5+
<groupId>org.wisdom-framework</groupId>
6+
<artifactId>wisdom-framework</artifactId>
7+
<version>0.7-SNAPSHOT</version>
8+
<relativePath>../../pom.xml</relativePath>
9+
</parent>
10+
311
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.wisdom-framework</groupId>
512
<artifactId>wisdom-simple-watcher-archetype</artifactId>
613
<version>0.7-SNAPSHOT</version>
714
<name>Archetype - wisdom-simple-watcher-archetype</name>

0 commit comments

Comments
 (0)