Skip to content

Commit

Permalink
fix(pom): pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
andanyoung committed Nov 8, 2023
1 parent dde24ac commit ba6d8f4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions admin4j-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>com.admin4j.dict</groupId>
<artifactId>dict-spring-boot-starter</artifactId>
<version>0.8.1</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>com.admin4j.framework</groupId>
Expand Down Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>com.admin4j.framework</groupId>
<artifactId>elasticsearch-spring-boot-starter</artifactId>
<version>7.x.0</version>
<version>7.x.1</version>
</dependency>
<dependency>
<groupId>com.admin4j.redis</groupId>
Expand Down Expand Up @@ -298,7 +298,7 @@
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>com.admin4j</groupId>
<groupId>com.admin4j.framework</groupId>
<artifactId>zookeeper-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion admin4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.admin4j</groupId>
<artifactId>admin4j-parent</artifactId>
<version>0.9.0</version>
<version>0.9.2</version>
<description>用于业务框架的父工程</description>
<packaging>pom</packaging>
<name>admin4j-parent</name>
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand All @@ -10,7 +10,7 @@
<groupId>com.admin4j.framework</groupId>
<artifactId>elasticsearch-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<version>8.x.0</version>
<version>7.x.1</version>
<description>elasticsearch Spring boot 自动装配器</description>
<name>elasticsearch-spring-boot-starter</name>

Expand Down
2 changes: 1 addition & 1 deletion enum-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.admin4j</groupId>
<artifactId>framework</artifactId>
<version>0.9.0</version>
<version>${revision}</version>
</parent>

<groupId>com.admin4j.framework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.admin4j.framework</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.9.0</version>
<version>0.9.2</version>
<packaging>pom</packaging>
<url>https://github.com/admin4j/admin4j-framework</url>

Expand Down
2 changes: 1 addition & 1 deletion xxl-job-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>com.admin4j.framework</groupId>
<artifactId>xxl-job-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<version>0.0.9</version>
<version>1.0.0</version>
<name>xxl-job-spring-boot-starter</name>

<properties>
Expand Down
3 changes: 2 additions & 1 deletion zookeeper-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand All @@ -7,6 +7,7 @@
<version>${revision}</version>
</parent>

<groupId>com.admin4j.framework</groupId>
<artifactId>zookeeper-spring-boot-starter</artifactId>
<version>1.0.0</version>

Expand Down

0 comments on commit ba6d8f4

Please sign in to comment.