Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 8, 2024
1 parent 14c1288 commit 0f526f2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The plugin is configured in the "plugins" section of the pom.

<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<groupId>eu.maveniverse.maven.plugins</groupId>
<artifactId>bom-builder-maven-plugin</artifactId>
<version>1.0.0.Beta3</version>
<executions>
Expand All @@ -24,7 +24,7 @@ The plugin is configured in the "plugins" section of the pom.
<goal>build-bom</goal>
</goals>
<configuration>
<bomGroupId>org.jboss.bom</bomGroupId>
<bomGroupId>org.foo.bom</bomGroupId>
<bomArtifactId>my-artifacts-bom</bomArtifactId>
<bomVersion>1.0.0</bomVersion>
<bomName>My Artifacts BOM</bomName>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.maven.plugins.bombuilder;
package eu.maneniverse.maven.plugins.bombuilder;

/**
* A class to represent exclusion configuration for the BOM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.maven.plugins.bombuilder;
package eu.maneniverse.maven.plugins.bombuilder;

import static org.codehaus.plexus.util.StringUtils.trim;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.maven.plugins.bombuilder;
package eu.maneniverse.maven.plugins.bombuilder;

/**
* A class to represent dependency exclusion configuration for the BOM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.maven.plugins.bombuilder;
package eu.maneniverse.maven.plugins.bombuilder;

import java.util.AbstractSet;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.maven.plugins.bombuilder;
package eu.maneniverse.maven.plugins.bombuilder;

import java.util.HashSet;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.maven.plugins.bombuilder;
package eu.maneniverse.maven.plugins.bombuilder;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.ArgumentMatchers.any;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.maven.plugins.bombuilder;
package eu.maneniverse.maven.plugins.bombuilder;

import static org.junit.jupiter.api.Assertions.assertEquals;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.maven.plugins.bombuilder;
package eu.maneniverse.maven.plugins.bombuilder;

import static org.junit.jupiter.api.Assertions.assertEquals;

Expand Down

0 comments on commit 0f526f2

Please sign in to comment.