Skip to content

Commit

Permalink
Revert "maven-surefire-plugin" to "v.3.2.5", as the Jenkins instance,…
Browse files Browse the repository at this point in the history
… used to build and generate the release, has an older version of maven, which is not supported by newer versions of this plugin.
  • Loading branch information
LSmyrnaios committed Nov 13, 2024
1 parent 7115630 commit 012f3ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
<version>3.2.5</version>
<!-- DO NOT UPDATE until the Jenkins-instance has its "maven" package updated. Otherwise, the release will not be able to be deployed on Nexus repository. -->
<configuration>
<!--<excludes>
<exclude>some test to exclude here</exclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
public class DataForOutput
{
private String urlId;
private String sourceUrl;
private String pageUrl;
private String docOrDatasetUrl;
private String sourceUrl, pageUrl, docOrDatasetUrl;
private String wasUrlChecked, wasUrlValid, wasDocumentOrDatasetAccessible, wasDirectLink, couldRetry;
private String hash;
private Long size;
Expand Down

0 comments on commit 012f3ab

Please sign in to comment.