Skip to content

Commit 9f62fed

Browse files
committed
change pom version to 0.8.6
1 parent f480ded commit 9f62fed

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-benchmark</artifactId>
2727

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.github.dtprj.dongting</groupId>
3535
<artifactId>dongting-server</artifactId>
36-
<version>0.8.6-SNAPSHOT</version>
36+
<version>0.8.6</version>
3737
</dependency>
3838

3939
<dependency>

client-ex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-client-ex</artifactId>
2727
<properties>

client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-client</artifactId>
2727

2828
<dependencies>
2929
<dependency>
3030
<groupId>com.github.dtprj.dongting</groupId>
3131
<artifactId>dongting-test-support</artifactId>
32-
<version>0.8.6-SNAPSHOT</version>
32+
<version>0.8.6</version>
3333
<scope>test</scope>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.github.dtprj.dongting</groupId>
3737
<artifactId>dongting-client-ex</artifactId>
38-
<version>0.8.6-SNAPSHOT</version>
38+
<version>0.8.6</version>
3939
</dependency>
4040
</dependencies>
4141

demos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-demos</artifactId>
2727

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.github.dtprj.dongting</groupId>
3535
<artifactId>dongting-dist</artifactId>
36-
<version>0.8.6-SNAPSHOT</version>
36+
<version>0.8.6</version>
3737
</dependency>
3838
</dependencies>
3939
<build>

dist/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-dist</artifactId>
2727
<dependencies>
2828
<dependency>
2929
<groupId>com.github.dtprj.dongting</groupId>
3030
<artifactId>dongting-test-support</artifactId>
31-
<version>0.8.6-SNAPSHOT</version>
31+
<version>0.8.6</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.github.dtprj.dongting</groupId>
3636
<artifactId>dongting-client</artifactId>
37-
<version>0.8.6-SNAPSHOT</version>
37+
<version>0.8.6</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.github.dtprj.dongting</groupId>
4141
<artifactId>dongting-server</artifactId>
42-
<version>0.8.6-SNAPSHOT</version>
42+
<version>0.8.6</version>
4343
</dependency>
4444
</dependencies>
4545
<build>

it-test/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-it-test</artifactId>
2727
<properties>
@@ -33,22 +33,22 @@
3333
<dependency>
3434
<groupId>com.github.dtprj.dongting</groupId>
3535
<artifactId>dongting-test-support</artifactId>
36-
<version>0.8.6-SNAPSHOT</version>
36+
<version>0.8.6</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.github.dtprj.dongting</groupId>
4040
<artifactId>dongting-client</artifactId>
41-
<version>0.8.6-SNAPSHOT</version>
41+
<version>0.8.6</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.github.dtprj.dongting</groupId>
4545
<artifactId>dongting-server</artifactId>
46-
<version>0.8.6-SNAPSHOT</version>
46+
<version>0.8.6</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.github.dtprj.dongting</groupId>
5050
<artifactId>dongting-dist</artifactId>
51-
<version>0.8.6-SNAPSHOT</version>
51+
<version>0.8.6</version>
5252
</dependency>
5353
</dependencies>
5454
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>com.github.dtprj.dongting</groupId>
2323
<artifactId>dongting</artifactId>
2424
<packaging>pom</packaging>
25-
<version>0.8.6-SNAPSHOT</version>
25+
<version>0.8.6</version>
2626

2727
<name>dongting</name>
2828
<description>a raft/mq/config/rpc engine in single jar with excellent performance</description>

report/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-report</artifactId>
2727
<packaging>pom</packaging>
@@ -33,12 +33,12 @@
3333
<dependency>
3434
<groupId>com.github.dtprj.dongting</groupId>
3535
<artifactId>dongting-client</artifactId>
36-
<version>0.8.6-SNAPSHOT</version>
36+
<version>0.8.6</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.github.dtprj.dongting</groupId>
4040
<artifactId>dongting-server</artifactId>
41-
<version>0.8.6-SNAPSHOT</version>
41+
<version>0.8.6</version>
4242
</dependency>
4343
</dependencies>
4444

server/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-server</artifactId>
2727
<dependencies>
2828
<dependency>
2929
<groupId>com.github.dtprj.dongting</groupId>
3030
<artifactId>dongting-test-support</artifactId>
31-
<version>0.8.6-SNAPSHOT</version>
31+
<version>0.8.6</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.github.dtprj.dongting</groupId>
3636
<artifactId>dongting-client</artifactId>
37-
<version>0.8.6-SNAPSHOT</version>
37+
<version>0.8.6</version>
3838
</dependency>
3939
</dependencies>
4040
<build>

test-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>dongting</artifactId>
2323
<groupId>com.github.dtprj.dongting</groupId>
24-
<version>0.8.6-SNAPSHOT</version>
24+
<version>0.8.6</version>
2525
</parent>
2626
<artifactId>dongting-test-support</artifactId>
2727
<properties>

0 commit comments

Comments
 (0)