Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esanchezros committed Oct 18, 2021
1 parent f8d96e8 commit 1912988
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker-server-client-with-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<groupId>io.allune</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion docker-server-client-with-failover/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<groupId>io.allune</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion docker-server-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<groupId>io.allune</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
<packaging>pom</packaging>

<name>QuickFixJ Spring Boot Starter Examples</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter-examples.git</connection>
<developerConnection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter-examples.git
</developerConnection>
<tag>HEAD</tag>
<tag>2.10.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion simple-client-and-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<groupId>io.allune</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion simple-client-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<groupId>io.allune</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion simple-client-with-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>

<artifactId>simple-client-with-database</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion simple-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>

<artifactId>simple-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion simple-server-dynamic-sessions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>

<artifactId>simple-server-dynamic-sessions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion simple-server-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>

<artifactId>simple-server-listener</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion simple-server-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<groupId>io.allune</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion simple-server-with-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>

<artifactId>simple-server-with-database</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion simple-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10.0</version>
</parent>

<artifactId>simple-server</artifactId>
Expand Down

0 comments on commit 1912988

Please sign in to comment.