Skip to content

Commit 16ea86f

Browse files
committed
[maven-release-plugin] prepare release 2.8.3
1 parent c1a9eaf commit 16ea86f

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

docker-server-client-with-database/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
55
<groupId>io.allune</groupId>
6-
<version>2.8.2-SNAPSHOT</version>
6+
<version>2.8.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

docker-server-client-with-failover/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
55
<groupId>io.allune</groupId>
6-
<version>2.8.2-SNAPSHOT</version>
6+
<version>2.8.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

docker-server-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
55
<groupId>io.allune</groupId>
6-
<version>2.8.2-SNAPSHOT</version>
6+
<version>2.8.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.allune</groupId>
1212
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
13-
<version>2.8.2-SNAPSHOT</version>
13+
<version>2.8.3</version>
1414
<packaging>pom</packaging>
1515

1616
<name>QuickFixJ Spring Boot Starter Examples</name>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter-examples.git</connection>
4545
<developerConnection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter-examples.git
4646
</developerConnection>
47-
<tag>HEAD</tag>
47+
<tag>2.8.3</tag>
4848
</scm>
4949

5050
<properties>

simple-client-and-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
55
<groupId>io.allune</groupId>
6-
<version>2.8.2-SNAPSHOT</version>
6+
<version>2.8.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

simple-client-listener/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
55
<groupId>io.allune</groupId>
6-
<version>2.8.2-SNAPSHOT</version>
6+
<version>2.8.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

simple-client-with-database/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.allune</groupId>
77
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
8-
<version>2.8.2-SNAPSHOT</version>
8+
<version>2.8.3</version>
99
</parent>
1010

1111
<artifactId>simple-client-with-database</artifactId>

simple-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.allune</groupId>
77
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
8-
<version>2.8.2-SNAPSHOT</version>
8+
<version>2.8.3</version>
99
</parent>
1010

1111
<artifactId>simple-client</artifactId>

simple-server-dynamic-sessions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.allune</groupId>
77
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
8-
<version>2.8.2-SNAPSHOT</version>
8+
<version>2.8.3</version>
99
</parent>
1010

1111
<artifactId>simple-server-dynamic-sessions</artifactId>

simple-server-listener/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.allune</groupId>
77
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
8-
<version>2.8.2-SNAPSHOT</version>
8+
<version>2.8.3</version>
99
</parent>
1010

1111
<artifactId>simple-server-listener</artifactId>

0 commit comments

Comments
 (0)