|
3 | 3 |
|
4 | 4 | <groupId>org.avaje</groupId>
|
5 | 5 | <artifactId>java11-oss</artifactId>
|
6 |
| - <version>4.5</version> |
| 6 | + <version>5.0</version> |
7 | 7 | <packaging>pom</packaging>
|
8 | 8 | <name>java11-oss</name>
|
9 | 9 |
|
|
95 | 95 | <profiles>
|
96 | 96 | <profile>
|
97 | 97 | <id>central</id>
|
98 |
| - <activation> |
99 |
| - <property> |
100 |
| - <name>performRelease</name> |
101 |
| - <value>true</value> |
102 |
| - </property> |
103 |
| - </activation> |
104 |
| - <distributionManagement> |
105 |
| - <snapshotRepository> |
106 |
| - <id>ossrh</id> |
107 |
| - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
108 |
| - </snapshotRepository> |
109 |
| - <repository> |
110 |
| - <id>ossrh</id> |
111 |
| - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
112 |
| - </repository> |
113 |
| - </distributionManagement> |
114 | 98 | <build>
|
115 | 99 | <plugins>
|
| 100 | + <plugin> |
| 101 | + <groupId>org.sonatype.central</groupId> |
| 102 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 103 | + <version>0.7.0</version> |
| 104 | + <extensions>true</extensions> |
| 105 | + <configuration> |
| 106 | + <publishingServerId>central</publishingServerId> |
| 107 | + <autoPublish>true</autoPublish> |
| 108 | + </configuration> |
| 109 | + </plugin> |
116 | 110 | <plugin>
|
117 | 111 | <groupId>org.apache.maven.plugins</groupId>
|
118 | 112 | <artifactId>maven-source-plugin</artifactId>
|
|
145 | 139 | </executions>
|
146 | 140 | </plugin>
|
147 | 141 |
|
148 |
| - <plugin> |
149 |
| - <groupId>org.apache.maven.plugins</groupId> |
150 |
| - <artifactId>maven-release-plugin</artifactId> |
151 |
| - <version>${maven-release-plugin.version}</version> |
152 |
| - <configuration> |
153 |
| - <autoVersionSubmodules>true</autoVersionSubmodules> |
154 |
| - <goals>deploy</goals> |
155 |
| - </configuration> |
156 |
| - </plugin> |
157 |
| - |
158 |
| - <plugin> |
159 |
| - <groupId>org.sonatype.plugins</groupId> |
160 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
161 |
| - <version>1.6.13</version> |
162 |
| - <extensions>true</extensions> |
163 |
| - <configuration> |
164 |
| - <serverId>ossrh</serverId> |
165 |
| - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
166 |
| - <autoReleaseAfterClose>${nexus.staging.autoReleaseAfterClose}</autoReleaseAfterClose> |
167 |
| - </configuration> |
168 |
| - </plugin> |
169 |
| - |
170 | 142 | <plugin>
|
171 | 143 | <groupId>org.apache.maven.plugins</groupId>
|
172 | 144 | <artifactId>maven-gpg-plugin</artifactId>
|
|
0 commit comments