Skip to content

Commit

Permalink
Revise group ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
sutra committed Nov 27, 2021
1 parent 7cc9bc0 commit a953681
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>oxerr-parent</artifactId>
<version>1.4.0</version>
</parent>
<groupId>org.oxerr.spring.security</groupId>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.3</version>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.oxerr.spring.security</groupId>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.3</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.oxerr.spring.security</groupId>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.3</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions spring-security-wechat-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.oxerr.spring.security</groupId>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.3</version>
</parent>
Expand All @@ -32,7 +32,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.oxerr.spring.security.wechat.samples</groupId>
<artifactId>spring-security-wechat-samples-helloworld</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion spring-security-wechat-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.oxerr.spring.security</groupId>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.3</version>
</parent>
<groupId>org.oxerr.spring.security.wechat.samples</groupId>
<artifactId>spring-security-wechat-samples</artifactId>
<packaging>pom</packaging>
<name>Spring Security WeChat Samples</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,14 @@
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.oxerr.spring.security</groupId>
<groupId>org.oxerr.spring.security.wechat.samples</groupId>
<artifactId>spring-security-wechat-samples</artifactId>
<version>0.0.3</version>
</parent>
<artifactId>spring-security-wechat-samples-helloworld</artifactId>
<properties>
<spring-boot.version>2.5.2</spring-boot.version>
<spring-boot.version>2.6.0</spring-boot.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -70,7 +61,7 @@
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat-config</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.oxerr.spring.security</groupId>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.3</version>
</parent>
Expand Down

0 comments on commit a953681

Please sign in to comment.