Skip to content

Commit f030b0f

Browse files
committed
[maven-release-plugin] prepare release 2.15.0
1 parent ac7ec6f commit f030b0f

File tree

14 files changed

+29
-43
lines changed

14 files changed

+29
-43
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
65
<groupId>io.allune</groupId>
7-
<version>2.12.0-SNAPSHOT</version>
6+
<version>2.15.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
65
<groupId>io.allune</groupId>
7-
<version>2.12.0-SNAPSHOT</version>
6+
<version>2.15.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

docker-server-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
65
<groupId>io.allune</groupId>
7-
<version>2.12.0-SNAPSHOT</version>
6+
<version>2.15.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -11,7 +10,7 @@
1110

1211
<groupId>io.allune</groupId>
1312
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
14-
<version>2.12.0-SNAPSHOT</version>
13+
<version>2.15.0</version>
1514
<packaging>pom</packaging>
1615

1716
<name>QuickFixJ Spring Boot Starter Examples</name>
@@ -46,7 +45,7 @@
4645
<connection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter-examples.git</connection>
4746
<developerConnection>scm:git:git@github.com:esanchezros/quickfixj-spring-boot-starter-examples.git
4847
</developerConnection>
49-
<tag>HEAD</tag>
48+
<tag>2.15.0</tag>
5049
</scm>
5150

5251
<properties>

simple-client-and-server-config-string/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
65
<groupId>io.allune</groupId>
7-
<version>2.12.0-SNAPSHOT</version>
6+
<version>2.15.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

simple-client-and-server/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
65
<groupId>io.allune</groupId>
7-
<version>2.12.0-SNAPSHOT</version>
6+
<version>2.15.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

simple-client-listener/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
65
<groupId>io.allune</groupId>
7-
<version>2.12.0-SNAPSHOT</version>
6+
<version>2.15.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

simple-client-with-database/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.allune</groupId>
87
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
9-
<version>2.12.0-SNAPSHOT</version>
8+
<version>2.15.0</version>
109
</parent>
1110

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

simple-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.allune</groupId>
87
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
9-
<version>2.12.0-SNAPSHOT</version>
8+
<version>2.15.0</version>
109
</parent>
1110

1211
<artifactId>simple-client</artifactId>

simple-server-dynamic-sessions/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.allune</groupId>
87
<artifactId>quickfixj-spring-boot-starter-examples</artifactId>
9-
<version>2.12.0-SNAPSHOT</version>
8+
<version>2.15.0</version>
109
</parent>
1110

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

0 commit comments

Comments
 (0)