Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 978bd03

Browse files
author
Matthias Wagner
committed
More renaming frontend -> portlet in pom.xml.
1 parent 96f14fa commit 978bd03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

portlet-config/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<plugin>
3636
<artifactId>maven-war-plugin</artifactId>
3737
<configuration>
38-
<finalName>KnowledgeFinderFrontend</finalName>
38+
<finalName>KnowledgeFinderPortlet</finalName>
3939
<overlays>
4040
<overlay>
4141
<groupId>de.dlr.knowledgefinderII.webapp</groupId>
42-
<artifactId>frontend</artifactId>
42+
<artifactId>portlet</artifactId>
4343
</overlay>
4444
</overlays>
4545
</configuration>
@@ -53,10 +53,10 @@
5353
<dependencies>
5454
<dependency>
5555
<groupId>de.dlr.knowledgefinderII.webapp</groupId>
56-
<artifactId>frontend</artifactId>
56+
<artifactId>portlet</artifactId>
5757
<version>1.0.0-SNAPSHOT</version>
5858
<type>war</type>
5959
<scope>runtime</scope>
6060
</dependency>
6161
</dependencies>
62-
</project>
62+
</project>

0 commit comments

Comments
 (0)