Skip to content

Commit

Permalink
🚚 Move up parent definition
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotRagueneau committed Jun 13, 2023
1 parent 262575c commit 0f71b02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.reactome.maven</groupId>
<artifactId>reactome-parent</artifactId>
<version>1.0.3</version>
</parent>

<groupId>org.reactome.server.tools</groupId>
<artifactId>analysis-core</artifactId>
Expand Down Expand Up @@ -30,11 +35,6 @@
</developer>
</developers>

<parent>
<groupId>org.reactome.maven</groupId>
<artifactId>reactome-parent</artifactId>
<version>1.0.3</version>
</parent>

<properties>
<start.class>org.reactome.server.analysis.core.Main</start.class>
Expand Down

0 comments on commit 0f71b02

Please sign in to comment.