Skip to content

Commit

Permalink
fix maven coordinates and java package
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed May 10, 2024
1 parent 828fe43 commit 062468f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>


<groupId>de.eitco.cicd</groupId>
<artifactId>build-utilities-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Created on 01.06.2021
*
*/
package de.eitco.commons.build.essentials;
package de.eitco.cicd.build.utilities;

import org.apache.maven.artifact.Artifact;
import org.apache.maven.plugin.AbstractMojo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Created on 01.06.2021
*
*/
package de.eitco.commons.build.essentials;
package de.eitco.cicd.build.utilities;

import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Created on 16.08.2021
*
*/
package de.eitco.commons.build.essentials;
package de.eitco.cicd.build.utilities;


import org.apache.maven.plugin.AbstractMojo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Created on 06.05.2020
*
*/
package de.eitco.commons.build.essentials;
package de.eitco.cicd.build.utilities;

import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
Expand Down

0 comments on commit 062468f

Please sign in to comment.