Skip to content

Commit d795770

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
6+
<version>2.0.3</version>
87

98
<name>logging-spring</name>
109
<description>A very simple library for getting/setting the current correlation ID, utilising ThreadLocal.</description>
@@ -13,7 +12,8 @@
1312
<scm>
1413
<connection>scm:git:https://github.com/spt-development/spt-development-logging-spring.git</connection>
1514
<url>https://github.com/spt-development/spt-development-logging-spring</url>
16-
</scm>
15+
<tag>2.0.3</tag>
16+
</scm>
1717

1818
<licenses>
1919
<license>
@@ -220,7 +220,7 @@
220220
</goals>
221221
<configuration>
222222
<rules>
223-
<dependencyConvergence/>
223+
<dependencyConvergence />
224224
</rules>
225225
</configuration>
226226
</execution>

0 commit comments

Comments
 (0)