Skip to content

Commit

Permalink
Update child poms
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiofbsilva committed Nov 20, 2018
1 parent 06db3d8 commit 8ef23f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.qubit.solution.fenixedu</groupId>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices</artifactId>
<version>1.0.0-IST</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<groupId>com.qubit.solution.fenixedu</groupId>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices-core</artifactId>
<version>1.0.0-IST</version>
<packaging>jar</packaging>

<name>Bennu webservices core</name>
Expand Down
6 changes: 3 additions & 3 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.qubit.solution.fenixedu</groupId>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices</artifactId>
<version>1.0.0-IST</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<groupId>com.qubit.solution.fenixedu</groupId>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices-plugin</artifactId>
<packaging>maven-plugin</packaging>

Expand Down
7 changes: 3 additions & 4 deletions maven-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.qubit.solution.fenixedu</groupId>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices</artifactId>
<version>1.0.0-IST</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<groupId>com.qubit.solution.fenixedu</groupId>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices-project</artifactId>
<version>1.0.0-IST</version>
<packaging>pom</packaging>

<name>Bennu webservices project</name>
Expand Down

0 comments on commit 8ef23f9

Please sign in to comment.