|
36 | 36 |
|
37 | 37 | <encoding>UTF-8</encoding> |
38 | 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 39 | + <project.build.outputTimestamp>10</project.build.outputTimestamp> |
39 | 40 | <maven.compiler.source>1.8</maven.compiler.source> |
40 | 41 | <maven.compiler.target>1.8</maven.compiler.target> |
41 | 42 | <maven.compiler.release>8</maven.compiler.release> |
|
80 | 81 | <maven.checkstyle.plugin>3.1.0</maven.checkstyle.plugin> |
81 | 82 | <checkstyle.version>8.29</checkstyle.version> |
82 | 83 | <maven.compiler.plugin.version>3.8.0</maven.compiler.plugin.version> |
83 | | - <maven.source.plugin.version>3.2.0</maven.source.plugin.version> |
| 84 | + <maven.source.plugin.version>3.2.1</maven.source.plugin.version> |
| 85 | + <maven.release.plugin.version>3.0.0-M6</maven.release.plugin.version> |
84 | 86 | <maven.surefire.plugin.version>2.22.2</maven.surefire.plugin.version> |
85 | 87 | <maven.dependency.plugin.version>2.10</maven.dependency.plugin.version> |
86 | | - <maven.shade.plugin.version>3.2.1</maven.shade.plugin.version> |
| 88 | + <maven.shade.plugin.version>3.4.0</maven.shade.plugin.version> |
87 | 89 | <maven.plugin.plugin.version>3.6.0</maven.plugin.plugin.version> |
88 | | - <maven.jar.plugin.version>3.1.2</maven.jar.plugin.version> |
| 90 | + <maven.jar.plugin.version>3.3.0</maven.jar.plugin.version> |
89 | 91 | <maven.clean.plugin.version>3.1.0</maven.clean.plugin.version> |
90 | 92 | <nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version> |
91 | 93 | <versions.maven.plugin.version>2.7</versions.maven.plugin.version> |
|
156 | 158 | </execution> |
157 | 159 | </executions> |
158 | 160 | </plugin> |
| 161 | + <plugin> |
| 162 | + <groupId>org.apache.maven.plugins</groupId> |
| 163 | + <artifactId>maven-release-plugin</artifactId> |
| 164 | + <version>${maven.release.plugin.version}</version> |
| 165 | + </plugin> |
159 | 166 | <plugin> |
160 | 167 | <groupId>org.apache.maven.plugins</groupId> |
161 | 168 | <artifactId>maven-surefire-plugin</artifactId> |
|
0 commit comments