Skip to content

Commit

Permalink
Update parent, align mojo names.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
  • Loading branch information
splatch committed Jan 30, 2024
1 parent a8faf9f commit 52a0c6f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<compiler.source>11</compiler.source>
<compiler.target>11</compiler.target>

<bom.version>3.0.2-SNAPSHOT</bom.version>
<bom.version>3.0.4</bom.version>
<openhab.version>3.0.4</openhab.version>
<openhab-distro.version>3.0.4</openhab-distro.version>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.thing4</groupId>
<artifactId>parent</artifactId>
<version>4</version>
<version>5</version>
<relativePath />
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.apache.maven.plugins.annotations.ResolutionScope;
import org.apache.maven.project.MavenProject;
import org.openhab.core.config.core.ConfigDescription;
import org.openhab.core.thing.type.ChannelGroupType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
defaultPhase = LifecyclePhase.PROCESS_RESOURCES,
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME
)
public class DocumentationMojo extends DescriptorProcessorMojo {
public class ProcessDescriptorsMojo extends DescriptorProcessorMojo {

/**
* The output directory into which to copy the resources.
Expand Down

0 comments on commit 52a0c6f

Please sign in to comment.