Skip to content

Commit 9a695b6

Browse files
committed
[maven-release-plugin] prepare release 2.16.1
1 parent b29e1d4 commit 9a695b6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

pom.xml

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

55
<groupId>io.allune</groupId>
66
<artifactId>quickfixj-spring-boot</artifactId>
7-
<version>2.16.1-SNAPSHOT</version>
7+
<version>2.16.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Boot Starter for QuickFIX/J</name>
@@ -39,7 +39,7 @@
3939
<url>https://github.com/esanchezros/quickfixj-spring-boot-starter</url>
4040
<connection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter.git</connection>
4141
<developerConnection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter.git</developerConnection>
42-
<tag>HEAD</tag>
42+
<tag>2.16.1</tag>
4343
</scm>
4444

4545
<issueManagement>

quickfixj-spring-boot-actuator/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</artifactId>
8-
<version>2.16.1-SNAPSHOT</version>
8+
<version>2.16.1</version>
99
</parent>
1010

1111
<artifactId>quickfixj-spring-boot-actuator</artifactId>

quickfixj-spring-boot-autoconfigure/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</artifactId>
55
<groupId>io.allune</groupId>
6-
<version>2.16.1-SNAPSHOT</version>
6+
<version>2.16.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

quickfixj-spring-boot-context/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</artifactId>
8-
<version>2.16.1-SNAPSHOT</version>
8+
<version>2.16.1</version>
99
</parent>
1010

1111
<artifactId>quickfixj-spring-boot-context</artifactId>

quickfixj-spring-boot-dependencies/pom.xml

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

55
<groupId>io.allune</groupId>
66
<artifactId>quickfixj-spring-boot-dependencies</artifactId>
7-
<version>2.16.1-SNAPSHOT</version>
7+
<version>2.16.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Boot Starter for QuickFix/J :: Dependencies</name>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/esanchezros/quickfixj-spring-boot-starter</url>
4444
<connection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter.git</connection>
4545
<developerConnection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter.git</developerConnection>
46-
<tag>HEAD</tag>
46+
<tag>2.16.1</tag>
4747
</scm>
4848

4949
<ciManagement>

quickfixj-spring-boot-starter/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</artifactId>
8-
<version>2.16.1-SNAPSHOT</version>
8+
<version>2.16.1</version>
99
</parent>
1010
<artifactId>quickfixj-spring-boot-starter</artifactId>
1111
<name>Spring Boot Starter for QuickFIX/J :: Starter</name>

0 commit comments

Comments
 (0)