|
4 | 4 |
|
5 | 5 | <groupId>com.spt-development</groupId> |
6 | 6 | <artifactId>spt-development-logging-spring</artifactId> |
7 | | - <version>2.0.2</version> |
| 7 | + <version>2.0.3-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 | <name>logging-spring</name> |
10 | 10 | <description>A very simple library for getting/setting the current correlation ID, utilising ThreadLocal.</description> |
|
29 | 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
30 | 30 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
31 | 31 |
|
32 | | - <maven.compiler.source>8</maven.compiler.source> |
33 | | - <maven.compiler.target>8</maven.compiler.target> |
| 32 | + <maven.compiler.release>8</maven.compiler.release> |
34 | 33 |
|
35 | 34 | <!-- Dependency versions --> |
36 | | - <aspectj.version>1.9.7</aspectj.version> |
37 | | - <slf4j.version>1.7.32</slf4j.version> |
38 | | - <spring.version>5.3.12</spring.version> |
39 | | - <spt-cid.version>2.0.0</spt-cid.version> |
| 35 | + <aspectj.version>1.9.9.1</aspectj.version> |
| 36 | + <slf4j.version>1.7.36</slf4j.version> |
| 37 | + <spring.version>5.3.18</spring.version> |
| 38 | + <spt-cid.version>2.0.11</spt-cid.version> |
40 | 39 |
|
41 | 40 | <!-- Test dependency versions --> |
42 | 41 | <hamcrest.version>2.2</hamcrest.version> |
43 | | - <junit-jupiter.version>5.7.2</junit-jupiter.version> |
44 | | - <logback.version>1.2.6</logback.version> |
| 42 | + <junit-jupiter.version>5.8.2</junit-jupiter.version> |
| 43 | + <logback.version>1.2.11</logback.version> |
45 | 44 | <mockito.version>3.9.0</mockito.version> |
46 | 45 |
|
47 | 46 | <!-- Plugin versions --> |
|
54 | 53 | <maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version> |
55 | 54 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
56 | 55 | <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> |
| 56 | + <maven-release-plugin.version>3.0.0-M5</maven-release-plugin.version> |
57 | 57 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
58 | 58 | <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
59 | | - <nexus-staging-plugin.version>1.6.8</nexus-staging-plugin.version> |
60 | | - <pitest-maven.version>1.7.2</pitest-maven.version> |
| 59 | + <nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version> |
61 | 60 | <spotbugs.version>4.2.3</spotbugs.version> |
62 | 61 | <versions-maven-plugin.version>2.8.1</versions-maven-plugin.version> |
63 | 62 |
|
64 | 63 | <!-- Plugin dependencies --> |
65 | 64 | <asm.version>9.2</asm.version> |
66 | 65 | <checkstyle.version>9.0.1</checkstyle.version> |
67 | 66 | <maven-dependency-analyzer.version>1.11.3</maven-dependency-analyzer.version> |
68 | | - <pitest-junit5-plugin.version>0.15</pitest-junit5-plugin.version> |
69 | 67 | </properties> |
70 | 68 |
|
71 | 69 | <dependencyManagement> |
|
346 | 344 | </configuration> |
347 | 345 | <version>${versions-maven-plugin.version}</version> |
348 | 346 | </plugin> |
| 347 | + <plugin> |
| 348 | + <artifactId>maven-release-plugin</artifactId> |
| 349 | + <version>${maven-release-plugin.version}</version> |
| 350 | + <configuration> |
| 351 | + <goals>deploy</goals> |
| 352 | + <scmCommentPrefix>[skip travis] [maven-release-plugin] </scmCommentPrefix> |
| 353 | + <tagNameFormat>@{project.version}</tagNameFormat> |
| 354 | + </configuration> |
| 355 | + </plugin> |
349 | 356 | </plugins> |
350 | 357 | <resources> |
351 | 358 | <resource> |
|
0 commit comments