Merge branch 'master' into task/JAVA-5550

This commit is contained in:
kwoyke
2021-05-16 20:47:40 +02:00
committed by GitHub
194 changed files with 1336 additions and 763 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-mobile</artifactId>
<version>1.0-SNAPSHOT</version>
@@ -30,7 +31,9 @@
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
</dependencies>
<properties>
<spring-mobile-device.version>1.1.5.RELEASE</spring-mobile-device.version>
</properties>
</project>
</project>