Skip to content

Commit

Permalink
#358 - Apply renaming to composefile
Browse files Browse the repository at this point in the history
- rename artifact created by maven
  • Loading branch information
michael-82 committed Sep 4, 2024
1 parent f559c56 commit c762559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</parent>

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>FeasibilityGuiBackend</artifactId>
<artifactId>DataportalBackend</artifactId>
<version>6.0.0-SNAPSHOT</version>

<name>FeasibilityGuiBackend</name>
<description>Backend of the Feasibility GUI</description>
<name>Dataportal Backend</name>
<description>Backend of the Dataportal</description>

<scm>
<connection>scm:git:${project.scm.url}</connection>
Expand Down Expand Up @@ -358,7 +358,7 @@


<build>
<finalName>feasibilityBackend</finalName>
<finalName>dataportalBackend</finalName>

<plugins>
<plugin>
Expand Down

0 comments on commit c762559

Please sign in to comment.