Skip to content

Commit 9c1ca39

Browse files
committed
Merge remote-tracking branch 'origin/main' into _sync
2 parents 6f44d6f + a49dd96 commit 9c1ca39

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml.versionsBackup

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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>
55

6-
<groupId>com.github.hiwepy</groupId>
6+
<groupId>io.github.easy4j</groupId>
77
<artifactId>spring-biz</artifactId>
88
<version>1.0.9-SNAPSHOT</version>
99
<description>Spring Extension</description>
1010
<name>${project.groupId}:${project.artifactId}</name>
11-
<url>https://github.com/hiwepy/${project.artifactId}</url>
11+
<url>https://github.com/easy-4-java/${project.artifactId}</url>
1212
<packaging>jar</packaging>
1313

1414
<licenses>
@@ -19,9 +19,9 @@
1919
</licenses>
2020

2121
<scm>
22-
<connection>scm:git:https:github.com/hiwepy/${project.artifactId}.git</connection>
23-
<developerConnection>scm:git:https:github.com/hiwepy/${project.artifactId}.git</developerConnection>
24-
<url>https:github.com/hiwepy/${project.artifactId}</url>
22+
<connection>scm:git:https:github.com/easy-4-java/${project.artifactId}.git</connection>
23+
<developerConnection>scm:git:https:github.com/easy-4-java/${project.artifactId}.git</developerConnection>
24+
<url>https:github.com/easy-4-java/${project.artifactId}</url>
2525
<tag>${project.artifactId}</tag>
2626
</scm>
2727

0 commit comments

Comments
 (0)