Skip to content

Commit e882293

Browse files
committed
修改 groupId
1 parent e2ec8c7 commit e882293

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<parent>
3131
<artifactId>java_design_patterns</artifactId>
32-
<groupId>me.zbl</groupId>
32+
<groupId>com.github.JamesZBL</groupId>
3333
<version>1.11.9-SNAPSHOT</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>

bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<parent>
3131
<artifactId>java_design_patterns</artifactId>
32-
<groupId>me.zbl</groupId>
32+
<groupId>com.github.JamesZBL</groupId>
3333
<version>1.11.9-SNAPSHOT</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>

builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<parent>
3131
<artifactId>java_design_patterns</artifactId>
32-
<groupId>me.zbl</groupId>
32+
<groupId>com.github.JamesZBL</groupId>
3333
<version>1.11.9-SNAPSHOT</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>

composite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<parent>
3131
<artifactId>java_design_patterns</artifactId>
32-
<groupId>me.zbl</groupId>
32+
<groupId>com.github.JamesZBL</groupId>
3333
<version>1.11.9-SNAPSHOT</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>

decorator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<parent>
3131
<artifactId>java_design_patterns</artifactId>
32-
<groupId>me.zbl</groupId>
32+
<groupId>com.github.JamesZBL</groupId>
3333
<version>1.11.9-SNAPSHOT</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>

factory-method/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<parent>
3131
<artifactId>java_design_patterns</artifactId>
32-
<groupId>me.zbl</groupId>
32+
<groupId>com.github.JamesZBL</groupId>
3333
<version>1.11.9-SNAPSHOT</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<modelVersion>4.0.0</modelVersion>
31-
<groupId>me.zbl</groupId>
31+
<groupId>com.github.JamesZBL</groupId>
3232
<artifactId>java_design_patterns</artifactId>
3333
<packaging>pom</packaging>
3434
<version>1.11.9-SNAPSHOT</version>

prototype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<parent>
3131
<artifactId>java_design_patterns</artifactId>
32-
<groupId>me.zbl</groupId>
32+
<groupId>com.github.JamesZBL</groupId>
3333
<version>1.11.9-SNAPSHOT</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>

singleton/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3030
<parent>
3131
<artifactId>java_design_patterns</artifactId>
32-
<groupId>me.zbl</groupId>
32+
<groupId>com.github.JamesZBL</groupId>
3333
<version>1.11.9-SNAPSHOT</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)