Skip to content

Commit bc4eddd

Browse files
committed
switch maven group id to wcm.io and change plugin name
1 parent cdc6237 commit bc4eddd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ under the License.
2929
<relativePath/>
3030
</parent>
3131

32+
<groupId>io.wcm.devops.maven.plugins</groupId>
3233
<artifactId>maven-eclipse-plugin</artifactId>
3334
<version>3.0.0-SNAPSHOT</version>
3435
<packaging>maven-plugin</packaging>
3536

36-
<name>Apache Maven Eclipse Plugin</name>
37-
<description>The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder)
38-
from a POM.
37+
<name>wcm.io DevOps Maven Eclipse Plugin</name>
38+
<description>
39+
The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.
3940
</description>
4041

4142
<prerequisites>
@@ -533,4 +534,3 @@ under the License.
533534
</plugins>
534535
</reporting>
535536
</project>
536-

0 commit comments

Comments
 (0)