Skip to content

Commit cc9dd2f

Browse files
update spring and jdk version
1 parent 3470421 commit cc9dd2f

File tree

8 files changed

+24
-19
lines changed

8 files changed

+24
-19
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
install: true
44

55
jdk:
6-
- oraclejdk8
6+
- openjdk11
77

88
addons:
99
sonarqube:

spring-jms-integration-gateway/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56

@@ -14,12 +15,12 @@
1415
<parent>
1516
<groupId>org.springframework.boot</groupId>
1617
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.1.RELEASE</version>
18+
<version>2.1.5.RELEASE</version>
1819
<relativePath /><!-- lookup parent from repository -->
1920
</parent>
2021

2122
<properties>
22-
<java.version>1.8</java.version>
23+
<java.version>11</java.version>
2324
</properties>
2425

2526
<dependencies>

spring-jms-integration/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56

@@ -14,12 +15,12 @@
1415
<parent>
1516
<groupId>org.springframework.boot</groupId>
1617
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.1.RELEASE</version>
18+
<version>2.1.5.RELEASE</version>
1819
<relativePath /><!-- lookup parent from repository -->
1920
</parent>
2021

2122
<properties>
22-
<java.version>1.8</java.version>
23+
<java.version>11</java.version>
2324
</properties>
2425

2526
<dependencies>

spring-jms-listener/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56

@@ -14,12 +15,12 @@
1415
<parent>
1516
<groupId>org.springframework.boot</groupId>
1617
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.1.RELEASE</version>
18+
<version>2.1.5.RELEASE</version>
1819
<relativePath /><!-- lookup parent from repository -->
1920
</parent>
2021

2122
<properties>
22-
<java.version>1.8</java.version>
23+
<java.version>11</java.version>
2324
</properties>
2425

2526
<dependencies>

spring-jms-message-converter/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56

@@ -14,12 +15,12 @@
1415
<parent>
1516
<groupId>org.springframework.boot</groupId>
1617
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.1.RELEASE</version>
18+
<version>2.1.5.RELEASE</version>
1819
<relativePath /><!-- lookup parent from repository -->
1920
</parent>
2021

2122
<properties>
22-
<java.version>1.8</java.version>
23+
<java.version>11</java.version>
2324
</properties>
2425

2526
<dependencies>

spring-jms-message-selector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
A detailed step-by-step tutorial on how to implement a message selector using Spring JMS and Spring Boot.
66

7-
[https://codenotfound.com/spring-jms-boot-configuration-example.html](https://codenotfound.com/spring-jms-message-selector-example.html)
7+
[https://codenotfound.com/spring-jms-message-selector-example.html](https://codenotfound.com/spring-jms-message-selector-example.html)

spring-jms-message-selector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.1.RELEASE</version>
17+
<version>2.1.5.RELEASE</version>
1818
<relativePath /><!-- lookup parent from repository -->
1919
</parent>
2020

2121
<properties>
22-
<java.version>1.8</java.version>
22+
<java.version>11</java.version>
2323
</properties>
2424

2525
<dependencies>

spring-jms-topic/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56

@@ -14,12 +15,12 @@
1415
<parent>
1516
<groupId>org.springframework.boot</groupId>
1617
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.1.RELEASE</version>
18+
<version>2.1.5.RELEASE</version>
1819
<relativePath /><!-- lookup parent from repository -->
1920
</parent>
2021

2122
<properties>
22-
<java.version>1.8</java.version>
23+
<java.version>11</java.version>
2324
</properties>
2425

2526
<dependencies>

0 commit comments

Comments
 (0)