Skip to content

Commit 2c83308

Browse files
committed
[maven-release-plugin] prepare release 3.3.0
1 parent 2d98f1c commit 2c83308

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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>3.2.1-SNAPSHOT</version>
7+
<version>3.3.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Boot Starter for QuickFIX/J</name>
@@ -38,7 +38,7 @@
3838
<url>https://github.com/esanchezros/quickfixj-spring-boot-starter</url>
3939
<connection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter.git</connection>
4040
<developerConnection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter.git</developerConnection>
41-
<tag>HEAD</tag>
41+
<tag>3.3.0</tag>
4242
</scm>
4343

4444
<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>3.2.1-SNAPSHOT</version>
8+
<version>3.3.0</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>3.2.1-SNAPSHOT</version>
6+
<version>3.3.0</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>3.2.1-SNAPSHOT</version>
8+
<version>3.3.0</version>
99
</parent>
1010

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

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>3.2.1-SNAPSHOT</version>
8+
<version>3.3.0</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)