|
54 | 54 | </scm>
|
55 | 55 |
|
56 | 56 | <properties>
|
57 |
| - <javaVersion>1.8</javaVersion> |
| 57 | + <javaVersion>11</javaVersion> |
58 | 58 | <javaTestVersion>${javaVersion}</javaTestVersion>
|
59 | 59 | <projectOwner>Red Hat, Inc.</projectOwner>
|
60 | 60 | <projectEmail>http://github.com/Commonjava/commonjava</projectEmail>
|
61 | 61 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
62 | 62 | <version.plugin.compiler>3.11.0</version.plugin.compiler>
|
63 | 63 | <version.plugin.plugin>3.10.2</version.plugin.plugin>
|
64 | 64 | <version.plugin.plexus-component-metadata>1.6</version.plugin.plexus-component-metadata>
|
65 |
| - <version.plugin.release>3.0.1</version.plugin.release> |
| 65 | + <version.plugin.release>3.1.1</version.plugin.release> |
66 | 66 | <version.plugin.enforcer>3.4.1</version.plugin.enforcer>
|
67 | 67 | <version.plugin.assembly>3.6.0</version.plugin.assembly>
|
68 | 68 | <version.plugin.jar>3.3.0</version.plugin.jar>
|
|
180 | 180 | <version>${version.plugin.release}</version>
|
181 | 181 | <configuration>
|
182 | 182 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
183 |
| - <mavenExecutorId>forked-path</mavenExecutorId> |
184 | 183 | <useReleaseProfile>false</useReleaseProfile>
|
185 |
| - <arguments>-Prelease</arguments> |
| 184 | + <releaseProfiles>release</releaseProfiles> |
| 185 | + </configuration> |
| 186 | + </plugin> |
| 187 | + <plugin> |
| 188 | + <groupId>org.sonatype.central</groupId> |
| 189 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 190 | + <version>${version.plugin.sonatype}</version> |
| 191 | + <extensions>true</extensions> |
| 192 | + <configuration> |
| 193 | + <publishingServerId>central</publishingServerId> |
186 | 194 | </configuration>
|
187 | 195 | </plugin>
|
188 | 196 | <plugin>
|
|
412 | 420 | <plugin>
|
413 | 421 | <groupId>org.sonatype.central</groupId>
|
414 | 422 | <artifactId>central-publishing-maven-plugin</artifactId>
|
415 |
| - <version>${version.plugin.sonatype}</version> |
416 |
| - <extensions>true</extensions> |
417 |
| - <configuration> |
418 |
| - <publishingServerId>central</publishingServerId> |
419 |
| - </configuration> |
420 | 423 | </plugin>
|
421 | 424 | </plugins>
|
422 | 425 | </build>
|
|
0 commit comments