Skip to content

Commit 2847767

Browse files
committed
[shell-release]release version 3.1.2
1 parent ff2d992 commit 2847767

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

admin-token/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>zrlog</artifactId>
77
<groupId>com.zrlog</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
<version>3.1.3-SNAPSHOT</version>
11+
<version>3.1.2</version>
1212
<artifactId>admin-token</artifactId>
1313

1414
<dependencies>

admin-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>zrlog</artifactId>
77
<groupId>com.zrlog</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
<version>3.1.3-SNAPSHOT</version>
11+
<version>3.1.2</version>
1212
<artifactId>admin-web</artifactId>
1313

1414
<dependencies>

blog-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>zrlog</artifactId>
77
<groupId>com.zrlog</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>blog-web</artifactId>
12-
<version>3.1.3-SNAPSHOT</version>
12+
<version>3.1.2</version>
1313

1414

1515
<dependencies>

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>zrlog</artifactId>
77
<groupId>com.zrlog</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>common</artifactId>
12-
<version>3.1.3-SNAPSHOT</version>
12+
<version>3.1.2</version>
1313

1414
<dependencies>
1515
<dependency>

data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>zrlog</artifactId>
77
<groupId>com.zrlog</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
<version>3.1.3-SNAPSHOT</version>
11+
<version>3.1.2</version>
1212
<artifactId>data</artifactId>
1313

1414
<dependencies>

package-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.zrlog</groupId>
77
<artifactId>zrlog</artifactId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>package-web</artifactId>
12-
<version>3.1.3-SNAPSHOT</version>
12+
<version>3.1.2</version>
1313

1414
<properties>
1515
<maven.compiler.source>21</maven.compiler.source>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.zrlog</groupId>
55
<artifactId>zrlog</artifactId>
66
<packaging>pom</packaging>
7-
<version>3.1.3-SNAPSHOT</version>
7+
<version>3.1.2</version>
88
<modules>
99
<module>web</module>
1010
<module>service</module>
@@ -91,37 +91,37 @@
9191
<dependency>
9292
<groupId>com.zrlog</groupId>
9393
<artifactId>common</artifactId>
94-
<version>3.1.3-SNAPSHOT</version>
94+
<version>3.1.2</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.zrlog</groupId>
9898
<artifactId>data</artifactId>
99-
<version>3.1.3-SNAPSHOT</version>
99+
<version>3.1.2</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>com.zrlog</groupId>
103103
<artifactId>admin-token</artifactId>
104-
<version>3.1.3-SNAPSHOT</version>
104+
<version>3.1.2</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>com.zrlog</groupId>
108108
<artifactId>blog-web</artifactId>
109-
<version>3.1.3-SNAPSHOT</version>
109+
<version>3.1.2</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>com.zrlog</groupId>
113113
<artifactId>service</artifactId>
114-
<version>3.1.3-SNAPSHOT</version>
114+
<version>3.1.2</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>com.zrlog</groupId>
118118
<artifactId>admin-web</artifactId>
119-
<version>3.1.3-SNAPSHOT</version>
119+
<version>3.1.2</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.zrlog</groupId>
123123
<artifactId>web</artifactId>
124-
<version>3.1.3-SNAPSHOT</version>
124+
<version>3.1.2</version>
125125
</dependency>
126126
</dependencies>
127127
</dependencyManagement>

service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>zrlog</artifactId>
77
<groupId>com.zrlog</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>service</artifactId>
13-
<version>3.1.3-SNAPSHOT</version>
13+
<version>3.1.2</version>
1414

1515
<dependencies>
1616
<dependency>

web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>zrlog</artifactId>
77
<groupId>com.zrlog</groupId>
8-
<version>3.1.3-SNAPSHOT</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>web</artifactId>
12-
<version>3.1.3-SNAPSHOT</version>
12+
<version>3.1.2</version>
1313

1414
<dependencies>
1515
<dependency>

0 commit comments

Comments
 (0)