|
41 | 41 | </license> |
42 | 42 | </licenses> |
43 | 43 |
|
| 44 | + <developers> |
| 45 | + <developer> |
| 46 | + <name>Andras Kerekes</name> |
| 47 | + <email>akerekes@google.com</email> |
| 48 | + <organization>Google LLC</organization> |
| 49 | + <organizationUrl>http://www.google.com</organizationUrl> |
| 50 | + </developer> |
| 51 | + <developer> |
| 52 | + <name>Di Xu</name> |
| 53 | + <email>dixuswe@google.com</email> |
| 54 | + <organization>Google LLC</organization> |
| 55 | + <organizationUrl>http://www.google.com</organizationUrl> |
| 56 | + </developer> |
| 57 | + </developers> |
| 58 | + |
44 | 59 | <scm> |
45 | 60 | <connection>scm:git:https://github.com/GoogleCloudPlatform/functions-framework-java.git</connection> |
46 | 61 | <developerConnection>scm:git:git@github.com:GoogleCloudPlatform/functions-framework-java.git</developerConnection> |
|
131 | 146 | </plugins> |
132 | 147 | </pluginManagement> |
133 | 148 | </build> |
134 | | - <distributionManagement> |
135 | | - <snapshotRepository> |
136 | | - <id>sonatype-nexus-snapshots</id> |
137 | | - <name>Sonatype Nexus Snapshots</name> |
138 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
139 | | - </snapshotRepository> |
140 | | - <repository> |
141 | | - <id>sonatype-nexus-staging</id> |
142 | | - <name>Nexus Release Repository</name> |
143 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
144 | | - </repository> |
145 | | - </distributionManagement> |
146 | 149 | <profiles> |
147 | 150 | <profile> |
148 | 151 | <id>sonatype-oss-release</id> |
|
189 | 192 | </executions> |
190 | 193 | </plugin> |
191 | 194 | <plugin> |
192 | | - <groupId>org.sonatype.plugins</groupId> |
193 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
194 | | - <version>1.7.0</version> |
| 195 | + <groupId>org.sonatype.central</groupId> |
| 196 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 197 | + <version>0.9.0</version> |
195 | 198 | <extensions>true</extensions> |
196 | 199 | <configuration> |
197 | | - <serverId>sonatype-nexus-snapshots</serverId> |
198 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
199 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 200 | + <publishingServerId>sonatype-central-portal</publishingServerId> |
| 201 | + <centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl> |
200 | 202 | </configuration> |
201 | 203 | </plugin> |
202 | 204 | </plugins> |
|
0 commit comments