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

Commit 25610d3

Browse files
committed
Merge branch 'release-1.0.0'
2 parents 628fafa + 73e6423 commit 25610d3

7 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 1.0.0
2+
3+
## 2017-03-10
4+
5+
### new (initial release)
6+
7+
* 5 example documents
8+
* Metadata import over XML
9+
* Example configuration
10+
* Role Based Access Control
11+
* BibTeX export
12+
* Facets filter
13+
* Date range filter
14+
* Full-text search
15+
* Metadata graph
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<relativePath>../../knowledgefinder-webapp/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
28-
<artifactId>frontend.example</artifactId>
28+
<artifactId>portlet.example</artifactId>
2929
<packaging>war</packaging>
3030
<name>KnowledgeFinderII Portlet Example</name>
3131

@@ -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>

frontend-config/src/main/resources/detailViewConfig.json renamed to portlet-config/src/main/resources/detailViewConfig.json

File renamed without changes.
File renamed without changes.
File renamed without changes.

frontend-config/src/main/resources/resultListConfig.json renamed to portlet-config/src/main/resources/resultListConfig.json

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)