Skip to content

Commit

Permalink
Fixed invalid configuration in POM "maven-dependency-plugin".
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Aug 4, 2021
1 parent 757f95d commit 5fa3f8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
</properties>
<body>

<release version="3.0.0-SNAPSHOT" date="2021-??-??"
description="Changes since last milestone for this upcoming major release.">
<action dev="essiembre" type="fix">
Fixed invalid configuration in POM "maven-dependency-plugin".
</action>
</release>

<release version="3.0.0-M1" date="2021-03-01" description="Feature release">
<action dev="essiembre" type="update">
Major refactor to support Norconex Committer Core 3.x. Adds ability
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-maven-parent</artifactId>
<version>1.0.0-M1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-idol</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-SNAPSHOT</version>
<name>Norconex Committer IDOL</name>
<description>
MicroFocus IDOL implementation of Norconex Committer.
Expand Down Expand Up @@ -130,7 +130,7 @@
<configuration>
<classifier>resources</classifier>
<outputDirectory>${project.build.directory}/shared-resources</outputDirectory>
<includeArtifacIds>norconex-commons-lang</includeArtifacIds>
<includeArtifactIds>norconex-commons-lang</includeArtifactIds>
<includeGroupIds>com.norconex.commons</includeGroupIds>
<excludeTransitive>true</excludeTransitive>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
*
* @author Pascal Essiembre
*/
@SuppressWarnings("javadoc")
public class IdolCommitter extends AbstractBatchCommitter {

private static final Logger LOG =
Expand Down

0 comments on commit 5fa3f8d

Please sign in to comment.