Skip to content

Commit ba6d8f4

Browse files
committed
fix(pom): pom version
1 parent dde24ac commit ba6d8f4

7 files changed

Lines changed: 11 additions & 10 deletions

File tree

admin4j-dependencies/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>com.admin4j.dict</groupId>
112112
<artifactId>dict-spring-boot-starter</artifactId>
113-
<version>0.8.1</version>
113+
<version>0.9.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.admin4j.framework</groupId>
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>com.admin4j.framework</groupId>
167167
<artifactId>elasticsearch-spring-boot-starter</artifactId>
168-
<version>7.x.0</version>
168+
<version>7.x.1</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>com.admin4j.redis</groupId>
@@ -298,7 +298,7 @@
298298
<version>0.9.0</version>
299299
</dependency>
300300
<dependency>
301-
<groupId>com.admin4j</groupId>
301+
<groupId>com.admin4j.framework</groupId>
302302
<artifactId>zookeeper-spring-boot-starter</artifactId>
303303
<version>1.0.0</version>
304304
</dependency>

admin4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.admin4j</groupId>
88
<artifactId>admin4j-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>0.9.2</version>
1010
<description>用于业务框架的父工程</description>
1111
<packaging>pom</packaging>
1212
<name>admin4j-parent</name>

elasticsearch-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
@@ -10,7 +10,7 @@
1010
<groupId>com.admin4j.framework</groupId>
1111
<artifactId>elasticsearch-spring-boot-starter</artifactId>
1212
<packaging>jar</packaging>
13-
<version>8.x.0</version>
13+
<version>7.x.1</version>
1414
<description>elasticsearch Spring boot 自动装配器</description>
1515
<name>elasticsearch-spring-boot-starter</name>
1616

enum-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.admin4j</groupId>
66
<artifactId>framework</artifactId>
7-
<version>0.9.0</version>
7+
<version>${revision}</version>
88
</parent>
99

1010
<groupId>com.admin4j.framework</groupId>

spring-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.admin4j.framework</groupId>
66
<artifactId>spring-boot-parent</artifactId>
7-
<version>0.9.0</version>
7+
<version>0.9.2</version>
88
<packaging>pom</packaging>
99
<url>https://github.com/admin4j/admin4j-framework</url>
1010

xxl-job-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.admin4j.framework</groupId>
1111
<artifactId>xxl-job-spring-boot-starter</artifactId>
1212
<packaging>jar</packaging>
13-
<version>0.0.9</version>
13+
<version>1.0.0</version>
1414
<name>xxl-job-spring-boot-starter</name>
1515

1616
<properties>

zookeeper-spring-boot-starter/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
@@ -7,6 +7,7 @@
77
<version>${revision}</version>
88
</parent>
99

10+
<groupId>com.admin4j.framework</groupId>
1011
<artifactId>zookeeper-spring-boot-starter</artifactId>
1112
<version>1.0.0</version>
1213

0 commit comments

Comments
 (0)