Skip to content

Commit 85f805c

Browse files
committed
BAEL-20537: Migrate custom-pmd module to the com.baeldung package
1 parent 77ad8b9 commit 85f805c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom-pmd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.baeldung.pmd</groupId>
5+
<groupId>com.baeldung.pmd</groupId>
66
<artifactId>custom-pmd</artifactId>
77
<version>0.0.1</version>
88
<name>custom-pmd</name>

custom-pmd/src/main/java/org/baeldung/pmd/UnitTestNamingConventionRule.java renamed to custom-pmd/src/main/java/com/baeldung/pmd/UnitTestNamingConventionRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.baeldung.pmd;
1+
package com.baeldung.pmd;
22

33
import net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceDeclaration;
44
import net.sourceforge.pmd.lang.java.rule.AbstractJavaRule;

0 commit comments

Comments
 (0)