Skip to content

Commit b3fb23d

Browse files
author
Travis CI User
committed
[skip travis] [maven-release-plugin] prepare release 2.0.3
1 parent aab1fa5 commit b3fb23d

File tree

3 files changed

+9
-13
lines changed
  • spt-development-logging-spring-boot-autoconfigure
  • spt-development-logging-spring-boot-starter

3 files changed

+9
-13
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>com.spt-development</groupId>
65
<artifactId>spt-development-logging-spring-boot</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
6+
<version>2.0.3</version>
87

98
<name>logging-spring-boot</name>
109
<description>Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.</description>
@@ -13,7 +12,8 @@
1312
<scm>
1413
<connection>scm:git:https://github.com/spt-development/spt-development-logging-spring-boot.git</connection>
1514
<url>https://github.com/spt-development/spt-development-logging-spring-boot</url>
16-
</scm>
15+
<tag>2.0.3</tag>
16+
</scm>
1717

1818
<licenses>
1919
<license>
@@ -149,7 +149,7 @@
149149
</goals>
150150
<configuration>
151151
<rules>
152-
<dependencyConvergence/>
152+
<dependencyConvergence />
153153
</rules>
154154
</configuration>
155155
</execution>

spt-development-logging-spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>com.spt-development</groupId>
97
<artifactId>spt-development-logging-spring-boot</artifactId>
10-
<version>2.0.3-SNAPSHOT</version>
8+
<version>2.0.3</version>
119
</parent>
1210

1311
<artifactId>spt-development-logging-spring-boot-autoconfigure</artifactId>

spt-development-logging-spring-boot-starter/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>com.spt-development</groupId>
97
<artifactId>spt-development-logging-spring-boot</artifactId>
10-
<version>2.0.3-SNAPSHOT</version>
8+
<version>2.0.3</version>
119
</parent>
1210

1311
<artifactId>spt-development-logging-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)