Skip to content

Commit

Permalink
Merge pull request 'Bump goobi workflow dependency to 22.03' (#10) fr…
Browse files Browse the repository at this point in the history
…om update_goobi_dep_to_22.03 into master

Reviewed-on: https://gitea.intranda.com/goobi-workflow/goobi-plugin-dashboard-extended/pulls/10
  • Loading branch information
rsehr committed Apr 8, 2022
2 parents a92e88c + b666a13 commit 5f4890d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.0.0</version>
<packaging>pom</packaging>
<properties>
<goobi.version>22.02.2</goobi.version>
<goobi.version>22.03</goobi.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of a plugin for the Goobi Application - a Workflow tool for the support of mass digitization.
*
* Visit the websites for more information.
* Visit the websites for more information.
* - https://goobi.io
* - https://www.intranda.com
* - https://github.com/intranda/goobi
Expand Down Expand Up @@ -33,9 +33,9 @@

import org.apache.commons.configuration.XMLConfiguration;

import com.sun.syndication.feed.synd.SyndEntry;
import com.sun.syndication.feed.synd.SyndFeed;
import com.sun.syndication.io.SyndFeedInput;
import com.rometools.rome.feed.synd.SyndEntry;
import com.rometools.rome.feed.synd.SyndFeed;
import com.rometools.rome.io.SyndFeedInput;

import de.intranda.digiverso.model.rss.RssEntry;
import de.sub.goobi.helper.HttpClientHelper;
Expand Down Expand Up @@ -83,7 +83,7 @@ public List<RssEntry> getFeed() {
internalFeeds.add(rss);
}
} catch (Exception e) {
internalFeeds = new ArrayList<RssEntry>();
internalFeeds = new ArrayList<>();
RssEntry rss = new RssEntry();
rss.setTitle("Error");
rss.setAuthor("");
Expand Down

0 comments on commit 5f4890d

Please sign in to comment.