|
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"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 4 | <modelVersion>4.0.0</modelVersion> |
3 | 5 |
|
4 | 6 | <groupId>io.scalecube</groupId> |
5 | 7 | <artifactId>scalecube-parent</artifactId> |
6 | | - <version>0.3.8</version> |
| 8 | + <version>0.3.2-SNAPSHOT</version> |
7 | 9 | <packaging>pom</packaging> |
8 | 10 | <name>ScaleCube parent project</name> |
9 | 11 |
|
|
25 | 27 | <connection>scm:git:https://github.com/scalecube/${project.artifactId}.git</connection> |
26 | 28 | <developerConnection>scm:git:https://github.com/scalecube/${project.artifactId}.git |
27 | 29 | </developerConnection> |
28 | | - <tag>release-0.3.8</tag> |
| 30 | + <tag>HEAD</tag> |
29 | 31 | </scm> |
30 | 32 |
|
31 | 33 | <prerequisites> |
|
48 | 50 | <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
49 | 51 | <maven-javadoc-plugin.version>3.6.0</maven-javadoc-plugin.version> |
50 | 52 | <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
51 | | - <maven-release-plugin.version>3.0.1</maven-release-plugin.version> |
| 53 | + <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
52 | 54 | <maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version> |
53 | 55 | <maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version> |
54 | 56 | <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
|
175 | 177 | <message>The reactor is not valid</message> |
176 | 178 | <ignoreModuleDependencies>true</ignoreModuleDependencies> |
177 | 179 | </reactorModuleConvergence> |
178 | | - <dependencyConvergence /> |
| 180 | + <dependencyConvergence/> |
179 | 181 | </rules> |
180 | 182 | </configuration> |
181 | 183 | </execution> |
|
273 | 275 | <plugin> |
274 | 276 | <artifactId>maven-surefire-plugin</artifactId> |
275 | 277 | </plugin> |
| 278 | + <plugin> |
| 279 | + <groupId>org.sonatype.central</groupId> |
| 280 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 281 | + </plugin> |
276 | 282 | </plugins> |
277 | 283 | </build> |
278 | 284 |
|
|
296 | 302 | <url>https://central.sonatype.com/api/v1/publisher/</url> |
297 | 303 | </repository> |
298 | 304 | </distributionManagement> |
299 | | - <build> |
300 | | - <plugins> |
301 | | - <plugin> |
302 | | - <artifactId>maven-source-plugin</artifactId> |
303 | | - </plugin> |
304 | | - <plugin> |
305 | | - <artifactId>maven-javadoc-plugin</artifactId> |
306 | | - </plugin> |
307 | | - <plugin> |
308 | | - <artifactId>maven-gpg-plugin</artifactId> |
309 | | - </plugin> |
310 | | - </plugins> |
311 | | - </build> |
312 | 305 | </profile> |
313 | 306 | </profiles> |
314 | 307 |
|
|
0 commit comments