Skip to content

Commit

Permalink
+ better log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Aug 9, 2024
1 parent 8162008 commit 8077aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>io.github.q3769</groupId>
<artifactId>semver-maven-plugin</artifactId>
<version>20240116.0.2024080904</version>
<version>20240116.0.202408090440</version>
<packaging>maven-plugin</packaging>

<name>semver-maven-plugin</name>
Expand Down Expand Up @@ -229,7 +229,7 @@
<plugin>
<groupId>io.github.q3769</groupId>
<artifactId>semver-maven-plugin</artifactId>
<version>20240116.0.2024080904</version>
<version>20240116.0.202408090440</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/q3769/maven/plugins/semver/SemverMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.Parameter;
import org.apache.maven.project.MavenProject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* Updates the POM file with a new SemVer version
Expand All @@ -41,7 +39,6 @@
*/
public abstract class SemverMojo extends AbstractMojo {
private static final String FALSE = "false";
private static final Logger log = LoggerFactory.getLogger(SemverMojo.class);
/** */
@Parameter(defaultValue = "${mojoExecution}", readonly = true)
protected MojoExecution mojo;
Expand Down

0 comments on commit 8077aa9

Please sign in to comment.